Fresh install of PiHole on the latest version of DietPi
Issue: Install passes without errors, but am unable to access web interface on [ip]/admin
Steps taken to resolve: This thread
And tried to resolve with this helpful comment:
Click
And:
docker exec -it bash
apt-get update
apt-get install nano
nano /var/www/html/pihole/index.php
change
$serverName = htmlspecialchars($_SERVER["HTTP_HOST"]);
with
$serverName = htmlspecialchars($_SERVER["SERVER_ADDR"]);
Ctrl+X to save
reload web page
I am a very low-end linux user but if you tell me what logs you need and what i need to do i hope we can resolve the problem fast.
I can access the [IP]/admin interface trough my smarphone tho! I dont know why its not working on my PC trough a browser...
cheers.
-T