This installs self-hosted CyberPanel on your server which is independent of CyberPanel Cloud.
The installation of CyberPanel is fairly easy. The installation must be run as root (sudo will not work).
Requirements
Centos 7.x, Centos 8.x, Ubuntu 18.04, Ubuntu 20.04
Python 3.x
1024MB or above Ram.
10GB Disk Space.
CyberPanel vs CyberPanel Ent!
CyberPanel comes with two versions one is simply called CyberPanel and the other is Called CyberPanel Ent. CyberPanel comes with OpenLiteSpeed and is completely free for an unlimited number of domains and worker processes.
However CyberPanel Ent comes with LiteSpeed Web Server Enterprise, it is free for 1 domain. If you need more than 1 domain then you can view pricing on the pricing page.
You can learn more about the difference between OpenLiteSpeed vs LiteSpeed Web Server Enterprise and decide what best suits your needs. Once installed CyberPanel and CyberPanel Ent works 100% the same from the front end, except one is running OpenLiteSpeed as the back-end and the other runs LiteSpeed Web Server Enterprise.
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)
If installation fails on your platform you can submit bug report.
Installing CyberPanel Ent!
To install CyberPanel Ent, you first need to obtain a license key (it is free for 1 domain, but you still need to obtain the key). Visit the pricing table to decide your desired plan.
Obtain a License!
Before running the installation, you need to obtain a license. A license key will be asked for during installation.
On you’re on the command line terminal run the installation script as a single command:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
If the installation fails on your platform you can submit a bug report.
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<br />chmod +x cyberpanel.sh<br />./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
3. Submit Bug Report If all of the above failed, submit a bug report.