I can not access the pihole admin page. I have tried going to my ip address and the to
pi-hole/admin and i get a 404 error page not found.
Debug Token:
https://tricorder.pi-hole.net/1bkO8GXI/
[✓] FTL is listening on port 53
[✓] UDP (IPv4)
[✓] TCP (IPv4)
[✓] UDP (IPv6)
[✓] TCP (IPv6)
[✓] Pi-hole blocking is enabled
jfb
March 6, 2025, 10:49pm
2
Your debug log shows the following process running on port 80:
[✗] tcp:*:80 is in use by httpd (https://docs.pi-hole.net/main/prerequisites/#ports)
tcp:*:25000 is in use by cluster-agent
This prevents FTL from binding to that port and serving the web GUI.
FTL is running on port 443, which means you can access the web GUI via the https protocol.
[webserver]
domain = "pi.hole"
acl = ""
port = "80o,443os,[::]:80o,[::]:443os"
threads = 50
[✓] tcp:[::]:443 is in use by pihole-FTL
I have tried accessing it by going to
https://my-ipaddress/admin and it say the page cant be found I have tried using
https://my-ipaddress:80/admin and https://my-ipaddress:443/admin and it still says page not found.
Try https://192.168.0.3/admin .
Also, you can change the ports to something else, like port 8080:
pihole-FTL --config webserver.port '8080o,443os,[::]:8080o,[::]:443os'
Then you will be able access using http://192.168.0.3:8080/admin and https://192.168.0.3/admin .
Sorry im completely new to Linux i am trying to put that in but i think im doing something wrong.
$ sudo pihole-FTL --config '8080o,443os,[::]:8080o,[::]:443os'
[sudo] password for administrator:
Unknown config option 8080o,443os,[::]:8080o,[::]:443os, did you mean:
Sorry, I typed the command too fast and forgot to include the correct option.
The correct command is:
pihole-FTL --config webserver.port '8080o,443os,[::]:8080o,[::]:443os'
is this right
$ sudo pihole-FTL --config webserver.port '8080o,443os,[::]:8080o,[::]:443os
its not doing anything and its like it is waiting for more input.
that all got it to work thank you for your help
system
Closed
March 28, 2025, 1:10am
9
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.