How To Install Webuzo on CentOS 7

Date posted: 08/05/2019

Introduction

Softaculous Webuzo is a single user APPS Panel which you can use to install 100s of applications. It has so many users and fans out there because of its easy-to-use and sleek user interface. It is like cPanel without WHM.

This guide shows you how to install Webuzo on a newly installed Operating System.

Purpose of Webuzo

1.Webuzo is perfect for use in enterprises, small to medium business situations and just about 240 web applications are supported by Webuzo.

2. It is reasonable for web engineers to use alongside web applications, framework applications like MongoDB, Apache, NGINX, Java and so forth

Requirements

  • Newly installed CentOS 6.x / 7.x or Red Hat Enterprise Linux 6.x / Ubuntu LTS
  • YUM / apt-get / tar / wget packages installed
  • Open Ports – 2002, 2003, 2004, 2005, 21, 22, 25, 53, 80, 143, 443, 465, 993 and 3306 (It is recommended to keep these ports open on your server)

Note : There should be no PHP, Apache, MySQL installed on the server

Installation

Open a Shell Terminal and SSH to your server. Run the following commands:

wget -N http://files.webuzo.com/install.sh 
chmod 0755 install.sh 
./install.sh  

This will install the LAMP Stack, DNS Server and FTP server along with Webuzo

OR

./install.sh --install=lamp,bind // This will install the LAMP Stack(softname -> lamp) and DNS Server
(softname -> bind) along with Webuzo.
Note : softname for Apps should be comma separated.
Get list of softnames for the Apps here : http://api.webuzo.com/apps.php

OR

./install.sh --install=none // This will install only Webuzo without any LAMP Stack.You can later install apps from the Apps Category in the Enduser Panel.

The installation will begin immediately. It may seem that the installation has stopped, if your network speed is slow, but please let it continue. You will see something like this :

Use screen command to accomplish the work.

This will setup the required Web Server and other important configurations.

Note : A log file of the installation process will be created – /root/webuzo-install.log

Initial Setup

After the installation is completed you will have to do the Initial Setup.

Account Information

You will need to enter the Username, Email Address and Password, etc for initially configuring Webuzo.

Submit the details

After you have filled in all details please submit the form. 
Webuzo will start configuring the server immediately. This may take 3-4 minutes depending on your servers speed.

Setup Completed

You will see a screen as follows when the initial setup is finished. 

Webuzzo has successfully installed

Admin Panel

To login to the Softaculous Webuzo Admin Panel, visit the following URL :
https://Your-IP:2005/ 
OR
http://Your-IP:2004/

The username and password will be the same that you entered during the Initial Setup

Final overview look of webuzzo snapshot

Thanks for using pheonix solutions.

You find this tutorial helpful? Share with your friends to keep it alive.

Leave a Reply