Troubleshoot error after installing CyberPanel

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 you are still having issues after these steps, you can try to find errors in the install logs, they are located at:

/var/log/installLogs.txt

 

4. Submit Bug Report

If all of the above failed, please submit a bug report.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Upgrading Cyberpanel

Upgrading CyberPanel The following command can be used to upgrade to the latest version. sh...

Issuing SSL for website

  CyberPanel can issue Let's Encrypt SSL cert for websites on it. There are 2 methods to get SSL...

Installing CyberPanel

Step 1: Connect to your server via SSH The installation of CyberPanel is quite simple. First,...

Fix SSL issues in cyberpanel

Major SSL Certificate issues in CyberPanel 1. A Record or IP Address Issue CyberPanel can only...

Packages

Packages on CyberPanel help you assign resources to an individual website, you must create at...