Impossible to connect to admin page

Expected Behaviour:

Access to http://192.168.1.250/admin or http://pi.hole/admin

  • Debian GNU/Linux 12 (bookworm)
  • Raspberry Pi 3 Model B Rev 1.2

Actual Behaviour:

Error when i try to connect "Fail to connect" in my browser

Debug Token:

https://tricorder.pi-hole.net/O28cKF4q/

You've set the ports to be 5240/5241.

   [webserver]
     domain = "pi.hole"
     acl = ""     
     port = "5240o,5241os,[::]:5240o,[::]:5241os" ### CHANGED, default = "80o,443os,[::]:80o,[::]:443os"

So you'd need http://192.168.1.250:5240/ or https://192.168.1.250:5241/

f*** me i change my port originally bruh :frowning: sorry for this useless post TwT

1 Like