I am currently running a v5 Pi-Hole on a Pi 5. This is working no problem. I decided to try the v6 Beta on my spare Pi 4. The install ran fine, but I can't access the web portal. I have tried anything and everything I can think of. I have used:
- http and https - ://192.168.80.60/admin
- http and https - ://192.168.80.60:8080/admin
- https and https - ://192.168.80.60:80/admin
When I use https://192.168.80.60/admin I get a warning about the site not being secure and, when I click to go anyways, I get a 404 error. When I use http://192.168.80.60:8080/admin I get a 403 error.
I have tried refreshing the Pi and starting over. I have tried uninstalling Pi-Hole, starting with v5 and then upgrading to v6 without doing anything besides upgrading (the admin portal works on v5 and then I get the above issues when I upgrade to v6). I have tried pihole -r and setting the whole thing up again. None of this works.
Here is my debugging log.
I would really appreciate any help. I can't seem to get v6 running (the web portal) and I would really like to try it out.
I will answer any questions, if I missed anything important in the explanation.
The link to your debug log does not exist. Please upload a new one.
Apologies - looks like I grabbed the wrong link.
This should work. https://tricorder.pi-hole.net/9k84xbTr/
You did not checkout the v6 version of the web interface
*** [ DIAGNOSING ]: Web version
[✓] Version: v5.21
[i] Remotes: origin https://github.com/pi-hole/web.git (fetch)
origin https://github.com/pi-hole/web.git (push)
[i] Branch: master
[i] Commit: v5.21-0-gbe05b0f
Run sudo pihole checkout web development-v6
ok - I've been trying to figure this out for awhile, so I had gone to v5 and hadn't updated.
I loaded PiOS on a new SD card, installed v5, then immediately updated to v6. All the information in the original post about trying to find the portal is correct.
new log: https://tricorder.pi-hole.net/23DqgoCi/
If it matters, I am using a MBA with Safari. I have tried Chrome to no avail.
well, I am not sure what I did, but I finally got the web portal to show.
its at https://192.168.86.60/admin, which I have tried many, many times.
Your new log shows you are still using the v5 web interface:
*** [ DIAGNOSING ]: Core version
[✓] Version: v5.18.3
[i] Branch: development-v6
[i] Commit: v5.18.3-434-g4972cc6f
*** [ DIAGNOSING ]: Web version
[✓] Version: v5.21
[i] Branch: master <---- This should be "development-v6"
[i] Commit: v5.21-0-gbe05b0f
*** [ DIAGNOSING ]: FTL version
[✓] Version: vDev-0c36f47
[i] Branch: development-v6
[i] Commit: 0c36f47f
Run the command suggested by yubiuser above:
sudo pihole checkout web development-v6