Cyberpanel

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.

Sufiyan Shaikh

Recent Posts

How to connect and use github with DirectAdmin git feature

How to connect git with DirectAdmin Login into SSH and run the following command to create a new key pair…

4 months ago

How to host next js app on cpanel

How to host next js app in cpanel Login > Setup Node.js App > Create Application Enter the values shown…

5 months ago

WHMCS Development environment set

Update via PHPMYADMIN: Disable Captcha : UPDATE tblconfiguration SET value = '' WHERE setting = 'CaptchaSetting'; Update WHMCS link: UPDATE…

5 months ago

Lagom WHMCS notification hide pages list

3dsecure Access Denied Affiliates Affiliates Signup Announcements Banned Configure Products Downloads Downloads Denied Error Login Logout Password Reset Ticket Feedback…

5 months ago

Export/Import database via command line(ssh)

Export Database via SSH mysqldump --routines -u databaseusername -p databasename > database.sql   Import Database via SSH mysql -u databaseusername…

5 months ago

Correct File permissions for WordPress

If you are facing issue with file permissions, run this command within the public_html to fix the permissions issue find…

1 year ago