Can't connect to my admin interface after multiple attempts to connect

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

Expected Behaviour:

Connect to my admin user interface on my web browser

Actual Behaviour:

I get the, "refused to connect sign and that this site can't be reached.

Debug Token:

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

*** [ DIAGNOSING ]: Pi-hole processes
[✗] lighttpd daemon is failed

What is the output from sudo systemctl status --full --no-pager lighttpd.service

This is what shows up.

pi@noads:~ $ man lighttpd
[..]
       -f  configfile
               Load configuration file configfile.
[..]
       -tt     Test  the  configuration  file for syntax errors, load and ini‐
               tialize modules, and exit.
[..]

Try below and select repair:

pihole -r

If that doesnt fix, try purge the lighttpd package, including config files:

sudo dpkg -P lighttpd

And re-install from apt cache:

sudo apt install --reinstall lighttpd

And have Pi-hole configure lighttpd by selecting repair:

pihole -r

Thank you very much for the quick reply I greatly appreciate it. Whenever i load the admin page now it just says 400 Bad Request in the top right corner of the page. Do i need to reinstall something else?
Thank you very much.

1 Like

Try below:

EDIT: restart after the change:

sudo service lighttpd restart

1 Like

That seemed to work.Thank you very much!!!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.