-
Notifications
You must be signed in to change notification settings - Fork 22
Home
SomeWhereOverTheRainbow edited this page Jul 14, 2026
·
4 revisions
Welcome to the operator wiki for the Asuswrt-Merlin AdGuardHome Installer.
This wiki documents installing, updating, backing up, troubleshooting, and uninstalling AdGuardHome on supported ARM-based Asuswrt-Merlin routers.
Set a router-stock-first environment before bootstrap commands:
export LC_ALL=C
export PATH="/sbin:/bin:/usr/sbin:/usr/bin:${PATH:-}"Download and run the installer with a router-stock downloader:
/usr/sbin/curl -L -s -O https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer && sh installer; rm installeror:
/usr/sbin/wget -O installer https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer && sh installer; rm installer