Expected Behaviour:
When running the curl command curl -L http://localhost:443/admin/ on my machine with pihole, it should print a success code and the content of the admin page. Also, would expect to be able to access the page by going to the website“http://${PIHOLE_IP}:443/admin” on a separate machine.
I am running this on a mini Beelink PC with Fedora Linux 42 (Server Edition) installed. I installed using the first alternative method in GitHub (cloned the repo, ran basic-install.sh).
I had previously used docker to run pihole, but wanted to get away from docker in general, so deleted all that stuff, uninstalled docker and tried installing pi-hole directly.
Actual Behaviour:
When running the curl command curl -L http://localhost:443/admin/ on my machine with pihole installed, I see ‘404 page not found’ as the output. On a separate PC, going to the website "http://${PIHOLE_IP}:443/admin” gives a blank screen with the same error text: “404 page not found.”
Debug Token:
https://tricorder.pi-hole.net/ifzS4MDf/
Saw there were some other topics on this in the past, but none of those solutions worked for me…. not sure what’s going on here. I’m not very smart when it comes to networking so any help here would be appreciated. Thank you!