Introduction to AdGuardHome

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.gzNote: 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 installWhen 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 Name | Description | Link |
|---|---|---|
| AdGuard DNS Filter | AdGuard officially maintained advertising rules, covering a variety of filtering rules | Rule address |
| EasyList | Advertising rules officially maintained by Adblock Plus | Rule address |
| EasyList China | EasyList ad removal rules for Chinese users | Rule address |
| EasyPrivacy | Anti-privacy tracking and mining rules | Rule address |
| Halflife rules | Covers EasyList China, EasyList Lite, CJX’s Annoyance, Chengfeng video filtering rules, etc. | Rule address |
| Xinggsf Chengfeng filtering | Domestic website advertising filtering rules | Rule address |
| Xinggsf Chengfeng video filtering | Video website advertising filtering rules | Rule address |
| MalwareDomainList | Malware filtering rules | Rule address |
| Adblock Warning Removal List | Remove prohibited ad blocking prompt rules | Rule address |
| Anti-AD | High hit rate, strong compatibility | Rule address |
| Fanboy’s Annoyances List | Remove page pop-up advertising rules | Rule address |