How to install Cloud Linux In Centos cPanel Server
- Linux Helpline (Easy Guide)
- 2,818 views
- Zane P.

How to Convet Centos to Cloud Linux In cPanel Servers
Options 1 : IP address-based CloudLinux license
If your server have an IP based Licenses. Then you need to run the following script .
# /usr/local/cpanel/scripts/upcp -- force
This will automatically convert your Centos to Cloud Linux
Now reboot your server into Cloud liunx
# reboot
Option 2 : CloudLinux license key
If you own a key based license from Cloud linux then you need to do it as follows,
# wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy # sh cldeploy -k $key #Replace $key with your license key. # /usr/local/cpanel/scripts/upcp -- force # reboot