Please follow the below template, it will help us to help you!
Very standard Pihole install on a Raspbery Pi 400. Has been running for a few months without issue and have used the "pihole -up" upgrade process successfully before. This time I used it to upgrade to v6.
Expected Behaviour:
The admin interface should work on the same static IP address as before but using the new inbuilt admin interface.
Actual Behaviour:
The admin interface cannot be found though the Pihole does seem to be working in the background (i.e. all devices still connect to the internet and blocking still seems effective).
same here after updating to v6 the webinterface port changed from 80 to 8080 which is not possible because this port is used by sabnzbd. How can I change the port back to 80? even an reconfigure didn't helped its still using port 8080
https is wokring but I don't like the waring that the conneciton is not secure
found the settings under /admin/settings/all -> changed from 8080o -> 80o
Solved: As per rdwebdesign's post above, I was able to login using https:// - adding the port number to http:// didn’t work but https:// without the port number did. Now running as expected.