How to install CyberPanel on Ubuntu OS

The CyberPanel is an open-source web hosting control panel. Compared with the other panels, the major difference is the webserver used with this one. There are 2 options, either the OpenLiteSpeed which is the opensource version of the LiteSpeed web server and also we can select the LiteSpeed Enterprise if needed. You can watch installation video tutorial by clicking here.

The installation steps to be done on a Ubuntu-based server are described below:

  1. Login to the server as root. Make sure that you are using a fresh minimal installation. 
  2. Update the packages:
    # sudo apt update -y && sudo apt upgrade -y
  3. Download the script
    # wget -O installer.sh https://cyberpanel.net/install.sh
  4. Provide executable permissions and run it:
    # chmod +x installer.sh
    # sh installer.sh
  5. It will ask for confirmation first and we need to press 1 and enter.



  6. Then it will ask for a series of questions like web server, MySQL server, PHP Modules, etc. Select the appropriate options based on your requirements.



  7. The installation process will take around 10-15 minutes to complete. Once done, you will get the login details to access the panel.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install and Use Docker on Ubuntu 16.04

Introduction Docker is an application that makes it simple and easy to run application processes...

Change Main IP of the server :: Vesta Panel

If we are changing the main IP of a server installed with Vesta panel, we can use the following...

cPanel: Apache-FastCGI Data Timeout Error

If you are using a cPanel server and have FastCGI enabled in Apache, you might be facing the...

Domainkey installer in cPanel

You can use the following cPanel script to install domainkey for an account...

Email issues :: Common Troubleshooting Steps

Here I will discuss some common errors and their solution: We are using a mail relay setup for...