CyberPanel is a LiteSpeed based control panel that provides a graphical interface for Linux server management. It provides an easy and user-friendly graphical interface for various tasks, such as webmail, web hosting, and some more complicated like Docker.
OS Requirements:
Ubuntu 22.04;
AlmaLinux 8;
AlmaLInux 9;
Rocky Linux 9.
Please note, that CyberPanel does not currently support Ubuntu 24.04.
1. Update your system
First, you need to update packages.
On Ubuntu run these commands:
sudo apt update && sudo apt upgrade -y
On RHEL (AlmaLinux or Rocky Linux):
sudo dnf check-update
sudo dnf update -y
On AlmaLinux 8 also run this command:
sudo dnf -y install epel-release || sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
2. Install CyberPanel
Run the following command to start the automated installation script. You’ll be prompted to choose the LiteSpeed version and any add-ons you want to install.
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
You will be asked if you want to install CyberPanel or exit. Select 1. Install CyberPanel and continue:
CyberPanel Installer v2.4.4
1. Install CyberPanel.
2. Exit.
2.1. Select LiteSpeed version.
During installation, you’ll be asked to choose which LiteSpeed version to install:
OpenLiteSpeed;
LiteSpeed Enterprise.
OpenLiteSpeed is the free, open-source version of LiteSpeed, allowing you to select it and proceed with installation without needing a license key.
Keep in mind that LiteSpeed Enterprise requires a license key. You can review available plans and pricing here.
If you chose LiteSpeed Enterprise, the following prompt will appear. Enter your license serial number when prompted:
If you do not have any license, you can also use trial license (if server has not used trial license before), type TRIAL
If you want, you can select the Trial option, which provides full functionality for 15 days on your server.
2.2. Select options
You’ll be guided through a series of prompts to configure various available options and add-ons.
First, you need to select full installation, which includes:
PowerDNS - Open-source DNS server;
Postfix - Open-source mail transfer agent;
Pure-FTPd - Open-source FTP server.
Then, Remote MySQL (default: N)
Allows your database to be hosted on a remote server. We recommend you to select N (No).
CyberPanel Version (default: Latest)
You can install a previous version of CyberPanel or press Enter to install the latest release. We recommend you to just press Enter to install latest version.
Memcached (default: Y)
A distributed memory caching system to improve performance. Select Y.
Memcached (default: Y)
A distributed memory caching system to improve performance. Select Y.
Redis (default: Y)
An in-memory data store used as a database, cache, and message broker. Select Y.
Watchdog (default: Yes)
Monitors system health and automatically reboots the server if it becomes unresponsive due to software errors. Type Yes and press Enter.
After that, the installation will continue automatically. The process may take anywhere from 10 to 30 minutes, so please be patient while it completes.
2.3. Finish installation
Once the installation is complete, you’ll see an output displaying key configuration details, including the CyberPanel access URL, username, and password. Make sure to copy and save this information in a secure location.
2.4. Restart your server
Next, you’ll be prompted to restart the server:
Would you like to restart your server now? [y/N]:
Select Y to restart the server now, or choose to restart it manually later if you prefer.
3. Access your CyberPanel
Now, enter the link from the installation output to your browser. It should look like this:
https://<Your Server's IP Address>:8090
First you will see a security notice. You can accept the risk and continue (it is safe).
Next, you’ll see the login page. Enter the credentials you previously saved from the installation output:
After logging in, your CyberPanel dashboard will appear:
Congratulations! You can now begin using your CyberPanel.
For more informatiob about CyberPanel you can check official documentation and knowledgebase.



