CyberPanel is a modern web hosting control panel powered by OpenLiteSpeed, designed for high performance, security, and ease of management.
In this guide, I’ll walk you through step-by-step instructions to install CyberPanel on Ubuntu 24.04, suitable for VPS or dedicated servers.
Before starting, make sure you have:
⚠️ CyberPanel should be installed on a clean server. Avoid installing it on a system with existing web servers like Apache or Nginx.
First, ensure your system is fully updated:
apt update && apt upgrade -y Reboot if the kernel or core packages were updated:
reboot Set a fully qualified domain name (FQDN) for your server:
hostnamectl set-hostname server.example.com Edit /etc/hosts and ensure it includes your hostname:
nano /etc/hosts Example:
127.0.0.1 localhost
YOUR_SERVER_IP server.example.com server CyberPanel provides an official installation script. Run the following command as root:
sh <(curl -s https://cyberpanel.net/install.sh) You will be prompted with several installation options.
11 (OpenLiteSpeed – free)YN (unless required)YY (recommended)YThe installation process may take 10–20 minutes, depending on your server specs.
CyberPanel automatically configures essential ports, but ensure the following ports are allowed:
| Service | Port |
|---|---|
| CyberPanel UI | 8090 |
| OpenLiteSpeed | 80, 443 |
| FTP | 21 |
| SMTP | 25, 587 |
| POP3 | 110 |
| IMAP | 143 |
| DNS | 53 |
If you are using UFW:
ufw allow 8090
ufw allow 80
ufw allow 443
ufw reload Once installation is complete, you will see the login details.
Access the CyberPanel UI via browser:
https://YOUR_SERVER_IP:8090 Default login:
If you see a certificate warning, it’s normal. You can install a proper SSL later.
After login, it’s strongly recommended to:
Check if the service is running:
systemctl status lscpd Restart if needed:
systemctl restart lscpd Verify firewall or cloud provider security group allows port 8090.
CyberPanel is a powerful and lightweight control panel, especially when paired with OpenLiteSpeed. Installing it on Ubuntu 24.04 is straightforward using the official installer, making it an excellent choice for hosting WordPress, PHP, and high-performance web applications.
If you manage VPS or dedicated servers regularly, CyberPanel can significantly simplify server and website management.
If you found this guide helpful, feel free to share it or check out more Linux and server administration tutorials on ferisetyawan.com.
Happy hosting 🚀
🚀 Certified Linux System Administrator | DevOps | Server Optimization | Cybersecurity | DRC Solutions…
As a Linux System Administrator, mastering the command line is key to efficiently managing servers,…
Introduction WireGuard is a fast, lightweight, and modern VPN protocol designed for simplicity and performance.If…
Securing your website with HTTPS is essential for privacy, SEO ranking, and user trust. Let’s…
If you manage Linux servers regularly, you know how important SSH (Secure Shell) is. Whether…
If you’re new to Linux or thinking about switching from Windows or macOS, this guide…
This website uses cookies.