This article explains installing the CyberPanel host control panel on Ubuntu Linux.
CyberPanel is an open-source host control panel that uses an OpenLiteSpeed HTTP server. Most hosting control panels today will provide you with either Apache2 or Nginx support for conventional HTTP platforms.
But CyberPanel is a next-generation hosting control platform built for speed, security, and stability powered by OpenLiteSpeed.
With CyberPanel, you get LSCache – a built-in full-page LSCache module with cache plugins for popular CMS, ModSecurity – built-in support for ModSecurity, real-time defense against web application attacks, 1-Click SSL- a free Let’s Encrypt SSL for your websites and many other cool features.
For more about CyberPanel, please visit its homepage.
Download the CyberPanel installer script.
CyberPanel has an easy installer script to get the platform working on Ubuntu. To get the installer script, run the commands below
First, update the Ubuntu server by running the commands below:
sudo apt update
Then, use the commands below to download the script into the /temp directory and change the permission to make it executable.
cd /tmp wget -O installer.sh https://cyberpanel.net/install.sh chmod 755 installer.sh
Install CyberPanel
After downloading the script and changing the permissions above, run the commands below to begin the installation.
sudo sh installer.sh
When you do that, you should see a series of prompts to guide you with the installation. Choose the highlighted options below to have a smooth installation.
You are runing on root. 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
Next, you will be prompted with the following screen; select the option below:
CyberPanel Installer v2.0 RAM check : 1270/1993MB (63.72%) Disk check : 6/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
After that, the script should start downloading and installing your chosen packages.
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
When the installation is complete, you should see a screen like the one below with the administrator login details.
The installer will output your administrator details: ################################################################### CyberPanel Successfully Installed Current Disk usage : 3/20GB (16%) Current RAM usage : 233/487MB (47.84%) Installation time : 0 hrs 3 min 24 sec Visit: https://(YOUR_SERVER_IP):8090 Panel username: admin Panel password: 1234567 Mysql username: root Mysql password: i39a372uuj2jej 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 ###################################################################
Copy the details and log on to the control panel portal.
https://localhost:8090
That should bring up the login page when you can log on with the abovementioned admin info.
That’s it!
You have successfully installed CyberPanel on Ubuntu 16.04 | 18.04 LTS servers.
You may also like the post below:
Leave a Reply