CyberPanel Server Error (500)

Server Error (500) when trying to access the Cyberpanel
If you are getting this error while accessing the cyberpanel, there are a few things that you can do to troubleshoot the issue.

  1. Check if your server disk is not 100% used – If yes, delete some files and reboot server
  2. Try rebooting the server

If your server disk is not full and you even tried restarting, the issue must be diagnosed further.

Enable Debug in /usr/local/CyberCP/CyberCP/settings.py:

nano /usr/local/CyberCP/CyberCP/settings.py

Change DEBUG = False to True.

DEBUG = True

 

Restart cyberpanel from the below command

systemctl restart lscpd

 

Check database status

systemctl status mysql || service mysql status

If everything is solved, your cyberpanel service should work without any issues.

Leave a Comment