Hostripples Community Forum

Technical Support => Tutorials / How tos? => Topic started by: Scott Anderson on April 29, 2016, 08:50:24 AM

Title: How to Install Cloud Linux In Centos cPanel Server
Post by: Scott Anderson on April 29, 2016, 08:50:24 AM
Hello,

First Purchase the Cloudlinux License from https://www.cloudlinux.com/all-products/product-overview/cloudlinuxos/28-trial (https://www.cloudlinux.com/all-products/product-overview/cloudlinuxos/28-trial)

Now Run Below Command Via SSH on the server :

Code: [Select]
wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
sh cldeploy -k YOUR-KEY
cd /usr/local/src/
wget http://dl1.centos-webpanel.com/files/c_scripts/cloudlinux.sh
sh cloudlinux.sh

After CloudLinux installer is done it will automatically reboot the server!!


After reboot you need to build CageFS and enable it

Code: [Select]
/usr/sbin/cagefsctl --init
cagefsctl --enable-all


Thanks,
Scott