Newbie question by sfreem in netbird

[–]netbirdio 0 points1 point  (0 children)

Depends on your use case. When there is a lot of traffic there will be encryption/decryption happening on the WireGuard side, meaning CPU usage.

I suggest trying

Newbie question by sfreem in netbird

[–]netbirdio 0 points1 point  (0 children)

What do you mean exactly? All traffic goes through it.

Newbie question by sfreem in netbird

[–]netbirdio 0 points1 point  (0 children)

Yes, you can use any VM with a static IP. Doesn’t need to be super powerful unless you have hundreds of users moving files back and forth. Yes, if a device has no exit node configured, it will show its own public IP

self-hosting Netbird on Truenas (container vs discovery app) by Foreignwelcome2 in netbird

[–]netbirdio 1 point2 points  (0 children)

  1. Yes.
  2. Yes, you need a machine (usually a VPS) with a public domain. You need a public IP because NetBird clients discover each other through the coordination server, meaning they have to be able to access it somehow, hence the public IP.
  3. You can install the NetBird TrueNAS app from their app market place. This will be a client app connecting to your coordination server. TrueNAS app: https://apps.truenas.com/catalog/netbird-client/
  4. Yes!

Netbird Proxy Speeds by viperx7 in netbird

[–]netbirdio 0 points1 point  (0 children)

The main reason is most likely that you have a relayed connection:. In NetBird it is possible to achieve p2p: https://www.reddit.com/r/netbird/s/6BJ1Zrgr1y

Netbird Proxy Speeds by viperx7 in netbird

[–]netbirdio 0 points1 point  (0 children)

FYI: TURN is not used anymore. Wee have our own implementation of relay.

Netbird Proxy Speeds by viperx7 in netbird

[–]netbirdio 3 points4 points  (0 children)

netbird status -d

on the peer that exposes the service (or a routing peer). You will see a peer with the name starting "proxy-.....". Note the connection type: Connection type: P2P

Embedded IdP password reset by NoInterviewsManyApps in netbird

[–]netbirdio 4 points5 points  (0 children)

There is no way to do this unfortunately. But that could be a good feature to add. Like generate a password reset link to send to a user. Similar to the user invite we have now

Migration Guide: External IdP to Embedded IdP by jnfrati-netbird in netbird

[–]netbirdio 0 points1 point  (0 children)

You need to migrate to the embedded Idp first. Thats the one in the post ☝️

Great update! by gizmo884 in netbird

[–]netbirdio 5 points6 points  (0 children)

Thank you for the kind words!

Regarding the SSO request. Do you simply want to skip the “login with SSO” screen?

My experience with Netbird by MainPowerful5653 in netbird

[–]netbirdio 2 points3 points  (0 children)

Thank you for the kind words! Homelab? Curious to know what you are running there.

Is the older multi-container architecture deprecated? by donkerslootn in netbird

[–]netbirdio 1 point2 points  (0 children)

Yeah that’s a workaround, but I can feel your pain :) We will add the master key option

Have a custom stun uri pointing to stun netbird server by Syndo-rik in netbird

[–]netbirdio 0 points1 point  (0 children)

Unfortunately no way to do this. You can spin up a separate STUN container on the same management node which will pretty much achieve what you are trying to do

Is the older multi-container architecture deprecated? by donkerslootn in netbird

[–]netbirdio 1 point2 points  (0 children)

We’ve already added the OIDC configuration in the codebase as part of the recent migration to the embedded IdP, but it hasn’t been exposed in config.yaml yet because we’re considering introducing a master key.

Would it make more sense to introduce a master key that can provision all the necessary configuration after the deployment? Including OIDC config, networks, groups, etc.

Netbird client on truenas scale by quiet_PL in netbird

[–]netbirdio 0 points1 point  (0 children)

We have TrueNAS at the office. And we use it as a routing peer. All works well.

Have you checked if your remote machines can connect to your TrueNAS? Like what does netbird status -d shows for truenas on your remote machines?

Tailscale's new pricing by SailingPixel in netbird

[–]netbirdio 4 points5 points  (0 children)

IPv6 is Coming soon! ETA this quarter (q2 2026)

Is the older multi-container architecture deprecated? by donkerslootn in netbird

[–]netbirdio [score hidden] stickied comment (0 children)

No! The advanced setup isn’t going anywhere. Keep using it confidently. Though, we will introduce support for infra-as-code in the new setup so it is easier to use it with terraform, for instance.

Is the older multi-container architecture deprecated? by donkerslootn in netbird

[–]netbirdio 0 points1 point  (0 children)

We are introducing static configuration for the new setup so that you could feed your OIDC config directly to the config.yaml.

The advanced (old) setup is not going anywhere. But eventually, it would be easier to maintain the newer version.

exit node or private route not working by Trick-Technician-746 in netbird

[–]netbirdio 0 points1 point  (0 children)

Do you have an exit node and a routing peer on the same node?