To enable the Node.js Selector for your users on CloudLinux, you need to install a few essential packages. Once configured, users will be able to manage Node.js applications directly from their cPanel dashboard on eukhost hosting.
Follow the installation steps:
- Install the Alt-Node.js Package
Run the following command to install the Alt-Node.js group:yum groupinstall alt-nodejs
- Install Required Modules
Depending on your CloudLinux version, install the appropriate packages:- For CloudLinux 8:
yum install lvemanager lve-utils ea-ruby27-mod_passenger
- For CloudLinux 9:
yum install lvemanager lve-utils ea-apache24-mod-passenger
- For CloudLinux 8:
- (Elective but Suggested) Install CageFS
CloudLinux suggests CageFS for better security. Install it using:yum install cagefs
- Restart cPanel Services.
After installing the mandatory packages, restart the cPanel service to apply the changes:/usr/local/cpanel/scripts/restartsrv_cpsrvd
- Enable Node.js Selector in LVE Manager
Once services are restarted:- Go to WHM > LVE Manager > Options tab.
- Enable the Node.js Selector feature for all users.
- Restart cPanel Services.
Once all steps are finished, the Node.js Selector will be available in the user’s cPanel on eukhost servers, allowing them to easily manage and deploy Node.js applications.
Want to install Node.js via WHM? Check out How to install Node.js on cPanel using WHM