This page is used by the old web server (lighttpd
), used only by Pi-hole v5.
Your log shows the web server is using ports 8080
and 443
. lighttpd
is using port 80
.
Your options are:
-
access the web interface using http on port
8080
: http://192.168.1.2:8080/admin or http://pi.hole:8080/admin -
access the web interface using https on port
443
: https://192.168.1.2/admin or https://pi.hole/admin -
If you don't need
lighttpd
for other service, you can disable it, change Pi-hole port to80
and access the web interface without adding:8080
, running these commands:sudo systemctl stop lighttpd.service sudo systemctl disable lighttpd.service sudo pihole-FTL --config webserver.port '80o,443so'
Then access with: http://192.168.1.2/admin or https://pi.hole/admin