Access
- Open the following address in your browser:
http://<SERVER_IP>:3000 - Follow the Installation Wizard steps to finish setup.
Service Management
Check the service status:
/opt/AdGuardHome/AdGuardHome -s status
Start the service:
/opt/AdGuardHome/AdGuardHome -s start
Stop the service:
/opt/AdGuardHome/AdGuardHome -s stop
Restart the service:
/opt/AdGuardHome/AdGuardHome -s restart
Important Paths
- Installation:
/opt/AdGuardHome - DNS resolver configuration:
/etc/systemd/resolved.conf.d/adguardhome.conf - Original resolver configuration backup:
/etc/resolv.conf.backup - Active resolver configuration:
/etc/resolv.conf
Notes
- DNS port
53is available for AdGuard Home because thesystemd-resolvedDNS stub listener has been disabled. /etc/systemd/resolved.conf.d/adguardhome.confconfiguressystemd-resolvedto use AdGuard Home at127.0.0.1with the DNS stub listener disabled, allowing AdGuard Home to use port53.- The server itself continues to use AdGuard Home at
127.0.0.1for DNS resolution. - The original
/etc/resolv.confis backed up at/etc/resolv.conf.backup. /etc/resolv.confis linked to/run/systemd/resolve/resolv.conf, allowingsystemd-resolvedto use the configured DNS server without occupying port53.