Pi-Hole Web Interface not responding

Please follow the below template, it will help us to help you!

Expected Behaviour:

I should be able to log into the pi-hole web interface.

Actual Behaviour:

Whenever I try to reach the Pi-Hole server, I get a connection timed out error in my browser.

Debug Token:

qkcjv7xl67

I've tried reaching it by direct ip, by http://pi.hole/admin, and by my custom dns at http://pihole.noreallyitis.me/admin. No matter how I try accessing it or whether or not I reboot, I just get connection timed out.
It is being hosted on an AWS t2.micro server with a completely open security group running Ubuntu 16.04

Can you SSH in to the instance and run a curl -I http://localhost/admin/ and see if the local lighttpd server is sending the proper X-headers?

And you're running wide open just to set things up, right?

The pi-hole is configured with an IP in the 172.x.x.x range, but the domain name you listed is for an address in the 18.x.x.x range. The URL you provided opens the admin page for me here.

pi.hole won't resolve until you use the Pi-hole as your DNS server. I'm guessing you've done this, but just checking it off the list of things to try.

I can also reach your link.

Yes, I was running wide-open just to double check it wasn't a weird AWS security group issue. It's working okay now, but only if I try by direct IP or my updated DNS record. However, I think the Pi-Hole has the original, non-elastic IP cached as the correct entry for resolving pi.hole. How can I clear the DNS cache on the Pi-Hole so that it can update that?

Run pihole -r to reconfigure.

1 Like

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