Skip to main content

Install Pi-Hole on Debian 11

If you do not have an Raspberry Pi, you can also install Pi-Hole on a virtual machine, on a Linux OS.

In this guide, I will show you how to install Pi-Hole on Debian 11.

Prerequisites

1. Debain 11 Installed and Configured. How to install Debian 11 Bullseye

2. Install curl on the system if you do not already have it

sudo apt install curl

Screenshot 2022-10-31 234114.png

Install Pi-Hole

The developers at Pi-Hole project have a simple one line install script for installing Pi-Hole. This script is the same for installing Pi-Hole on a Raspberry Pi. Enter the following command to start the installation process:

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

You can proceed to my other guides on Pi-Hole to start configuring and using Pi-Hole for your network.