Install CyberPanel on VPS Server

This article provides a guide for how to install CyberPanel on VPS server.

What is CyberPanel?

CyberPanel is a lightweight and powerful control panel for the modern web.

Features of CyberPanel:

  • OpenLiteSpeed
  • Multiple PHP versions (5.6 - 8.1, 8.0 as default)
  • DNS Server (Bind) with clustering capabilities
  • POP/IMAP/SMTP mail services with Anti-Virus, Anti-Spam, and Webmail (ClamAV, SpamAssassin, Sieve, Roundcube)
  • MariaDB and/or PostgreSQL databases
  • Let's Encrypt SSL support with wildcard certificates
  • Firewall with brute-force attack detection and IP lists (iptables, fail2ban, and ipset).

CyberPanel System Requirements

  • Centos 7.x, Centos 8.x, Ubuntu 18.04, Ubuntu 20.04, AlmaLinux 8
  • Python 3.x
  • 1024MB RAM, or higher
  • 10GB Disk Space

How to Install CyberPanel on VPS

  1. Login to your VPS using SSH.
  2. Run the following command as root user:
    sudo yum update
    sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
  3. Configure your install via CyberPanel installer:
    CyberPanel Installer v2.1.2
    
    RAM check : 184/981MB (18.76%)
    
    Disk check : 7/30GB (27%) (Minimal 10GB free space)
    
    1. Install CyberPanel with OpenLiteSpeed.
    
    2. Install Cyberpanel with LiteSpeed Enterprise.
    
    3. Exit.
    
    
      Please enter the number[1-3]:
  4. Once complete, you will be presented with the CyberPanel installer confirmation:
    CyberPanel VPS installation completed
  5. You can now login to your server from the Web GUI using port 8090.

Conclusion

You now are able to install CyberPanel on VPS server.

Related

  • control panel, control panel software, vps guide, vps guides, cyberpanel
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

What Server Virtualization Are Your Hypervisors?

All VPS hypervisors use KVM virtualization technology. Order here: KVM VPS servers

How to Update MTU Speed on CentOS VPS

Follow this guide to update MTU speed on CentOS VPS servers. Prerequisites To update the MTU...

Install Python Interpreter on Ubuntu VPS or Dedicated Server

This article provides a step-by-step guide to installing the Python interpreter on an Ubuntu VPS...

What are My root User Login Credentials?

The root (admin) user password is randomly generated. This password can be found in your welcome...

Modify Server Hostname Using SSH in CentOS

This article provides a guide to modify server Hostname using SSH in CentOS server. You can use...