Long time din’t use CP until i need ir now.
How can i access my hestia CP login page? I tried host.mypage.com:8083 , XX.XX.XX.XXX:8083 … and got inly " Internal Server Error" page.
I can still access server via SSH and FTP.
Long time din’t use CP until i need ir now.
How can i access my hestia CP login page? I tried host.mypage.com:8083 , XX.XX.XX.XXX:8083 … and got inly " Internal Server Error" page.
I can still access server via SSH and FTP.
check /var/log/hestia in special nginx logs.
Checked. Seems like latest access was on https://host.domain.com:8083/login/ but now it returns " Internal Server Error". Maybe browser automatically redirects to httpS… ? http automatically redirects to httpS…
Even tried to disable httpS redirect in chrome with no luck. All i got is " Error Code: 500" while typing seems all URL combinations.
So only solution is to export all data and install clean hestia?
nginx-error.log shows a lot of entries like this:
2023/07/02 04:55:37 [emerg] 821896#0: bind() to 0.0.0.0:8083 failed (98: Address already in use)
2023/07/02 04:55:37 [emerg] 821896#0: bind() to 0.0.0.0:8083 failed (98: Address already in use)
2023/07/02 04:55:37 [emerg] 821896#0: bind() to 0.0.0.0:8083 failed (98: Address already in use)
2023/07/02 04:55:37 [emerg] 821896#0: bind() to 0.0.0.0:8083 failed (98: Address already in use)
2023/07/02 04:55:37 [emerg] 821896#0: bind() to 0.0.0.0:8083 failed (98: Address already in use)
2023/07/02 04:55:37 [emerg] 821896#0: still could not bind()
systemctl stop hestia
systemctl start hestia
If that does’t work check what service is running on 8083
Restarting server worked. In future how can i check what service is running on specific port? Thanks.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.