Pi hole setup

I currently have my Pi-hole setup on a Raspberry pi3 and it has been working fine.

I do also have a web server and home bridge running on it. Seems to be some kind of conflict at times and not everything works properly.

My question is, should I have Pi-hole just run on a dedicated raspberry pi or old machine?

Sounds like they are conflicting over the same port 80.

You could have them both on the same machine and they will work just fine as long as you address the conflict.

Pi-hole uses lighttpd, I'm assuming that your web server is apache based.

You could move lighttpd port by editing /etc/lighttpd/lighttpd.conf then sudo systemctl restart lighttpd.service

and check your /admin/ interface using http://pi.hole:YOURNEWPORT/admin

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