Base de Conhecimento

CyberPanel Installation

Suporte > Base de Conhecimento > Cyberpanel > CyberPanel Installation

Installaion of CyberPanel is fairly easy. Installation must run as root or super user. To avoid conflicts disable Selinux.

Requirments

  • Centos 7.x
  • Python 2.7
  • 512MB or above Ram.
  • 10GB Disk Space.

Installation

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

In the place of IP address substitute the main IP address of your VPS/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

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:

install/installLogs.txt
/usr/local/installLogs.txt
Esta resposta lhe foi útil?
40 Usuários acharam útil 127 Votos

Veja também