Share your love
Set up CloudLinux on Centos with 2 Steps: Secure OS

In this article, we want to teach you How To Set up CloudLinux on Centos. CloudLinux is a Linux-based operating system designed to give shared hosting providers a more stable and secure OS.
Essentially a set of kernel modifications to the Linux distribution, CloudLinux implements features to enable system administrators to take fine-grained control of their server’s resource usage. By isolating users, CloudLinux helps ensure that problems with one account don’t degrade the service for others.
Now follow the guide steps below on the Orcacore website to switch to CloudLinux from Centos.
Table of Contents
Steps To Set up CloudLinux on Centos
You can easily switch to CloudLinux from Centos or AlamLinux. Before you start to convert your Centos server to CloudLinux, you need to have an activation key. You can get the activation key by trial subscription or by purchasing a subscription.
Now follow the steps below to get your activation key by trial subscription.
Step 1. Get the CloudLinux Activation key
First, you need to go to the CloudLinux Register page and register with CloudLinux Network. Then, you will receive an email with an activation link.

Next, you need to log in at https://cln.cloudlinux.com/clweb/login.html. Then, you must click on the Get Trial Activation Key.

Now you will get a key that looks like: 17514-d34463a172feio4f4e7b191a1841bcf2.
After you have gotten your CloudLinux activation key, follow the steps below to set up CloudLinux on Centos.
Step 2. Download CloudLinux Installer on Centos
First, you need to log into your Centos server via SSH as a root user. Then, you can use the wget command to download CloudLinux installer script on your Centos server:
wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
Run CloudLinux Installer Script
When your download is completed, run the script with the following command:
$ sh cldeploy -k <activation_key> # if you have activation key or $ sh cldeploy -i # if you have IP based license
You need to reboot the server:
reboot
At this point, you can verify that you have successfully converted Centos to CloudLinux with the following command:
cat /etc/redhat-release
You will get a similar output:
Output
CloudLinux release 7.3
Your server is now running CloudLinux Kernel with LVE enabled.
Conclusion
At this point, you have learned to get your trial activation key and set up CloudLinux on your Centos server.
I hope you enjoy using it. Also, you may like to read the following articles:
Access aaPanel Web hosting Panel on Centos 7