Admin console not accessible after PiVPN installation

Hi, I would like to request solving a problem.

My admin console became inaccessible through browser after PiVPN installation. Pi-Hole continues to work, but web GUI is not working. I have installed PiVPN with Wireguard option, DNS requests through VPN goes to PiHole.

I have not yet set up any user for VPN.

Web access seems to stop working during installation process of PiVPN somwhere during lines:

  • Mode: Update & upgrade APT

[ INFO ] DietPi-Software | APT update, please wait...
Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
Hit:3 https://archive.raspberrypi.org/debian buster InRelease
Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.1 MB]
Fetched 13.2 MB in 28s (464 kB/s)*

I have Pi-hole version v5.2.4 (Latest: v5.2.4), DietPi v6.34.3, Raspberry Pi B

Please generate a debug log with pihole -d and post the token here.

That is expected as dietpi-software stops non-essential services during installs, in this case the webserver that serves the Pi-hole web interface. pihole-FTL is not stopped as it might be used by the server itself for DNS resolution (although not recommended) and it has only minor impact on system resources.

However, after the install has finished, and in case the reboot was done, webserver should be started backup.

The debug token contains that check: the Lighttpd status: systemctl status lighttpd
If it indeed isn't active, more logs can be found via: cat /var/log/lighttpd/error.log
When you paste webserver logs here, be sure to make remote/identifying IPs, hostnames etc anonym :wink:.

When installation process is complete, installer invokes reboot, but apparently that reboot isn't enough. @Michalng you are right, after another manual full shutdown web console is back up. Thank you for your help.

Strange that the first reboot didn't do the job already but great that it works again :slightly_smiling_face:. Keep the two commands in mind to check the webserver status and logs if there is any issue with the web interface.

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