I just updated my Pi-hole to v6, and now http://192.168.1.9:8080/
doesn’t show anything. No error or nothing, just a blank screen. I tried http://192.168.1.9:8080/
in an incognito window, and that gave this result:
I assume the Pi-hole update somehow “stole” port 8080. Some looking around here on the forum confirmed this:
erik@MinipcLG2:~$ sudo netstat -tulpe --numeric-ports | grep 8080
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN pihole 18412 2398/pihole-FTL
tcp6 0 0 [::]:8080 [::]:* LISTEN pihole 18414 2398/pihole-FTL
erik@MinipcLG2:~$ sudo netstat -tulpe --numeric-ports | grep 8443
tcp6 0 0 [::]:8443 [::]:* LISTEN openhab 19118 2323/java
https://192.168.1.9:8443/
doesn’t work:
Unfortunately, my searches didn’t hint me a solution… So anyone who can help me, will be thanked!