Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls.
Go to file
Misha Bragin 06860c4c10
NetBird SSH (#361)
This PR adds support for SSH access through the NetBird network
without managing SSH skeys.
NetBird client app has an embedded SSH server (Linux/Mac only) 
and a netbird ssh command.
2022-06-23 17:04:53 +02:00
.github/workflows Update README to comply with Codacy standards (#360) 2022-06-09 12:09:05 +02:00
client NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
docs Replace README gifs (#332) 2022-05-26 15:53:38 +02:00
encryption Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
iface Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
infrastructure_files Rollback dash board image location 2022-06-21 19:01:50 +02:00
management NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
release_files Add homebrew bin path on Apple Silicon (#365) 2022-06-20 11:34:24 +02:00
signal Rebrand client cli (#320) 2022-05-22 18:53:47 +02:00
util NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
.gitignore Check if new account ID is already being used (#364) 2022-06-20 18:20:43 +02:00
.goreleaser_ui_darwin.yaml Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
.goreleaser.yaml Added Netbird as dependency and renamed linux shortcut name (#330) 2022-05-26 15:29:55 +02:00
AUTHORS chore: update license and AUTHORS 2022-01-19 16:22:40 +01:00
CODE_OF_CONDUCT.md Conduct (#205) 2022-01-26 09:33:16 +01:00
go.mod NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
go.sum NetBird SSH (#361) 2022-06-23 17:04:53 +02:00
LICENSE chore: update license and AUTHORS 2022-01-19 16:22:40 +01:00
README.md Update slack invitations link 2022-06-21 11:01:10 +02:00

🐣 New release! Seamless Access Controls. Learn more


Start using NetBird at app.netbird.io
See Documentation
Join our Slack channel


NetBird is an open-source VPN management platform built on top of WireGuard® making it easy to create secure private networks for your organization or home.

It requires zero configuration effort leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth.

NetBird creates an overlay peer-to-peer network connecting machines automatically regardless of their location (home, office, datacenter, container, cloud or edge environments) unifying virtual private network management experience.

Key features:

  • x] Automatic IP allocation and network management with a Web UI ([separate repo](https://github.com/netbirdio/dashboard))
    
  • x] Automatic WireGuard peer (machine) discovery and configuration.
    
  • x] Encrypted peer-to-peer connections without a central VPN gateway.
    
  • x] Connection relay fallback in case a peer-to-peer connection is not possible.
    
  • x] Desktop client applications for Linux, MacOS, and Windows (systray).
    
  • x] Multiuser support - sharing network between multiple users.
    
  • x] SSO and MFA support. 
    
  • x] Multicloud and hybrid-cloud support.
    
  • x] Kernel WireGuard usage when possible.
    
  • x] Access Controls - groups & rules.
    
    

Coming soon:

  •  ] Private DNS.
    
  •  ] Mobile clients.
    
  •  ] Network Activity Monitoring.
    
    

Secure peer-to-peer VPN with SSO and MFA in minutes

Note: The main branch may be in an unstable or even broken state during development. For stable versions, see releases.

Start using NetBird

A bit on NetBird internals

  • Every machine in the network runs NetBird Agent (or Client) that manages WireGuard.
  • Every agent connects to Management Service that holds network state, manages peer IPs, and distributes network updates to agents (peers).
  • NetBird agent uses WebRTC ICE implemented in pion/ice library to discover connection candidates when establishing a peer-to-peer connection between machines.
  • Connection candidates are discovered with a help of STUN servers.
  • Agents negotiate a connection through Signal Service passing p2p encrypted messages with candidates.
  • Sometimes the NAT traversal is unsuccessful due to strict NATs (e.g. mobile carrier-grade NAT) and p2p connection isn't possible. When this occurs the system falls back to a relay server called TURN, and a secure WireGuard tunnel is established via the TURN server.

Coturn is the one that has been successfully used for STUN and TURN in NetBird setups.

See a complete architecture overview for details.

Roadmap

Community projects

Testimonials

We use open-source technologies like WireGuard®, Pion ICE (WebRTC), and Coturn. We very much appreciate the work these guys are doing and we'd greatly appreciate if you could support them in any way (e.g. giving a star or a contribution).

WireGuard is a registered trademark of Jason A. Donenfeld.