Raspberry Pi Pi-hole Setup

Pi-hole turns a Raspberry Pi into a network-wide ad blocker.
Once installed, it blocks ads, trackers, and unwanted domains for every device on your network — without needing browser plugins.


🧠 What This Does


🧩 What You’ll Need


⚙️ Installation Summary

1. Prepare the Pi

Install Raspberry Pi OS (Lite is fine).
Enable SSH if you want remote access.

Update the system:

sudo apt update
sudo apt upgrade -y

2. Install Pi-hole

Run the official installer:

curl -sSL https://install.pi-hole.net | bash

Follow the prompts:


3. Access the Admin Interface

Open a browser and go to:

http://<pi-ip-address>/admin

You’ll see stats, logs, and blocking controls.


4. Point Your Network to Pi-hole

Set your router’s DNS to the Pi’s IP address.

Alternatively, set DNS per device (less ideal).


🔧 Optional Tweaks


⚠️ Things to Watch


📚 Source

This guide is based on:

https://www.raspberrypi.com/tutorials/running-pi-hole-on-a-raspberry-pi/


💡 JACSoft Notes