Pihole GUI not starting, Debian 11 (Bullseye)

Please follow the below template, it will help us to help you!

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx instead of lighttpd, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

After a fresh OS installation & update + Pi-hole installation & update the Pi-hole GUI do not start.
Static IP is set to 192.168.50.10/24
Debian 11 LITE (bullseye) (32-bit) / Kernel: Linux 6.1.21+
Raspberry Pi 1 Model B (512Mb)

Actual Behaviour:

Trying to start Pi-Hole GUI http://192.168.50.10/admin OR
http://pi.hole/admin
Resulting message "-bash: http//192.168.50.10: No such file or directory.

Debug Token:

Your debug token is: https://tricorder.pi-hole.net/SGBtLgQR/

Your debug log shows the web interface is running, using IP 192.168.50.10 and port 80:

*** [ DIAGNOSING ]: Dashboard headers
[✓] Web interface X-Header: X-Pi-hole: The Pi-hole Web interface is working!
*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the eth0 interface:
    192.168.50.10/24
*** [ DIAGNOSING ]: Ports in use
    (...)
[✓] tcp:0.0.0.0:80 is in use by lighttpd
    (...)
[✓] tcp:[::]:80 is in use by lighttpd

Do you have a firewall blocking requests to port 80?


Where do you see this message? Are you typing the URL on the command line?

Thank you for your response.
There were firewall enabled on my Asus router, not specified into a certain port in the settings. (Generic radio button).

Temporarely I did disable it + reboot Raspberry Pi = no impact.

On command line, I'm typing the http//192.168.50.10/admin (and http://pi.hole/admin ) for both I do get the same message: "-bash: http://xxx.xxx.xx.xx/admin/: No such file or directory"

This is not how you should access the web interface.

You need to enter http://192.168.50.10/admin in your web browser.

Oh my god :slight_smile: Idiot me, trying to start the web service on the Raspberry without GUI (& web browser) version. That was my personal brain fart. Thank you for your effort!