🐧 Linux
# 安装
curl -fsSL https://pkgs.netbird.io/install.sh | sh
# 连接(使用 Setup Key)
netbird up --setup-key <SETUP_KEY>
# 连接(交互式登录)
netbird up
# 查看状态
netbird status
# 查看连接的 Peer
netbird status --peers🍎 macOS
# Homebrew 安装
brew install netbirdio/tap/netbird
# 连接
netbird up --setup-key <SETUP_KEY>
# GUI 应用
# 从 App Store 或 GitHub Releases 下载🪟 Windows
- 下载 MSI:GitHub Releases
- 安装后运行 GUI 或使用 CLI:
netbird up
📱 移动端
iOS
从 App Store 搜索 "NetBird"
Android
从 Google Play 搜索 "NetBird"
🐳 Docker
# 生成 Setup Key
# 在 Dashboard → Setup Keys 创建
# 运行容器
docker run -d --name netbird \
--cap-add=NET_ADMIN \
--sysctl net.ipv4.ip_forward=1 \
-e NB_SETUP_KEY=<SETUP_KEY> \
netbirdio/netbird:latest