Maximum Flexibility for Your Web Apps
While the standard manager simply runs apps, the CloudLinux Selector gives you full control over the runtime environment. You can choose a specific language version for each application and use isolated environments (VirtualEnvs) to keep dependencies cleanly separated.
How to Create an Environment
- Search in cPanel (Software section) for Setup Node.js App (or Python/Ruby).
- Click on Create Application.
- Select the desired version from the dropdown menu.
- Specify the Application root (your code directory) and the Application URL.
- Click Create.
Working in the Terminal (SSH)
A special feature of the Selector is the command to activate the environment. At the top of the app overview, you will find a line like:
Copy this command into your terminal (SSH) to work directly within your app's isolated environment (e.g., to run npm install or pip install).