Skip Navigation

I hope this is the right place to put this..I want to use pi-hole

I want to use pi-hole and it comes highly recommended to use raspberry pi to cover the house and have an always on capability. I started looking at just starter packages at Amazon and they don't come with a monitor, which it looks like you need. How do I do this? I want a raspberry pi to run pi-hole to protect my house.

Edit: Thank you all so much for the tips and all the different ways to get this up and going , I am officially on my pi-hole journey!

26 comments
  • Raspberry Pi's come with VNC pre-installed and you can pre-set up things like hostname, username, password, WiFi, locale, and SSH using the Raspberry Pi Imager, and then once you boot it for the first time and it has fully started up, you can log in with SSH, use raspi-config and enable VNC, and then you can remotely log in with a PC that has a monitor.

    You can do setup entirely without ever needing a monitor as long as you have another PC you can connect to it with on your local network.

  • You get a raspberry pi. Then you get a durable SD card. You make the card bootable with the appropriate tool on your PC. While you're on the PC, you can make additional configuration changes in text files to configure wifi network credentials, static IP address and others. WIFI credentials being most important if you don't plan to connect it by ethernet or don't have extra monitors, keyboards, and mouse.

    Then you place the SD card to the Pi and boot it up. It automatically connects to the WIFI using the credentials you set in the SD card. If you used an static IP address, use it to ssh into it. Then copy the pihole installation code from the pihole website. And you're done.

    If you want to give pihole a try before you get a Raspberry pi, you can install it within other Linux OS, like Linux mint. You can move all the configurations by exporting them later.

    https://www.jucktion.com/pihole-adblock-linux-mint

  • If you don't already have a raspberry pi, get a pi zero W and put dietpi on it. You configure the wireless settings via text file once you etch the SD card. You don't need a monitor. Personally, I set it up, looked at what DHCP address it had, and told my router to reserve that address. You can ssh into it to install pihole on the headless installation.

  • It's not all that hard.

    Youll need a pihole and a micro SD card for it. On that micro SD you're going to install the operating system. There is a guide for how to do this on the raspberry pi website. As part of that installation, you can tell the installer to also install an SSH server. That will allow you to connect remotely. You can also have the installer create a user account for you. Do that.

    Once you've done that you'll put the SD card into the pihole and plug in the pihole. It should boot from the SD card. Plug the pihole into your router via ether net, this is very important. It guarantees it will get an IP address.

    Check your router for the pihole. You should see it. Grab it's ip address, and use whatever SSH client you like. On windows I like mRemoteNG. SSH into your pis IP address using the username and password you made earlier, when you installed the OS. Then, Google pihole. Follow the install directions on the pihole. Once it's set up, set your router to use it for DNS.

    That's all!

  • It's been a while since I've set up my pi hole, but you shouldn't need a monitor, the initial configuration should be done through the command line.

    Once it's set up, you'll have a webpage inside your network that you can visit to monitor / configure further.

    That being said, you can connect any HDMI monitor to a raspberry pi, and it should work.

26 comments