Introduction
You can start a CloudLinux Node.js application on the command line with the following steps.
Procedure
- Login to SSH or Terminal as the cPanel user
- To start the application use the following command:
cloudlinux-selector start --json --interpreter nodejs --user cpanelusername --app-root /path/to/application/root
- To stop the application use the following command:
cloudlinux-selector stop --json --interpreter nodejs --user cpanelusername --app-root /path/to/application/root