July 15, 20233 yr Hi, before update to 6.12.3 I have webui for adguard on port 3000, now after update is starting on 80 but in settings is 3000. but in logs is port 80 and it's working only on 80 Why he set up 80 and how force him to change for 3000 ?
July 26, 20233 yr Solution Port mapping doesn't work in network host mode. In host mode, port opened in the docker container is opened directly on the host. So, you have to edit the AdGuard configure file. Stop the AdGuard container and open a terminal. Type : nano /mnt/user/appdata/adguard/config/AdGuardHome.yaml Edit the AdGuard web UI settings (http/address). eg: http: address: 192.168.1.70:3000 The IP address should be the static IP defined for your unraid machine. You can set it in the Settings -> Network Settings -> IPv4 address. The port is up to you. 3000 is usual for AdGuard. Hope this helps! Regards, Sylvain Edited July 26, 20233 yr by Sylvain Rougeaux
December 16, 20241 yr On 7/26/2023 at 11:45 PM, Sylvain Rougeaux said: Port mapping doesn't work in network host mode. In host mode, port opened in the docker container is opened directly on the host. So, you have to edit the AdGuard configure file. Stop the AdGuard container and open a terminal. Type : nano /mnt/user/appdata/adguard/config/AdGuardHome.yaml Edit the AdGuard web UI settings (http/address). eg: http: address: 192.168.1.70:3000 The IP address should be the static IP defined for your unraid machine. You can set it in the Settings -> Network Settings -> IPv4 address. The port is up to you. 3000 is usual for AdGuard. Hope this helps! Regards, Sylvain works great 👍
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.