Just upgraded to v6 and can't reach the web interface. I am assuming that the issue is it assigns to port 8000 and if that is busy to port 8080. But if port 8080 is also busy what does it do here. Do I need to assign it to another port? If so how is that done?
It will default to port 80, if this is not free it will use 8080. If this is not free, no web server will start.
Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:
pihole -d
The webinterface is served from pi.hole:8080/admin
To change that, see here
Thanks, I guess I just didn't have the correct interface. I was using localhost:8080 and also tried myipadress/admin/
but this worked.
I have similar issue atm,
I got following ports in my yaml config, shall i be changing them for admin page to work ?
ports:
- 53:53/udp
- 8004:8000/tcp
sorry to hijack this page
here are my logs: https://tricorder.pi-hole.net/x3YmHH7p/
port = "80o,443os"
Change - 8004:8000/tcp to - 8004:80/tcp and you should be able to access it with http://pi.hole:8004/admin
Working with IP not with http://pi.hole:8004/admin but I dont care much abt that.
All good. Thank you ![]()
I have the same problem, my log is here: https://tricorder.pi-hole.net/mHtEzA5W/
My instance of pi-hole is in a docker container on 8888 port but I can't reach it.
If you had the same problem, the solution above should work for you (this issue was solved), but I really don't think this is the case.
Please open a new topic explaining your issue (add your debug token) and include the compose file or docker run command used to start the container.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.