Question
Why is CloudLinux's Node.js Selector unavailable?
Answer
This is commonly caused by your server's CloudLinux license not being reported as OK. You can check your CloudLinux license by running the following command:
/usr/bin/cldetect --check-license
If the above-provided command does not output that the license is OK and you have an active CloudLinux license, you can update the CloudLinux license on your server by running the following commands:
/usr/sbin/clnreg_ks --force
/usr/bin/cldetect --update-license
If your CloudLinux license then reports as OK when running the command:
/usr/bin/cldetect --check-license
Node.js Selector should be available.