CyberPanel Installation Print

  • 0

Requirements
Centos 7.x, Centos 8.x, Ubuntu 18.04, Ubuntu 20.04
Python 3.x
1024MB or above Ram.
10GB Disk Space.

Installing CyberPanel!
Install CyberPanel (with OpenLiteSpeed), it is totally free and does not requires any kind of license, you can install using the single command.

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

Access
After the successful installation you can access CyberPanel using the details below (make sure to change):
Visit:
https:<IP Address>:8090
Username: admin
Password: 1234567
Setup CyberPanel on valid SSL.
Installing specific version
After version v1.9.4 or above, CyberPanel also allows to install or upgrade to a specific version. Details are as follows:

wget https://raw.githubusercontent.com/usmannasir/cyberpanel/<branch name>/cyberpanel.sh
chmod +x cyberpanel.sh
./cyberpanel.sh
Replace <branch name> with actual branch name from Github, branching schemes are described in our contribution docs.

503 Error After Install
If you get a 503 error after installing CyberPanel, you can do one of the following things. 1. Check LSCPD Status.
systemctl status lscpd
If LSCPD is not running, start LSCPD using:
systemctl start lscpd
2. Manually set up virtualevn
source /usr/local/CyberCP/bin/activate
pip install --ignore-installed -r /usr/local/CyberCP/requirments.txt
deactivate
virtualenv --system-site-packages /usr/local/CyberCP
systemctl restart lscpd
3. Install Logs If after this you are still having issues, you can try to find errors in the install logs, they are located at:
/var/log/installLogs.txt


Was this answer helpful?

« Back