Steps to start and stop Cloudlinux Node.JS application via command

kumkumsharma

Administrator
Staff member
You can follow below steps to start Cloudlinux Node.JS application:
  • Login to server via SSH.
  • You can run below command to start
Code:
cloudlinux-selector start --json --interpreter nodejs --user cpanelusername --app-root /path/to/application/root
  • You can run below command to stop your application.
Code:
cloudlinux-selector stop --json --interpreter nodejs --user cpanelusername --app-root /path/to/application/root
 
Top