while i am trying to access my login link https://144.00.1 …:8083/list/web/, showing Internal Server Error
…
Oops! Something went wrong.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Error Code: 500
…
Please help me to reslove this issue
thanks
eris
February 8, 2025, 9:43am
2
Check /var/log/hestia/nginx-error.log
1 Like
i have putty but i dont know how to check this log using putty pl help
nboy
February 9, 2025, 5:39am
4
Try this command in ssh cli :
cat /var/log/hestia/nginx-error.log | more
Or better…
less /var/log/hestia/nginx-error.log
also please be sure you’ve read trough this: Please read this, before you start!
ravi
February 9, 2025, 9:24am
6
Connect to your server via SSH using putty or any other terminal.
You can also use windows cmd to connect to your server via SSH.
Once you are connected, run the suggested commands.
i can connect using putty but i downloaded filezilla and tried, getting this error
ubuntu@hcp:~$ cat /var/log/hestia/nginx-error.log | more
cat: /var/log/hestia/nginx-error.log: Permission denied
ubuntu@hcp:~$ /var/log/hestia/nginx-error.log
-bash: /var/log/hestia/nginx-error.log: Permission denied