AdGuard Home -- Opensource DNS Adblocker like PiHole
AdGuard Home seems to be a secret among the hobbyists that leverage Raspberry PI for adblocking by using software like Pi Hole. So sharing this here and keeping this thread alive to help RFD community with any install questions, etc.
I had been an avid Pi-hole user for years, till I tried AdGuard and I am superbly impressed by the UI, along with advanced features like customized upstreams, encryption out of the box, safe-search for kids, parental blocks etc. It also updates itself via the web menu and is rock solid in stability and performance.
It is from the makers of Adguard, and is an opensource product. It works on Raspberry Pis, Linux, Mac, Windows PCs.
https://github.com/AdguardTeam/AdGuardH ... ng-started

Installation Instructions for Raspberry Pi
Let's download AdGuard Home and unpack it:
It will unpack into a new directory called AdGuardHome.
All you have to do is simply type this command to the Terminal:
I had been an avid Pi-hole user for years, till I tried AdGuard and I am superbly impressed by the UI, along with advanced features like customized upstreams, encryption out of the box, safe-search for kids, parental blocks etc. It also updates itself via the web menu and is rock solid in stability and performance.
It is from the makers of Adguard, and is an opensource product. It works on Raspberry Pis, Linux, Mac, Windows PCs.
https://github.com/AdguardTeam/AdGuardH ... ng-started
Installation Instructions for Raspberry Pi
Let's download AdGuard Home and unpack it:
Code: Select all
cd $HOME
wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz
tar xvf AdGuardHome_linux_arm.tar.gz
All you have to do is simply type this command to the Terminal:
Code: Select all
cd AdGuardHome
sudo ./AdGuardHome -s install
Last edited by weedb0y on Dec 27th, 2020 3:32 pm, edited 5 times in total.