How to use the Setup Python App

Á

Álvaro Moura

Last updated on Jul 13, 2026

How to use the Setup Python App

1. In cPanel, open Setup Python App.

  1. Click Create Application.

  2. Choose the Python version.

  3. Application Root: folder where your application will be located.

  4. Application URL: domain or subdomain that will run the app.

  5. Application Startup File (initialization file), e.g., app.py, main.py.

  6. Application Entry Point (name of the WSGI object).

  7. Click Create.

Possible issues and solutions

Error 500 → Check if the Entry Point is correct (app in Flask, application in Django).

Permissions → All files must be in the folder configured in Application Root.