netbird

Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls.

BSD-3-CLAUSE License

Stars
8.7K
Committers
51

Bot releases are hidden (Show)

netbird - v0.10.1

Published by braginini about 2 years ago

Release Notes

Management

  • Single account mode for self-hosted installation (#511)
    This feature enables a single account mode that simply puts all users under the same account/network. It is enabled by default and only works when the self-hosted installation has 0 or 1 account.
    To disable it run management with --disable-single-account-mode.

Web UI

  • Support user invites. Works only on the hosted version at app.netbird.io
    Allows account/network administrators to invite team members.
    The invited email must not exist in the system (no account exists with this email). See docs for details.

user-invites

netbird - v0.10.0

Published by braginini about 2 years ago

Release Notes

Management

netbird - v0.9.8

Published by mlsmaycon about 2 years ago

Release Notes

Management

  • Add DNS Nameserver support to management(#484 & #491)
  • Initial User Invites implementation (HTTP API) (#483)

Agent

  • Get the Windows version from the registry (#502)
  • Fix UI memory leak on macOS (#504)
  • Disable uninstall message when the upgrade is silent (#505)

Dashboard

Hosted Version (https://app.netbird.io)

  • Account linking - New social signups with existing verified emails will be merged into single accounts
  • Support for Azure AD and Office 365 Logins

Others

  • Run tests only on branch main and on pull requests (#492)
netbird - v0.9.7

Published by mlsmaycon about 2 years ago

Release Notes

Management

  • Prevent empty domain store when receiving an invalid domain in the JWT claims(#485)

Agent

  • Add incoming routing rules to handle firewall setups with default DROP policies (#486)
netbird - v0.9.6

Published by braginini about 2 years ago

Release Notes

This release improves the Peer Tab of the Dashboard and basic User role management.

Web UI

Management

Agent

netbird - v0.9.5

Published by braginini about 2 years ago

netbird - v0.9.4

Published by braginini about 2 years ago

Release Notes

This PR makes it easy to tag (group) machines by automatically adding them to predefined groups assigned to users.
All peers (machines) added by the user will be added to the predefined groups.

Web UI

Management

Agent

netbird - v0.9.3

Published by mlsmaycon about 2 years ago

Release Notes

Agent

  • Improve WireGuard and TUN kernel modules loading (https://github.com/netbirdio/netbird/pull/470).
    There was no check for a TUN module. On some Linux versions agent was failing without an explicit TUN module load. the agent now checks for module existence and loads it.
    The same is done for the WireGuard module.
  • Fixed a panic bug with nftables firewall manager and the CleanRoutingRules method
netbird - v0.9.2

Published by mlsmaycon about 2 years ago

Release Notes

This PR brings an easy way to add new machines to the network, automatically adding them to predefined groups (to be used for access control). Refer to the documentation for details.

Web UI

Management

netbird - v0.9.1

Published by mlsmaycon about 2 years ago

Release Notes

Agent

  • Fix panic edge case when creating routes (#455)
netbird - v0.9.0

Published by mlsmaycon about 2 years ago

Release Notes

This release brings simple Network routes support.

Creating routes and assigning routing peers to forward packets between your NetBird peers and your other networks is now possible.

Management

  • Add routing Rest API support (#428)
  • Add routing support to management service (#424,#432)

Agent

  • Add routing peer support (#441)

Web UI

netbird - v0.8.12

Published by mlsmaycon about 2 years ago

Release Notes

Agent

  • Load WgPort from configuration file and exchange via signal (#449)
  • Fix service install when sysV service bin exists (#450)
netbird - v0.8.11

Published by mlsmaycon about 2 years ago

Release Notes

Management

  • Disable AuthIssuer autoload for the IDPManager config (#442)
  • Use select for turn credentials and peers update (#443)
  • Log remote address when a peer is not registered (#445)

Agent

  • Free up gRPC client resources on errors (#448)
  • Update service library with rcS init system support (#447)
netbird - v0.8.10

Published by braginini about 2 years ago

Release Notes

Management

Agent

Self-Hosting

netbird - v0.8.9

Published by mlsmaycon about 2 years ago

Release Notes

Signal

  • Fix race condition when Registering/Deregistering peer's stream (#431)

Web UI

netbird - v0.8.8

Published by braginini about 2 years ago

Release Notes

Self-hosting

Documentation

netbird - v0.8.7

Published by braginini about 2 years ago

Release Notes

Management

Web UI

netbird - v0.8.6

Published by mlsmaycon about 2 years ago

netbird - v0.8.4

Published by mlsmaycon about 2 years ago

Release Notes

Agent

Signal

  • Signal now listens on standard ports 443 or 80 by default (https://github.com/netbirdio/netbird/pull/396),
    The change is also backward compatible meaning that there will be an additional gRPC listener running on the old port 10000.
netbird - v0.8.3

Published by mlsmaycon about 2 years ago

Release Notes

Agent

Web UI