এজেন্ট পরিবর্তন
আসসালামু আলাইকুম! আমি হীরক, লাইভ চ্যাট এজেন্ট থেকে। কিভাবে সাহায্য করতে পারি?
TK BDT

✅ CloudLinux Installation Fix – Full Command Set Print

  • 121

1. CloudLinux Refresh repository

yum clean all
yum makecache
 
2. CloudLinux Install core packages (if partial) 
 
yum install kernel-CloudLinux -y
 
3. LVE Manager (WHM Plugin) Reinstall
 
yum install lvemanager lve-utils lve-stats -y
/usr/bin/create_lve_user
 
4. CageFS Definitely install/fix
 
yum install cagefs -y
cagefsctl --init
cagefsctl --enable-all
 
5. PHP Selector Install (alt-php)
 
yum groupinstall alt-php -y
yum install alt-php* -y
 
6. lsapi Handler Install
 
yum install mod_lsapi -y
/usr/bin/switch_mod_lsapi --setup
/usr/bin/switch_mod_lsapi --enable-user
 
7. MySQL Governor Install
 
yum install governor-mysql -y
/usr/share/lve/dbgovernor/mysqlgovernor.py --install
 
 
8. NodeJS Selector Install
 
yum install alt-nodejs* -y
 
 
9. Python Selector Install
 
yum install alt-python* -y
 
10. Server Reboot (to load CloudLinux Kernel)
 
reboot
 

 


Was this answer helpful?

« Back