Install/Convert CloudLinux in CentOS




How to convert CentOS 5.x or 6.x to CloudLinux (without cPanel & WHM installed)


1. Purchase a CloudLinux license
2. Login as root user in the server and issue the following commands.

   # wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cpanel2cl

   If you purchased an IP address-based CloudLinux license, run the command

   # sh cpanel2cl -i

   If you purchased a CloudLinux license key, run the command
 
   # sh cpanel2cl -k <key>

====================================================================================



How to convert CentOS 5.x to CloudLinux (with cPanel & WHM installed)


If you own an IP address-based CloudLinux license, run these commands:

# /usr/local/cpanel/cpkeyclt
# /usr/local/cpanel/bin/cloudlinux_system_install -k
# reboot
# /usr/local/cpanel/scripts/easyapache --build


If you own a CloudLinux license key, run these commands:

# wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cpanel2cl
# sh cpanel2cl -k <key>
# reboot
# /scripts/easyapache --build


Reference:

http://docs.cpanel.net/twiki/bin/vief/AllDocumentation/InstallationGuide/InstallingOs
http://docs.cloudlinux.com/

Leave a Reply