Troubleshooting Nexi Panel Print

  • 0

There are two ways to troubleshoot any problem while using the Nexi panel.

First Way

There is a global error log file (this file only contains logs generated by the Nexi panel). This file can be reached at

  1. https://<IP Address>:8090/serverstatus/cyberCPMainLogFile

Improved and detailed dynamic logging

/usr/local/CyberCP/debug

Run the command touch /usr/local/CyberCP/debug, and this will start generating more debug logs. If you find any issue with the Nexi panel, you can run this command and then capture the output of /home/Nexi panel/error-logs.txt and share it with our support team.

/usr/local/CyberCP/emailDebug

If you want logs in /home/Nexi panel/error-logs.txt to be emailed to you, please run touch /usr/local/NexiNP/emailDebug, you will get logs in your email. (Email of admin account will be used to send these notifications.) This also includes notification if the Nexi panel fails to obtain SSL for any domain.

Second Way

If you can not find anything reasonable using the first way, then open your command-line terminal and run

  1. journalctl -f | grep lscpd

After running this command, go back to the Nexi panel and do the same thing that caused issues, and then come back to the terminal and capture the output.


Find errors in email problems.

If, for some reason, your emails are not going through, you can use the commands below to capture the output and get to the bottom of the issue:

  1. journalctl -f | grep postfix
     (For email delivery issues)
  2. journalctl -f | grep dovecot
     (For issues related to Rainloop Webmail)

Run these commands and then perform the operation that was causing the error, which will get you to the bottom of the problem. If you need our help, make sure to share the output logs depending on your support request.

 Previous

Was this answer helpful?

« Back

Powered by WHMCompleteSolution