CyberPanel is a modern control panel built on OpenLiteSpeed, offering high performance, efficient resource usage, and user-friendly management. The following guide provides a clear and corporate-grade installation methodology for deploying CyberPanel on Ubuntu.
Supported versions: Ubuntu 20.04 or 22.04
Minimum memory: 2 GB RAM
Storage: At least 20 GB of free disk space
Root access or sudo privileges
To ensure a stable installation, system packages should be updated. Refreshing the package list and upgrading existing components helps maintain a clean and reliable environment.
Run the following commands sequentially:
apt update
apt upgrade -y
reboot
Restarting the server is not mandatory but recommended.
CyberPanel can be installed through a single command using the official installation script. This script automatically sets up OpenLiteSpeed, MariaDB, and all required services.
Start the installation with:
sh <(curl https://cyberpanel.sh/install.sh)
During the installation, you will be prompted to choose several options:
Install OpenLiteSpeed
Full installation mode
Set the MariaDB root password
Enable Memcached and Redis (optional)
Enable PowerDNS (optional)
Once completed, the panel will configure itself automatically.
Ensure the following ports are open for CyberPanel to function properly:
8090 (CyberPanel)
80 and 443 (Web traffic)
7080 (OpenLiteSpeed)
21 and 40110–40210 (FTP services)
Adjust UFW or your firewall tool if necessary.
After installation, CyberPanel can be accessed via:
Default username: admin
Password: the one you defined during installation.
After logging in, it is recommended to review and adjust the following settings:
Hostname configuration
Mail server settings
SSL certificate setup
Backup planning
Website and DNS configuration
OpenLiteSpeed provides strong performance out of the box. For improved stability and efficiency, consider the following:
Enable LSCache
Disable unnecessary services
Apply regular system updates
Optimize MariaDB memory usage
Installing CyberPanel on Ubuntu is an effective choice for creating a modern, high-performance hosting environment. When properly configured, it offers reliability, speed, and long-term stability even under heavy workloads.
Click here to review our VDS packages where you can automatically install CyberPanel.