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:
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
NB_SETUP_KEY=<SETUP KEY>Auto-fetched 44 minutes ago
Auto-fetched 44 minutes ago