Looking for a powerful yet lightweight hosting control panel with a modern interface and built-in support for OpenLiteSpeed or LiteSpeed Enterprise? CyberPanel is one of the top choices in 2025 for developers, agencies, and hosting providers who want a free alternative to cPanel.
In this article, we’ll show you how to install CyberPanel on your VPS or Dedicated Server using a clean and updated method. Whether you’re using CentOS 7 or Ubuntu 20.04/22.04, we’ve got you covered.
💡 What is CyberPanel?
CyberPanel is a free web hosting control panel powered by OpenLiteSpeed and built for speed, security, and simplicity. It includes support for:
- SSL with Auto Let’s Encrypt
- Email & DNS management
- FTP, File Manager, Firewall
- One-click WordPress Installer
- Git, Python, PHP, and Docker support
Related: Best Bluehost, HostGator & Hostinger Alternatives – Secure, Affordable Hosting Compared
✅ Prerequisites Before Installation
Requirement | Minimum |
---|---|
OS Support | CentOS 7, Ubuntu 20.04/22.04 |
Architecture | 64-bit only |
RAM | 1 GB (2 GB recommended) |
Disk Space | 10 GB+ free |
Root Access | Required |
🛡 Note: Always start with a clean server. Do not install CyberPanel on servers running other web servers like Apache or NGINX.
🛠 How to Install CyberPanel on Different OS
📦 1. CentOS 7 (64-bit) – AlmaLinux, RockeyLinux
# Log in as root
ssh root@your-server-ip
# Update system
yum update -y
# Install dependencies
yum install -y wget curl
# Download and run installer
cd /root
curl -o installer.sh https://cyberpanel.net/install.sh
chmod +x installer.sh
./installer.sh
📦 2. Ubuntu 20.04 (LTS – Recommended)
# Log in as root
sudo apt update && sudo apt upgrade -y
ssh root@your-server-ip
sudo apt install wget curl -y
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
📦 3. Ubuntu 22.04 (Latest Stable)
# Log in as root
sudo apt update && sudo apt upgrade -y
ssh root@your-server-ip
sudo apt install wget curl -y
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
🔐 Accessing CyberPanel
Once installed, visit your panel via:
https://your-server-ip:8090
Default Login Credentials:
- Username:
admin
- Password: You will be prompted to set during installation. (Or try default
1234567
)
💎 Why Choose HosterSale for CyberPanel?
CyberPanel runs best on clean VPS and dedicated servers. That’s why we recommend using:
✅ HosterSale Cloud VPS & Dedicated Servers
- Full root access
- 100% SSD storage
- Global server locations
- Perfect for CyberPanel, cPanel, and other control panels
- 24/7 support & uptime guarantee
👉 Explore HosterSale VPS Plans
👉 Explore Dedicated Servers
⚠️ Note: Our shared and reseller hosting plans come with cPanel only.
Related: CyberPanel vs aaPanel: Best Free Web Hosting Control Panels for VPS & Dedicated Servers
🆚 CyberPanel vs cPanel – Quick Comparison
Feature | CyberPanel (Free) | cPanel (Paid) |
---|---|---|
Price | Free | Starts at $15/mo+ |
Web Server | OpenLiteSpeed / LiteSpeed | Apache / LiteSpeed |
Interface | Modern & Fast | Stable & Feature-rich |
Built-in WP Installer | Yes (1-click) | Yes |
Email & DNS | Yes | Yes |
Ideal for | Developers, VPS Users | Hosting Providers |
CyberPanel Rating: ⭐ 4.5/5
cPanel Rating: ⭐ 4.7/5
📊 Performance Tips
- Use LiteSpeed Enterprise (licensed) if you need better performance than OpenLiteSpeed.
- Install Memcached or Redis for object caching.
- Use Cloudflare + SSL for speed and security.
- Run on a HosterSale VPS or dedicated server for guaranteed stability.
🙋 Frequently Asked Questions (FAQ) – CyberPanel Installation
❓1. What are the minimum requirements to install CyberPanel?
To install CyberPanel smoothly, your server should meet the following requirements:
- Operating System: Fresh installation of Ubuntu 20.04/22.04 or CentOS 7.
- RAM: Minimum 1 GB (2 GB or more recommended).
- Disk Space: At least 10 GB free space.
- Root Access: Full sudo/root privileges required.
For best performance, HosterSale recommends at least 2 GB RAM VPS or a Dedicated Server.
❓2. Why am I getting “sudo: command not found” during installation?
This error usually appears on minimal CentOS installations that don’t have sudo
installed by default. To fix this, login as root
and run:
yum install sudo -y
On Ubuntu, sudo
is generally pre-installed. If not:
apt update && apt install sudo -y
❓3. Can I install CyberPanel without root access?
No. Root access is mandatory to run the installation script and configure system-level services such as web servers, firewalls, and DNS.
If you are using HosterSale VPS or Dedicated servers, root access is provided by default.
❓4. I’m getting “curl: command not found” — what should I do?
This happens when the system doesn’t have curl
installed, which is required to fetch the installation script. You can install it using:
- Ubuntu:
sudo apt update && sudo apt install curl -y
- CentOS:
sudo yum install curl -y
❓5. Can I install CyberPanel on an existing server with websites already running?
It’s strongly not recommended. CyberPanel should be installed on a fresh OS (without Apache, NGINX, MySQL, or other web stacks). Existing configurations may conflict with CyberPanel’s setup.
❓6. What if the installation gets stuck or fails midway?
If the installation freezes or fails:
- Check server RAM and disk space.
- Ensure your OS is supported (Ubuntu 20.04/22.04 or CentOS 7 only).
- Reboot and re-run the script on a clean OS.
- You can also contact HosterSale support for free CyberPanel setup on eligible VPS and Dedicated Servers.
❓7. How long does it take to install CyberPanel?
On average, CyberPanel installation takes 10–20 minutes, depending on your server specs and internet speed. VPS with lower resources may take longer.
❓8. After installation, I can’t access the CyberPanel dashboard. What should I do?
Check the following:
- Make sure port 8090 is open on your firewall.
- Try accessing:
http://your-server-ip:8090
- Restart CyberPanel using:
systemctl restart lscpd
Also, verify that your server’s IP is publicly accessible and not blocked by any cloud firewall like AWS Security Groups.
❓9. How can I uninstall CyberPanel?
CyberPanel doesn’t offer an official uninstaller. If needed:
- Reinstall your OS, or
- Manually remove services (LiteSpeed, MariaDB, etc.), which is time-consuming.
That’s why it’s best to test CyberPanel on a temporary VPS or take a snapshot before setup.
❓10. Is CyberPanel installation supported by HosterSale?
Yes! If you’re using a HosterSale Cloud VPS or Dedicated Server, we offer free CyberPanel installation and optimization. You can request it during order checkout or via support ticket.
🧠 Final Thoughts
CyberPanel is one of the best free control panels in 2025 — especially if you’re running a VPS or dedicated server. It’s fast, modern, feature-rich, and supports all major web hosting functions.
If you’re ready to install CyberPanel, choose a clean VPS or Dedicated Server from HosterSale to ensure top performance and security.
👉 Start with HosterSale Cloud VPS for CyberPanel:
https://www.hostersale.com/cloud-servers