1 - [RC] Installing CyberPanel VMM (Virtual Machine Manager)

CyberPanel Virtual Machine Manager let you manage KVM virtual machines through CyberPanel.

Requirements

  • Centos 7.x (Recommended minimal version)

  • Python 2.7

  • 4GB or above Ram.

  • Disk space to store virtual machines.

  • VT enabled from the BIOS.

  • Must be a dedicated server.


Installation

On your command line terminal run it as a single command:

sh <(curl https://cyberpanel.net/install-vmm.sh || wget -O - https://cyberpanel.net/install-vmm.sh)

Installation script is going to ask various questions, most important of them are:

IP Address

Enter main server IP Address.

Gateway

You can ask gateway address from your provider if you don’t know, usually it is similar to your main IP Address.

Netmask

Netmask depend upon your IP block, you can ask your provider.

Interface Name

Provide the network interface name on your dedicated server.

If installation fails on your platform you can submit bug report.

Access

After the successful installation you can access CyberPanel using the details below:

Visit: 
https:<IP Address>:8090 
Username: admin 
Password: 1234567

Setup CyberPanel on valid SSL.


Post Installation

After installation is successful, read the post installation guide to set up network bridge.

503 Error After Install

If you get 503 error after install on your CyberPanel, you can do one of the following things.

  1. Check Gunicorn Status.

systemctl status gunicorn.socket

If gunicorn is not running, start gunicorn using:

systemctl start gunicorn.socket

  1. Install Logs

If after this you are still having issues, you can try to find errors in install logs, they are located at:

/var/log/installLogs.txt

  1. Submit Bug Report

If all of the above failed, submit bug report.