Hi So, I've had openvpn running on a raspberry pi for over a year with no problems. After some braining I concluded that I also should run pihole on the same raspberry pi. After all it's "just a DNS resolver". Both are running great together on the raspberry. But, I can't administer openvpn because they both use "/admin", and because I installed pihole last, well I can now only administer pihole. So, how do I make one of them use something like "/admin2" ?

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago* (1 child)

One way is to run Pi-hole’s admin interface on a different port. That’s configured in:

/etc/lighttpd/external.conf

Set:

server.port := 8000

Then your URL is http://IP:8000/admin

  • source
  • hideshow 1 child comment