Connect your devices to the Tailscale VPN network
tailscale up --login-server=https://headscale.YOUR_DOMAIN --authkey=YOUR_KEY
Choose which network you're connecting to:
Option A: Download from website
.pkg installerOption B: Install via Homebrew
brew install tailscale
Open Terminal and run:
sudo tailscale up --login-server=https://headscale.DOMAIN --authkey=YOUR_KEY_HERE
YOUR_KEY_HERE with the key from your dashboard.
# Check connection status
tailscale status
# Check your VPN IP address
tailscale ip -4
# Should show: 100.64.0.x
# Enable exit node
sudo tailscale up --exit-node=100.64.0.1
# Verify your public IP changed
curl ifconfig.me
# Should show: 64.20.46.182
# Disable exit node
sudo tailscale up --exit-node=
https://headscale.DOMAIN
Method 1: Pre-generate auth key (Recommended)
Method 2: Manual approval
https://headscale.DOMAIN
Similar to iOS, Android requires manual approval or web-based registration.
.exe installerOpen PowerShell as Administrator and run:
tailscale up --login-server=https://headscale.DOMAIN --authkey=YOUR_KEY_HERE
tailscale status
tailscale ip
tailscale up --exit-node=100.64.0.1
Ubuntu/Debian:
curl -fsSL https://tailscale.com/install.sh | sh
Fedora/RHEL:
sudo dnf install tailscale
sudo systemctl enable --now tailscaled
Arch Linux:
sudo pacman -S tailscale
sudo systemctl enable --now tailscaled
sudo tailscale up --login-server=https://headscale.DOMAIN --authkey=YOUR_KEY_HERE
tailscale status
tailscale ip -4
ping 100.64.0.1
sudo tailscale up --exit-node=100.64.0.1
curl ifconfig.me # Should show: 64.20.46.182
On any platform:
tailscale status
Or visit your web dashboard to see all connected devices.
tailscale down
tailscale up
tailscale debug log
tailscale up --exit-node=100.64.0.1 --resetThis is normal! Contact your admin to approve your device, or use the web registration URL from the dashboard.
Direct download links for all platforms:
Last Updated: 2025-10-09