Hello,
I am experiencing an issue with my Pi-hole after updating to the latest release. The web interface is not accessible, and I receive the following error when trying to access it through my browser:
Not Found
The requested URL was not found on this server.
Upon further investigation, it appears that login.php
is missing. However, the Pi-hole service itself is running fine, and DNS resolution is working as expected.
Additional Context:
- I have been using Pi-hole for over a year without issues, but this problem started after updating to the latest release.
- I also run a web server on this machine. Could it have removed or overwritten Pi-hole’s web interface?
- Is there a way to restore only the missing
login.php
file or the web interface without affecting the running Pi-hole service? - I have not manually removed anything related to Pi-hole, but it is possible that some configuration changes were made that affected it.
Steps I Have Tried:
- Restarting the Pi-hole service (
pihole restartdns
) - Restarting the device
- Checking
/var/www/html/admin/
for the missing file - Running
pihole -r
(but I am unsure if this will reset other configurations)
I would appreciate any guidance on how to restore the missing web interface without affecting the existing Pi-hole settings.
Thanks in advance!