Pi-hole Install
Network-wide ad blocking via your own Linux hardware
The Pi-hole is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software. Follow below steps:
One-Step Automated Install
Those who want to get started quickly and conveniently may install Pi-hole using the following command:
Alternative Install Methods
Method 1: Clone our repository and run
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
cd "Pi-hole/automated install/"
sudo bash basic-install.sh
Method 2: Manually download the installer and run
Reference link: