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!

  • Hot Saucerman@lemmy.mlBanned
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    2 years ago

    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.

  • gomp@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    2 years ago

    Rasperry PIs have micro-HDMI outputs, so you can use those (with an appropriate cable/adapter) to hook the PI to any monitor (or to your TV) for the initial setup (you’ll also need a keyboard and - possibly - a mouse). After that, you can unplug everything and use the raspberry pi without keyboard/monitor/mouse (pi hole has a web interface).

    Note that you don’t strictly need a raspberry pi to run pi hole: any old x86 PC or a cheap thin client bought on ebay will do just as well (actually, they will most probably perform better).

  • Potatos_are_not_friends@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    When I first started years ago, I just used my TV as the monitor.

    Now, I connect directly to my raspberry pi from another computer.

    What I’m trying to say is there’s lots of ways to do this. And hopefully a raspberry pi is your first step to coding/hacking/taking control of your tech. Godspeed!

  • Landrin201@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    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!

    • scubbo@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      Plus your PiHole into your router via Ethernet net, this is very important. It guarantees it will get an IP address.

      Are you suggesting that Wifi-connected devices don’t get IP Addresses?

      • Landrin201@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 years ago

        No, but I can’t remember whether the OS installation includes options for setting up a wifi connection. Safest bet is to use ethernet.

        • Hot Saucerman@lemmy.mlBanned
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          2 years ago

          Raspberry Pi Imager indeed has options for setting up your WiFi during image creation.

          However, you’re still correct that Ethernet is best bet, simply because if you mistype your WiFi info… it won’t be able to connect.

  • Bytemeister@lemmy.world
    link
    fedilink
    Ελληνικά
    arrow-up
    2
    ·
    2 years ago

    I’ll add here that not only can you setup your pi to block ads, but you can also host your own VPN on it at the same time. So now I can block ads with mine, even when I’m not at home.