Introduction to AdGuardHome

Snipaste_2021-04-30_17-43-37.jpg

AdGuard Home, written in Golang, officially supports running on Linux 32-bit/64-bit/ARM (v6/v7)/MIPS, FreeBSD, Windows, macOS, Docker, as well as OpenWrt software packages, Home Assistant extensions and Arch Linux maintained by third-party developers.

Download and install AdGuard Home

System environment: ubuntu 18.04

Download AdGuard Home

wget https://static.adguard.com/adguardhome/edge/AdGuardHome_linux_amd64.tar.gz -O AdGuardHome.tar.gz

Note: Download the corresponding version according to your system

Unzip and install AdGuard Home

sudo tar zxvf AdGuardHome.tar.gz
sudo chmod +x AdGuardHome
cd AdGuardHome
sudo ./AdGuardHome --service install

When the prompt AdGuard Home is successfully installed and will automatically start on boot. is displayed, it means that AdGuard Home is successfully installed on the current system. The address and port of the management background will be displayed on the terminal. The default is http://IP:3000

AdGuardHome common commands

AdGuardHome -s uninstall # 卸载服务
AdGuardHome -s start     # 启动服务
AdGuardHome -s stop      # 停止服务
AdGuardHome -s restart   # 重启服务
AdGuardHome -s status    # 显示服务状态

Known DNS providers

https://kb.adguard.com/zh/general/dns-providers

Common rules

Rule NameDescriptionLink
AdGuard DNS FilterAdGuard officially maintained advertising rules, covering a variety of filtering rulesRule address
EasyListAdvertising rules officially maintained by Adblock PlusRule address
EasyList ChinaEasyList ad removal rules for Chinese usersRule address
EasyPrivacyAnti-privacy tracking and mining rulesRule address
Halflife rulesCovers EasyList China, EasyList Lite, CJX’s Annoyance, Chengfeng video filtering rules, etc.Rule address
Xinggsf Chengfeng filteringDomestic website advertising filtering rulesRule address
Xinggsf Chengfeng video filteringVideo website advertising filtering rulesRule address
MalwareDomainListMalware filtering rulesRule address
Adblock Warning Removal ListRemove prohibited ad blocking prompt rulesRule address
Anti-ADHigh hit rate, strong compatibilityRule address
Fanboy’s Annoyances ListRemove page pop-up advertising rulesRule address

Reference article