Closed nazarewk closed 2 years ago
Hello @nazarewk can you check if there is any other application running that is using port 51280, you can do that with:
sudo ss -lnup
# or
sudo netstat -lnup
If that is the case and you can not stop the other process, you can use a custom port by updating the /etc/netbird/config.json and changing the WgPort value.
I don't have anything listening on 51280
typo on the port
# ss -lnup | grep 51820
UNCONN 0 0 0.0.0.0:51820 0.0.0.0:*
UNCONN 0 0 [::]:51820 [::]:*
closing this, it's caused by #546 , editing port in config.json
helped
Thanks, @nazarewk, sorry for the typo. I'm working with it every day, and still not doing this 😄
I am trying to set up Netbird on NixOS, but i'm getting following errors: