I'm using pihole installed in an proxmox lxc container. everything worked fine so far until the last update. went from:
Core 6.0.6 -> 6.1
Web 6.1 -> 6.2.1
FTL 6.1 -> 6.2
Expected Behaviour:
functionality works
Web should open
Actual Behaviour:
functionally, still works
Can't connect to the web admin panel
Had the same issue today. My pihole installation runs on Debian 12 (baremetal) and has a changed port (8080) in /etc/pihole/pihole.toml (also runs OMV on port 80). Worked just fine until today thow. I also verified that the port was still set to 8080 in pihole.toml, that was not the issue.
Long story short: I uninstalled pihole, rebooted the server and reinstalled pihole. After that, I changed the pihole webserver back to port 8080, rebooted the machine and pihole was back up and running, the web interface was accessible again with http://server-ip:8080/admin/ - was much faster than check dozends of forum posts, all in all may be 10 minutes or so. The server is a Ryzen 3 2200G based machine, so not that slow.
Of course I needed to reimport the Teleporter backup.
Ah almost forgot to mention, that the DNS resolution was not working while pihole was faulty. I had to set the DNS server back to the router temporarily.
I've repeatedly tried installing Pi-Hole v6.1 on a Raspberry Pi 3B+ running a fresh installation of OS Bookworm with no luck. The Pi-Hole install seems to complete without obvious errors, but FTL fails to run and I can’t bring up the web console.
Previously I had Pi-Hole v6.0.6 running fine on the same Pi, but with RPi OS Bullseye.
This is basically where I am at. In addition, the web monitor on my computer shows TWO data streams. My mental capacities are failing (I am over 80) and I am having difficulty putting together a description as a starting point.
Hi,
and me too...
After updating to the last version, no access to the admin page is possible. Id would be nice if anyone could tell me what to do now.
Thanks! https://tricorder.pi-hole.net/YNIhXbyJ
Thanks, will try that if I have the same issue in the future. However reinstalling did the trick, too - but that's expected since it removed the database, too
Today there was an update and guess what: exactly the same issue! But stopping FTL, deleting the database and starting the service fixed it. All settings where still there. I think I add the database deletion to my update shell script (updates debian + OpenMediaVault and pihole) as a precautional maintenance.
service pihole-FTL stop
rm -f /etc/pihole/pihole-FTL.db
service pihole-FTL start