How To Install CyberPanel on Ubuntu 18.04 LTS

CyberPanel comes with two versions one is simply called CyberPanel and other is Called CyberPanel Ent. CyberPanel comes with OpenLiteSpeed and is completely free for an unlimited number of domains and worker processes.

This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo’ to the commands to get root privileges. I will show you through the step by step installation Wine on an Ubuntu 18.04 (Bionic Beaver) server.

Install CyberPanel on Ubuntu 18.04 LTS

Step 1. First, make sure that all your system packages are up-to-date

sudo apt update
sudo apt upgrade

Step 2. Download Installer

To install cyber panel run the below command:

cd /tmp
wget -O installer.sh https://cyberpanel.net/install.sh
chmod 755 installer.sh

After downloading the script and changing the permissions above, run the commands below to begin the installation:

sudo sh installer.sh
Checking OS...
Detecting Ubuntu 18.x...
Pre-flight check completed...
Process check completed...

    CyberPanel Installer v2.0

  1. Install CyberPanel.
  
  2. Install Addons.
  
  3. Exit.
  
Please enter the number[1-3]: 1

You be prompted with the next screen, select the option below:

CyberPanel Installer v2.0

  RAM check : 1446/1993MB (63.72%) 
  
  Disk check : 8/20GB (34%) (Minimal 10GB free space)

  1. Install CyberPanel with OpenLiteSpeed.
  
  2. Install Cyberpanel with LiteSpeed Enterprise.
  
  3. Exit.
  
Please enter the number[1-3]: 1

Installing the packages you choose:


 
Installing from official server or mirror server?

Mirror server network is optimized for Asia Pacific region...
If you experience very slow download speed during installation, please try use mirror server on clean system...
Use mirror server [y/N]: y

Replace JS/CSS files to JS Delivr?
This may improve panel loading speed in Asia Pacific region... 
Please select [y/N]: y

Install Memcached extension for PHP?
Please select [y/N]: y

Install LiteSpeed Memcached?
Please select [y/N]: y

Install Redis extension for PHP?
Please select [y/N]: y

Install Redis?
Please select [y/N]: y

The Complete Installation Process takes 5-10 mins, you should see similar screen like the one below with the administrator login detail:

The installer will output your administrator details:

###################################################################
                CyberPanel Successfully Installed                  
                Current Disk usage : 4/20GB (16%)                        
                Current RAM  usage : 246/487MB (47.84%)                         
                Installation time  : 0 hrs 6 min 26 sec                      

                Visit: https://(YOUR_SERVER_IP):8090                     
                Panel username: intan                              
                Panel password: ramona                            
                Mysql username: root                               
                Mysql password: ramona                     

            Please change your default admin password              

          If you change mysql password, please  modify file in     
         /etc/cyberpanel/mysqlPassword with new password as well   

              Website : https://www.cyberpanel.net                 
              Forums  : https://forums.cyberpanel.net              
              Wikipage: https://docs.cyberpanel.net                
             Enjoy your accelerated Internet by                  
                CyberPanel & OpenLiteSpeed                                       
###################################################################

After the successful installation, you can access CyberPanel using the below details:

https:(ip address):8090 
Username: intan 
Password: ramona

Congratulation’s! You have successfully installed CyberPanel. Thanks for using this tutorial for installing CyberPanel open source host control panel on Ubuntu 18.04 LTS (Bionic Beaver) system. For additional help or useful information, we recommend you to check the official CyberPanel web site.

Leave a Reply