Block ads on every device in your home. No apps to install, no browser extensions needed. Just run one command on your Raspberry Pi.
Open a terminal on your Raspberry Pi and paste this command:
curl -sSL https://pihole-wizard.com/install.sh | bash
This downloads and runs the Pi-hole Wizard. A web interface will open automatically.
SSH into your Raspberry Pi or open a terminal. Paste the install command and press Enter. Don't have SSH set up? See below.
The installer will show you a URL (like http://192.168.1.x:8080). Open it on your phone, tablet, or computer - any device on your network.
The wizard asks simple questions about your network. It auto-detects most settings. Just click Next, Next, Install.
Change your router's DNS setting to your Pi's IP address. The wizard tells you exactly what to do. Every device on your network will now be ad-free!
Blocks ads on phones, tablets, smart TVs, and every device - even apps without ad-blocker support.
Blocks trackers and telemetry. Uses Unbound for private DNS resolution - your queries never leave your network.
Pages load faster without ads. DNS caching speeds up frequently visited sites.
Beautiful web dashboard to whitelist sites, view statistics, and manage your Pi-hole.
Here's what we recommend:
As an Amazon Associate, we earn from qualifying purchases.
Pi-hole Wizard is free and open source. If it saves you time and frustration, consider supporting development!
Get instant help with Pi-hole setup, troubleshooting, and configuration.
Get your free API key at console.anthropic.com. Your key stays in your browser.
Option A - With a monitor: Connect a monitor and keyboard to your Pi, open the Terminal app.
Option B - From another computer (SSH): Open Terminal (Mac/Linux) or PowerShell (Windows) and type: ssh pi@raspberrypi.local. Default password is "raspberry".
The wizard auto-detects it! Or check your router's admin page for connected devices, or run hostname -I on your Pi.
No. If something goes wrong, just change your router's DNS back to automatic. The wizard also validates everything before making changes.
Yes! Pi-hole is open source, and this wizard is too. If it saves you time, consider buying me a coffee.
Yes! Any Linux machine or Docker-capable system works. The wizard supports Docker and bare-metal installs.
Run this command on your Pi: curl -sSL pihole-wizard.com/install.sh | bash -s -- --uninstall
Check out the official Pi-hole Documentation, the GitHub repo, or join the community forum for help and discussions.