[Webuzo] Installation of Webuzo Control Panel


Webuzo is a LAMP STACK and a Single User Control Panel. You can install Webuzo on any Virtual Server, Dedicated Server or deploy it in the form of Virtual Appliances. Webuzo can be easily installed on our virtual servers.

Requirements

Freshly installed CentOS 6/7 or Ubuntu LTS
YUM / apt-get / tar / wget packages installed
RAM – Minimum 1 GB (Recommended 2 GB)
Open Ports – 2002, 2003, 2004, 2005, 21, 22, 25, 53, 80, 143, 443 and 3306

First of all you will need to install the Linux Operating System, select yours: Here

After installation connect to your server via SSH and minimize your OS by choosing command:
https://techplushost.com/blog/make-minimal-os/

Note: it is not required, but highly recommended. There should be no PHP, Apache, MySQL installed on the server

Run the following commands to install Webuzo:

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

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

./install.sh

The installation will begin immediately. Let it continue, please be patient even it seems that the installation has stopped. You must see a record:

Thank you for choosing Webuzo!

Login

Admin Panel

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

Enduser Panel

To login to the Webuzo Enduser Panel, visit the following URL :
https://Server-IP-Address:2003/
OR
http://Server-IP-Address:2002/

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

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Linux Applications
How to resolve spamming issue with postfix

How to resolve the spamming issue with your postfix mailserver having CWP. Before starting we should stop the postfix mailserver. service postix stop For start lets count the number of emails stuck in the mail server queue: postqueue -p | grep -c “^[A-Z0-9]” Select few similar emails and use IDs …

Web hosting control panels
How to manually import emails

Instructions for manual import of the emails to your CWP server. 1. Create all required mailboxes via CWP2. Login in each created mailbox (this will create required file and folder structure)3. Copy the emails (like any other files) in /var/vmail/DOMAIN.COM/USERNAME4. Fix Permissions (chown uploaded files vmail:mail) Example path for email …

Web hosting control panels
[VestaCP] Getting started with VestaCP

Introduction The Vesta Control Panel is a free, open source website control panel with website, email, database, and DNS functionalities built in. More information can be found on official web page: https://vestacp.com/ VestaCP Template In Time4VPS you are able to install VestaCP template really easy and fast, only with few …