Quick Start
Connect your first device in under 2 minutes
Get connected to your Baseguard network in three steps.
Prerequisites
- A Baseguard account with access to an organization
- A supported device (Linux, macOS, or Windows)
Step 1: Install
Choose your platform:
Linux
curl -fsSL https://install.baseguard.net/linux-install.sh | sudo shThis installs Baseguard and starts the daemon automatically. To also install the desktop GUI, add the --gui flag:
curl -fsSL https://install.baseguard.net/linux-install.sh | sudo sh -s -- --guiFor more details, see the Linux Installation Guide.
macOS
- Download for Apple Silicon
- Open the installer and follow the prompts
For details, see the macOS Installation Guide.
Windows
- Download for Windows x64
- Run the installer and follow the prompts
For details, see the Windows Installation Guide.
Step 2: Connect
Run the connect command:
baseguard connectIf this is your first time, you'll see an authorization prompt:
Please authorize your device.
https://console.baseguard.net/auth/device?code=ABCD-1234- Open the URL in your browser
- Log in with your credentials (if not already logged in)
- Click Authorize to approve the device
Once authorized, the command completes and you're connected.
Step 3: Verify
Check your connection and see other devices on the network:
baseguard statusExample output:
NODE OVERLAY IP STATUS TYPE ENDPOINT RX TX
---- ---------- ------ ---- -------- -- --
my-laptop (local) 100.64.0.5 - Idle - 0 0
server-01 100.64.0.2 online P2P 203.0.113.10:42273 1258000 820000
desktop 100.64.0.3 online Relay rly_abc123def456ghij 512000 310000Test connectivity by pinging another device:
ping 100.64.0.2You're connected!
Next Steps
Configure Access Control
Set up tags and ACL rules to control which devices can communicate.
Manage Your Network
Use the web console to view nodes, manage users, and configure settings.
Add More Devices
Create auth keys for automated device enrollment.
Learn the CLI
Explore all available commands.
Troubleshooting
See the Troubleshooting Guide for solutions to common issues including daemon problems, connection timeouts, and authentication issues.
See Also
- Core Concepts — How Baseguard mesh networking works
- Security — Encryption and authentication details
- First Network — Advanced network setup