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
Hi,
This was the step for installing cloudlinux in a cpanel centos server for IP based license which worked for me:
============================
wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cpanel2cl
sh cpanel2cl -i
reboot
============================