fbpx

This step is optional, you can create SSH keys to be injected when new virtual machines are being created.

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


Requirements


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 successfull 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.

 

First Step: Setting up Network Bridge After Installation


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

2. 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

3. Submit Bug Report

If all of the above failed, submit bug report.

chevron-down