CloudLinux is a popular operating system focused on providing a secure and stable platform, as well as enhancing server performance and security.
At Hostinger, we have two CloudLinux templates available for automatic installation - Cloudlinux OS 8 and Cloudlinux OS 8 Solo. You can learn about their features here: CloudLinux OS editions.
Visit our CloudLinux VPS hosting page to learn more about the available plans.
This means that you will only need to purchase and activate a Cloudlinux license to take full advantage of its features and benefits. Just follow these steps:
Step 1 - Obtain a License Key
Visit the CloudLinux website and and follow the instructions to purchase a license suitable for your needs
If you will get an IP-based license, check your VPS IP address. In this case, you will not require a license key
Get your valid license key after purchase and keep it at hand - you will need it in the next step
Step 2 - Activate the License Key
Access your server using SSH using the following command:
ssh root@vps-ip
Replacing vps-ip
with the IP address of your VPS.
Next, run the rhnreg_ks
command to activate the license key:
/usr/sbin/rhnreg_ks --activationkey=[activation key]
Replacing [activation key]
with your key value.
If you have an IP-based license, use the clnreg_ks
command instead:
/usr/sbin/clnreg_ks --force
Step 3 - Verify the Activation
To verify that your CloudLinux license is properly activated, use the following command:
cldetect --check-license
If the license does not appear to be active, go over the activation process once more.
In case you encounter any issues during the activation process, feel free to refer to the CloudLinux support portal or contact them for further assistance.
Additional Resources