AdGuard Home LXC - Install error validating ports: listen tcp 0.0.0.0:53: bind: address already in use #987
-
Hello i want try and use for production AdGuard Home LXC but i got an issue : so he is a frech install with the link :
do u know how fix the problem with Proxmox and AdGuard Home LXC installation thnaks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can see whats using port 53 by running To fix the issue, run the commands below in the AdGuard LXC console
reboot the LXC I think that I will edit the script to free port 53 before installing AdGuard. So, you can fix your installation, or wait for the commit. |
Beta Was this translation helpful? Give feedback.
-
thanks u all, that's work !!! |
Beta Was this translation helpful? Give feedback.
You can see whats using port 53 by running
lsof -i :53
To fix the issue, run the commands below in the AdGuard LXC console
reboot the LXC
You can again run
lsof -i :53
to ensure port 53 is freeI think that I will edit the script to free port 53 before installing AdGuard. So, you can fix your installation, or wait for the commit.