New install hestia panel port 8083 ERR_CONNECTION_TIMED_OUT

I installed Hestia and when I try to log into the panel I get an error. Default port 8083

curl -I my.ip.143.59:8083/login

HTTP/1.1 302 Moved Temporarily
Server: nginx
Date: Sat, 23 Mar 2024 09:43:40 GMT
Content-Type: text/html
Content-Length: 138
Connection: close
Location: https://my.ip.143.59:8083/login
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block

curl -I my.ip.143.59:8083

`HTTP/1.1 302 Moved Temporarily`
Server: nginx
Date: Sat, 23 Mar 2024 09:45:22 GMT
Content-Type: text/html
Content-Length: 138
Connection: close
Location: https://my.ip.143.59:8083/
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block

curl -I my.ip.143.59

HTTP/1.1 200 OK
Server: nginx
Date: Sat, 23 Mar 2024 10:13:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2588
Last-Modified: Wed, 20 Mar 2024 20:02:00 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "65fb40b8-a1c"
Accept-Ranges: bytes

Tell me what could be the problem?

What’s the error? If it is a certificate error it is normal, you are trying to access Hestia using the ip and you should use the hostname, if you also have the same certificate issue using the hostname, execute this command as root to issue the certificate for your hostname:

 v-add-letsencrypt-host

If the error is another one, please show the details of the error.

1 Like

I can access the site via https, but I cannot access the panel.
I didn’t see any errors in the logs.
When I go to the hestia panel I get an error in the browser ERR_CONNECTION_TIMED_OUT

did not help

Are you using a CDN as proxy (like Cloudflare)?

What are your firewall rules?

iptables -S

I managed to log in with Firefox, maybe it was a cache issue. It still doesn’t work from another browser. Thank you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.