Step 1: Connect to your server via SSH
The installation of CyberPanel is quite simple. First, log into your server via SSH as the root user (sudo will not work). You can get the login details from your web host.
Step 2: Update packages
For Ubuntu:
sudo apt update && sudo apt upgrade -y
For CentOS/Alma/Rocky:
sudo yum check-update
sudo yum update
Step 3: Run the installation script
Run the following command. It will initiate the automated installation script, which will prompt you for a few decisions about which version of LiteSpeed and which add-ons you would like to install:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
Step 4: Select the version of LiteSpeed that you would like to use
Select which version of LiteSpeed to install. If you select LiteSpeed Enterprise, please ensure that you have obtained a license key first. It is free for 1 domain, but you still need to obtain the key. Visit the pricing table to decide your desired plan.
CyberPanel Installer v2.1.2
RAM check : 184/981MB (18.76%)
Disk check : 7/30GB (27%) (Minimal 10GB free space)
- Install CyberPanel with OpenLiteSpeed.
- Install Cyberpanel with LiteSpeed Enterprise.
- Exit.
Please enter the number[1-3]:
If you selected LiteSpeed Enterprise, you will see the following prompt. Enter your serial number
If you do not have any license, you can also use trial license (if server has not used trial license before), type TRIAL
WARNING: You cannot revert back to OpenLiteSpeed if you choose not to purchase a LiteSpeed Enterprise license after the 15 day trial period. We recommend you test the Enterprise trial on a separate server.`
Please input your serial number for LiteSpeed WebServer Enterprise:
Step 5: Select options and add-ons
You will be presented with a series of prompts for different options and add-ons that are available.
Full Service (default Y):
PowerDNS - an open-source DNS server
Postfix - open-source mail transfer agent
Pure-FTPd - open-source FTP server
Remote MySQL (default N):
Allow for your Database to be installed on a remote server
CyberPanel Version (default Latest Version):
You can choose to install a previous version of CyberPanel, or press Enter to install the latest
Password (default “1234567”):
It is recommended that you use “s” to set your own strong password
Memcached (default Y):
Distributed memory object caching system
Redis (default Y):
In-memory data structure store, used as a database, cache, and message broke
Watchdog (default Yes):
Kernel watchdog is used to monitor if a system is running. It is supposed to automatically reboot hanged systems due to unrecoverable software errors
Step 6: Installation
The installation process will proceed automatically. It will take 5-10 minutes, depending on the speed of your server.
Step 7: Finalize Installation
At the end of the installation process, you will be presented information about your configuration.
Step 8: Restart Server
Would you like to restart your server now? [y/N]:
Enter “y” to restart. Or enter “reboot” later after you have performed other desired operations.
Step 9: Access CyberPanel
After the successful installation you can access CyberPanel using the details below (make sure to change):
URL: https://<Your Server's IP Address>:8090
Username: admin
Password: <the password you set during installation>