Unable to access Admin Web Interface after dietpi and pihole updates

Hello all,

I've been running my pihole problem free on a diet-pi for a while. Yesterday I ran an update of both pihole and diet-pi, which went without incident. The pihole itself is still working and blocking ads, but I now cannot access the web interface.

I have tried:

*http://192.168.50.29/admin - 404 Not Found
*pi.hole - displays the Apache2 Debian Default Page
*http://pi.hole/admin - 404 Not Found

I've tried other troubleshooting steps from people with similar issues, but I cannot figure out how to resolve the problem, and I'm hoping I can resolve this without a system reinstall.

Debug token: https://tricorder.pi-hole.net/fmRrKpyr/

I suspect from looking at the debug that there's an issue with apache2 using port 80, but I've reached the end of my technical knowledge as to how to resolve this, if this is the case. I tried steps outlined here to change the port to 8080, but this didn't help and I've reverted the changes.

I appreciate any help. Please let me know if there's more info I can provide to assist with troubleshooting.

Well, this is expected.
Apache2 is using port 80.

[✗] tcp:0.0.0.0:80 is in use by apache2

Pi-hole web server was moved to port 8089:

port = "8089" ### CHANGED

You can access the web interface at http://192.168.50.29:8089/admin.


Note:

If you are sure Apache2 is not used by any other software in your system, you can disable it and move Pi-hole to port 80.

1 Like

I can't believe it was as simple as that. Thank you SO much for the help. I really appreciate you taking the time!