How to install CloudLinux on Webuzo V3 Panel?

The steps for installing Webuzo are similar to the general CloudLinux installation steps, in other words, it’s just like the steps you’d follow for other control panels. For base license installation use:

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

If you have an IP-based license, run the following commands:

sh cldeploy -i

Reboot by running the following command:

reboot

Your next step is to install the CloudLinux Manager plugin in Webuzo, which you do by running the following commands:

wget -N https://files.webuzo.com/plugins/cloudlinux/cloudlinux.sh
chmod +x cloudlinux.sh
./cloudlinux.sh

So, as you can see, it’s simple to get started with Webuzo on your CloudLinux workloads.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix lveinfo database error of CLN

Run the following command: service lvestats stoptar -zcvf /root/lveinfo_backup_$(date...

How to Install KernelCare on cPanel/WHM server

To install KernelCare, you need to log in with the root user on your cPanel server. Check for...

Switching all cPanel acc/s to "inherit" PHP version

You can change all cPanel users to inherit with this CLI command: for each in `cat...

How to fix issues like PHP selector not available

Some of our clients face the issues like "PHP selector not available" on cPanel accounts of their...

CloudLinux installed, but still showing CentOS

Some of our clients face the issue, that's why we're writing the tutorial to fix it. First of...