Configuration and error log files to check for troubleshooting
Article ID: 86 | Rating: 5/5 from 2 votes | Last Updated: Tue, Jan 5, 2021 at 6:43 AM
The Ezeelogin configuration file is located at /usr/local/etc/ezlogin/ez.conf
Ezeelogin has two logs files one for the web interface and one for the backend ssh interface called the ezsh shell (short for the Ezeelogin backend shell)
FRONTEND OR WEB INTERFACE LOGS
- The frontend or the web interface runs on PHP and hence a separate log file for it. The logs files are stored in the /{system folder specified at the time of installation.
- You can find the path by checking the system_folder in /usr/local/etc/ezlogin/ez.conf. The path would be /{system folder}/application/logs/
BACKEND OR SSH LOGS
- The backend or ssh error logs for each Ezeelogin users is stored in /home/{username}/ezsh.log file. If you are having any issues with the ssh logins, this is the log file to take a look.
- You should also check the /var/log/secure & /var/log/messages log file as it records most of the ssh login errors.