netbird icon indicating copy to clipboard operation
netbird copied to clipboard

netbird-coturn-1 not starting. Error installing using self host script

Open theglove44 opened this issue 9 months ago • 3 comments

Describe the problem

Trying to install netbird using the Self-hosting quickstart guide.

I have an unprivileged Proxmox lxc using Ubuntu Server 22.04.

Ports as stated on the quickstart guide are open in UFW. The lxc is on a dedicated IP address and has a FQD via cloudflare pointed to the server IP.

I'm able to run the single line install script and it goes through the install process. At the starting netbird services stage the pulls complete and 6 of the 7 containers are running. netbird-coturn-1 stays on starting.

I then get an error response from daemon as per the image attached.

Doing a docker ps I can see that netbird-coturn-1 isn't running. CleanShot 2024-05-15 at 10 17 02

To Reproduce

I have reproduced this behaviour on a number of different proxmox containers.

Expected behavior

The expected behaviour is for the install script to complete and allow me to access my netbird instance via the dashboard FQD

theglove44 avatar May 15 '24 09:05 theglove44

can you update the docker-compose.yml and remove the domainname key from the coturn service?

mlsmaycon avatar May 15 '24 12:05 mlsmaycon

updating the compose file was straight forward. It just needs the first line version statement deleted as it's not needed by the latest version of docker. Deleting that solved the version : obsolete message.

I'm not sure how to solve the domainname key issue. I've read through the getting started script to see if I can spot anything but I couldn't see anywhere that might help for that bit.

theglove44 avatar May 16 '24 06:05 theglove44

Ok, so ran into this issue as well, the way I overcome it was following this comment https://github.com/netbirdio/netbird/issues/1990#issuecomment-2112441639. I had to first download the getting-started-with-zitadel script and modify the contents of the script to remove the domainname key as suggested in the comment.

rialco avatar Jun 15 '24 20:06 rialco