1 - Convert CyberPanel to CloudLinux OS and Install CageFS

CloudLinux and CageFS is available with CyberPanel v.1.8.6, but before using any of its features, you need to convert your operating system to CloudLinux OS. Use commands below to convert your server to CloudLinux OS.

If you have CloudLinux activation key:

wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
sh cldeploy -k <activation_key>
reboot

Or if you have IP based license

wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
sh cldeploy -i
reboot

This will successfully convert your OS to CloudLinux.

After installing you can go to https://<YOUR_SERVER>:8090/CloudLinux/listPackages and click on the activate button. This will activate CloudLinux for CyberPanel by processing all the integrations needed.

You can then install and use CloudLinux related features within CyberPanel including CageFS.

When you have converted CyberPanel to Cloudlinux OS and activated it from CyberPanel, it comes with a new LVE Manager, the user interface for managing Cloudlinux and CageFS is now maintained separately on port 9000.

When you open <IP_ADDRESS>:9000, you will be met with the following screen.

Use your root credentials to log in, your CyberPanel administration credentials won’t work.

On the next screen, you will be greeted with the following

Use the start wizard to install CageFS, you will see the following

Make sure to check the box “Install CageFS” and turn on both options below it to make sure it’s activated for all existing and new customers.

Once you click “Start Installation” you will be redirected and in a minute or so CageFS will be installed you will see the following screen

Congratulations you have successfully installed CageFS and configured it for existing and new accounts.

1 Like

Hi thanks for this info.

But I want to know what license type should we buy on Cloudlinux, does cPanel based license work or should we gey the no hosting control panel type of license? Thanks for your further response

Just buy CloudLinux OS Shared from CloudLinux store.

Can you send a link? thanks Mate

Actually there is no link, if you go here: https://cln.cloudlinux.com/console/billing/purchase

you will be asked to register and then you will see an option of “CloudLinux OS subscription” that is what you need to purchase.

Hi there, Thank you. BTW with accounts that run cPanel + Cloudlinux + Imunify360, will it be supported on Cyberpanel without Cloudlinux and Imunify360 activated in it yet?

1 Like

Is it possible to enable CloudLinux LSAPI instead of using OpenLitespeed?

how do i use cloudlinux php selector in domains?

Not needed because we’ve LSPHP.

and how to activate an extension in php 7.4 I need pdo_dblib, pdo_sqlsrv

On Redhat based systems I got

[root@ip-172-31-15-45 ~]# yum search pdo
Last metadata expiration check: 1:36:56 ago on Mon 06 Feb 2023 04:37:45 AM UTC.
============================================ Name & Summary Matched: pdo ============================================
lsphp71-pdo-debuginfo.x86_64 : Debug information for package lsphp71-pdo
lsphp72-pdo-debuginfo.x86_64 : Debug information for package lsphp72-pdo
lsphp73-pdo-debuginfo.x86_64 : Debug information for package lsphp73-pdo
lsphp74-pdo-debuginfo.x86_64 : Debug information for package lsphp74-pdo
lsphp80-pdo-debuginfo.x86_64 : Debug information for package lsphp80-pdo
lsphp81-pdo-debuginfo.x86_64 : Debug information for package lsphp81-pdo
lsphp82-pdo-debuginfo.x86_64 : Debug information for package lsphp82-pdo
lsphp71-pdo.x86_64 : A database access abstraction module for PHP applications
.....
.....

so doing yum install lsphp74-pdo similarly you can search for pdo related packages or other lsphp packages on ubuntu based servers to, i think its apt-cache search packagename for ubuntu.

would have the command to install pdo_dblib for Centos 7? the one above didn’t return anything
12

no, first show me output of yum search pdo, by the way you are still on cent7? Upgrade to some better os now.

yum search pdo

Just run this command, also I advice you to upgrade your OS too.

which os do you recommend?

yum install lsphp74-pdo
I used the command but it did not install pdo_dblib


Screenshot_2

Alma 8 or ubuntu 20

I think pdo is installed as you can see, pdo dblib is not. Honestly I don’t have much info about that, but check with

/usr/local/lsws/lsphp74/bin/php -m | grep pdo

Also lets not continue this discussion as this post is entiretly about different thing, you can make a fresh thread.

killall lsphp

This will restart PHP so might as well fix your issue.

1 Like

am having always this error when am trying to install cloud linux on contabo


i have already the license of cyberpanel
Please i need your support

thank you

does hostinger vps - cent OS offer c panel inclusion license? and cloudlinux does hostinger have inclusion of license on it

Follow up for users who run on a raid system and want to use Cloudlinux:
You might face issues with Cloudlinux installed, but kernel not loaded so you can’t activate in CyberPanel.
Right after following the official guide published above on CyberPanel …

wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
sh cldeploy -k <activation_key>
reboot

you wanna do this:
ssh into server after reboot and …

cat /etc/dracut.conf.d/raid.conf

do the following entry:

adddrivers=“$adddrivers raid5 raid1 raid0”

then

dracut -f /boot/initramfs-4.18.0-477.13.1.lve.1.el8.x8664.img 4.18.0-477.13.1.lve.1.el8.x8664
rsync -avP /boot/efi/EFI/centos/ /boot/efi/EFI/almalinux/
grubby --set-default “/boot/vmlinuz-4.18.0-425.3.1.lve.1.el8.x86_64”
cp -rp /boot/efi/EFI/almalinux/grubenv /boot/efi/EFI/centos/grubenv
grub2-mkconfig -o /etc/grub2.cfg
grub2-mkconfig -o /etc/grub2-efi.cfg
reboot

Hope that helps some folks out there

Regards,

Sven