Can't access admin page after 6.0.4 update

I tried accessing the pihole admin page on my PC browser and iPhone app and it just says it can't be reached.

It was working fine on 6.0.3 and (I disabled lighttpd to overcome a forbidden issue).

I ran pihole status and it shows FTL is listening on Port 53 and everything is a green checkmark.,
I did pihole -r and still no luck.
Rebooted PC and pihole computer and still no luck.

I can SSH in without issue.

Hoping for some help on the issue. Thanks!

Debug Token: https://tricorder.pi-hole.net/RvH3as5p/

UPDATE 1:
Ok, it looks like the issue was the port was changed to 8080 from 80. How do I revert this back to default 80?

I went to the config file and it shows:
port = "8080o,8443os,[::]:8080o,[::]:84" ### CHANGED, default = "80o,443os,[::]:80o,[::]:443os"

Do I need to change it to:
port = "80o,8443os,[::]:80o,[::]:84" ### CHANGED, default = "80o,443os,[::]:80o,[::]:443os"
or
port = "80o,8443os,[::]:80o,[::]:84"
Thanks.

Your debug log shows Pi-hole is using ports 8080:

[✓] tcp:0.0.0.0:8080 is in use by pihole-FTL
[✓] tcp:[::]:8080 is in use by pihole-FTL
   [webserver]
     port = "8080o,8443os,[::]:8080o,[::]:84"

You can access the web interface using http://192.168.1.134:8080/admin or https://192.168.1.134:8443/admin

You don't have another web server running, so if you want to access the web interface without using ports in the URL you can set the default ports running pihole-FTL --config webserver.port '80o,443os,[::]:80o,[::]:443os'.

2 Likes

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