Skip to main content

Installation of Webuzo Control Panel

Updated over a week ago

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

Supported OS:

  • Ubuntu 22.04/24.04;

  • AlmaLinux 8/9;

  • Rocky Linux 9;

RAM - Minimum 1 GB (Recommended 2 GB).

1. Install wget

If wget isn’t installed, add it first:

On Ubuntu:

apt update && apt install -y wget

On AlmaLinux/Rocky Linux:

yum install -y wget

2. Download and Run the Webuzo Installer

Run these commands:

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

The installation can take 10–30 minutes. On Ubuntu you will need to enter and confirm your root password.

3. Access Webuzo Panel

When installation completes, you’ll see a message with link to access Webuzo as root user.

https://your-server-ip:2005/

You also can use another link for normal users (not root):

https://your-server-ip:2002/

Open it in your browser.

First you will see a security notice. You can accept the risk and continue (it is safe).

Next, enter your login credentials - either root or a regular user, depending on the link you used previously.

After this, you can start working with your Webuzo control panel:

You can complete the setup by clicking on the link in the notification that you will see on the main Webuzo page.

Here you can specify or edit different configurations: hostname, IP, nameservers, PHP limits, ports and so on.

Did this answer your question?