This article will provide the steps to Install Webuzo control panel on a server that is running CentOS 7.
What Is Webuzo?
Webuzo is a Single User Control Panel which helps users deploy Web Apps (WordPress, Joomla, Drupal, etc) or System Apps (Apache, NGINX, PHP, Java, MongoDB, etc) on their virtual machines or in the cloud.
Prerequisites for Installing Webuzo
Ensure your CentOS 7 system is up-to-date, by running the following command as root user:
yum -y update
Install Webuzo on CentOS 7
Webuzo can be installed using automated install script. As root user, enter this command to get the installer:
wget -N http://files.webuzo.com/install.sh
Once downloaded, do a chmod 755 to make the script executable:
chmod 755 install.sh
Now it is time to install Webuzo. To do so, use the command below:
./install.sh
Accessing Webuzo
Webuzo will be available on HTTP port 80 by default. Open your favorite browser and navigate to http://yourdomain.com:2004 or http://server-ip:2005 and complete the required the steps to finish the installation. If you are using a firewall, please open port 80 to enable access to the control panel.
Congratulations! You have successfully installed Webuzo. Webuzo Licenses are available for KVM VPS Servers and Dedicated Servers.