You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have been troubled by this issue for a long time. Previously, when installed natively, the same problem occurred. Recently, I switched to a Docker installation, and it still happens intermittently and unpredictably.
I am currently using the Docker version with the following command:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have been troubled by this issue for a long time. Previously, when installed natively, the same problem occurred. Recently, I switched to a Docker installation, and it still happens intermittently and unpredictably.
I am currently using the Docker version with the following command:
docker run --name adguardhome\ -v /opt/adguardhome/work:/opt/adguardhome/work\ -v /opt/adguardhome/conf:/opt/adguardhome/conf\ -p 53:53/tcp -p 53:53/udp\ -p 67:67/udp -p 1068:68/udp\ # Port 68 conflicts with the system's DHCP -p 80:80/tcp -p 443:443/tcp\ -p 443:443/udp -p 3000:3000/tcp\ -p 853:853/tcp -p 784:784/udp\ -p 853:853/udp -p 8853:8853/udp\ -p 5443:5443/tcp -p 5443:5443/udp\ -d adguard/adguardhomeProblem:
DNS stops responding, and the website hangs at /control/status.
Running
docker logs -f --tail 200 adguardhomeshows no logs.Debugging inside the container:
/opt/adguardhome/work # wget --no-verbose --tries=1 --spider --no-check-certificate --header='Authorization: Basic Base64(user:password)' --timeout=2 http://127.0.0.1/control/status Connecting to 127.0.0.1 (127.0.0.1:80) Connecting to 127.0.0.1 (127.0.0.1:443) wget: download timed out/opt/adguardhome/work # wget --no-check-certificate --spider --header='Authorization: Basic Base64(user:password)' http://127.0.0.1/control/status Connecting to 127.0.0.1 (127.0.0.1:80) Connecting to 127.0.0.1 (127.0.0.1:443)wget --spider --max-redirect=0 http://127.0.0.1/control/status Spider mode enabled. Checking for remote file existence. --2025-12-25 14:24:16-- http://127.0.0.1/control/status Connecting to 127.0.0.1:80... connected. HTTP request sent, awaiting response... 401 Unauthorized Authentication failed.Example error logs:
Version:
adguard/adguardhome:latest (Image ID: 331d034cfb33, 2 weeks ago, 77.4 MB)Temporary Solution:
Restarting the container resolves the issue temporarily.
Question:
How can I troubleshoot this problem?
Beta Was this translation helpful? Give feedback.
All reactions