-
Notifications
You must be signed in to change notification settings - Fork 22
Installation
SomeWhereOverTheRainbow edited this page Jul 14, 2026
·
1 revision
Open an SSH shell on the router and set a router-stock-first environment:
export LC_ALL=C
export PATH="/sbin:/bin:/usr/sbin:/usr/bin:${PATH:-}"/usr/sbin/curl -L -s -O https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer && sh installer; rm installer/usr/sbin/wget -O installer https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer && sh installer; rm installersh installerFollow the menu prompts for install, update, backup, restore, reconfiguration, diagnostics, or uninstall.
sh installer install --installer-branch master --adguardhome-branch release --yes --allow-dns-nvram--yes confirms the action. --allow-dns-nvram is required for actions that may rewrite DNS or NVRAM settings.