Package Details: netbird-server 0.71.4-1

Git Clone URL: https://aur.archlinux.org/netbird.git (read-only, click to copy)
Package Base: netbird
Description: WireGuard-based overlay network: single-binary server
Upstream URL: https://netbird.io
Keywords: mesh network vpn wireguard
Licenses: AGPL-3.0-only
Replaces: netbird-management, netbird-relay, netbird-signal
Submitter: tarball
Maintainer: tarball
Last Packager: tarball
Votes: 24
Popularity: 6.29
First Submitted: 2022-05-30 19:18 (UTC)
Last Updated: 2026-05-21 17:34 (UTC)

Dependencies (11)

Required by (0)

Sources (2)

Pinned Comments

shuurilabs commented on 2026-02-25 13:33 (UTC) (edited on 2026-02-26 15:07 (UTC) by shuurilabs)

Hi @tarball, I'm from the NetBird team.

This socket path mismatch has been fixed upstream. The CLI, UI, and SSH client now auto-discover the daemon socket when the default /var/run/netbird.sock doesn't exist - they scan /var/run/netbird/*.sock and use it if exactly one is found. So netbird@main.service will work out of the box without needing --daemon-addr or NB_DAEMON_ADDR.

The fix is in https://github.com/netbirdio/netbird/commit/ef82905526a5944e9aac96e04b8b7ee67d27c9b9. It's included as of v0.66.

Latest Comments

« First ‹ Previous 1 2 3 4

tarball commented on 2022-07-20 19:17 (UTC) (edited on 2022-08-20 07:40 (UTC) by tarball)

Without that change, the daemon puts its control socket in /var/run, which requires root. This is pretty much the only thing that it needs root for. So changing that path allows us to drop privileges and add some sandboxing flags. Since they're planning on adding support for this stuff upstream, I'll probably remove it pretty soon.

If you want to use netbird-ui with netbird-bin, you can add something like --daemon-addr /var/run/netbird/netbird.sock to the daemon's flags (either through a systemd override, or in /etc/default). I won't do it since some of the users may be already doing that.

thes1lv3r commented on 2022-07-20 15:14 (UTC)

The patch file makes netbird-ui + netbird work, but it breaks it for netbird-ui + netbird-bin. Is there any reason for the patch to be put in place?

tarball commented on 2022-05-30 19:32 (UTC) (edited on 2024-02-16 15:42 (UTC) by tarball)

Changes in 0.25.9 do not affect Linux and this version will be skipped.

https://github.com/netbirdio/netbird/compare/v0.25.8...v0.25.9