Favicon of NetBird

NetBird

Replace legacy VPNs with an open-source, WireGuard-based overlay network. Enforce Zero Trust access, manage SSO and MFA, and secure remote connectivity.

Combine a WireGuard-based overlay network with Zero Trust Network Access to create a unified, open-source platform for reliable connectivity. Replace legacy VPNs with a peer-to-peer network that deploys in minutes across almost any platform, removing the need for complex firewall configurations and open ports.

Enjoy centralized network management that allows you to control your private network from a single location. Organize internal resources with intuitive grouping, configure DNS, and automate network configurations via API.

Key benefits include:

  • Secure remote access by provisioning users from your identity provider and defining granular policies.
  • Seamless SSO and MFA integration with providers like Okta, Microsoft, and Google.
  • Dynamic posture checks that grant access only to devices meeting specific security rules.
  • Detailed activity logging to collect, analyze, and stream network configuration changes and connection traffic events to SIEM platforms.

Directory Structure

netbird
netbird-client
.env
docker-compose.yml

docker-compose.yml

services:
  netbird-client:
      container_name: netbird-client
      image: netbirdio/netbird:latest
      hostname: <HOSTNAME>
      cap_add:
          - NET_ADMIN
          - SYS_ADMIN
          - SYS_RESOURCE
      devices:
          # Required when using userspace mode or when kernel module is not available
          - /dev/net/tun
      network_mode: host
      environment:
          - NB_SETUP_KEY=<SETUP KEY>
      volumes:
          - ./netbird-client:/var/lib/netbird
      restart: unless-stopped

.env

NB_SETUP_KEY=<SETUP KEY>
Categories:

Share:

Ad
Favicon

 

  
 

Similar to NetBird

Favicon

 

  
  
Favicon

 

  
  
Favicon