Truy cập
- Mở địa chỉ sau trong trình duyệt của bạn:
http://<SERVER_IP>:3000 - Thực hiện các bước của trình hướng dẫn cài đặt để hoàn tất thiết lập.
Quản lý dịch vụ
Kiểm tra trạng thái dịch vụ:
/opt/AdGuardHome/AdGuardHome -s status
Khởi động dịch vụ:
/opt/AdGuardHome/AdGuardHome -s start
Dừng dịch vụ:
/opt/AdGuardHome/AdGuardHome -s stop
Khởi động lại dịch vụ:
/opt/AdGuardHome/AdGuardHome -s restart
Các đường dẫn quan trọng
- Cài đặt:
/opt/AdGuardHome - Cấu hình resolver DNS:
/etc/systemd/resolved.conf.d/adguardhome.conf - Bản sao lưu cấu hình resolver ban đầu:
/etc/resolv.conf.backup - Cấu hình resolver đang dùng:
/etc/resolv.conf
Ghi chú
- DNS port
53is available for AdGuard Home because thesystemd-resolvedDNS stub listener đã bị tắt. /etc/systemd/resolved.conf.d/adguardhome.confconfiguressystemd-resolvedđể dùng AdGuard Home tại127.0.0.1với DNS stub listener bị tắt, cho phép AdGuard Home dùng cổng53.- Bản thân máy chủ vẫn tiếp tục dùng AdGuard Home tại
127.0.0.1for DNS resolution. - Bản gốc
/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.