접속
- 브라우저에서 다음 주소를 엽니다:
http://<SERVER_IP>:3000 - 설치 마법사의 단계를 따라 설정을 마칩니다.
서비스 관리
서비스 상태를 확인하세요:
/opt/AdGuardHome/AdGuardHome -s status
서비스를 시작합니다:
/opt/AdGuardHome/AdGuardHome -s start
서비스를 중지합니다:
/opt/AdGuardHome/AdGuardHome -s stop
서비스를 재시작합니다:
/opt/AdGuardHome/AdGuardHome -s restart
중요한 경로
- 설치:
/opt/AdGuardHome - DNS 리졸버 구성:
/etc/systemd/resolved.conf.d/adguardhome.conf - 원래 리졸버 구성 백업:
/etc/resolv.conf.backup - 활성 리졸버 구성:
/etc/resolv.conf
참고
- DNS port
53is available for AdGuard Home because thesystemd-resolvedDNS 스텁 리스너가 비활성화되었습니다. /etc/systemd/resolved.conf.d/adguardhome.confconfiguressystemd-resolved다음 주소의 AdGuard Home을 사용하도록127.0.0.1DNS 스텁 리스너를 비활성화하여 AdGuard Home이 다음 포트를 사용할 수 있게 합니다53.- 서버 자체는 계속해서 다음 주소의 AdGuard Home을 사용합니다
127.0.0.1for DNS resolution. - 원본
/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.