This guide explains how to install and set up Tailscale on Linux so the system can participate in remote control features.
This guide applies to most modern Linux distributions, including:
Applies to:
After completing this guide:
Tailscale provides official packages for most distributions.
Follow the instructions for your distribution.
curl -fsSL https://tailscale.com/install.sh | sh
sudo dnf install tailscale
sudo pacman -S tailscale
curl -fsSL https://tailscale.com/install.sh | sh
Start the Tailscale service:
sudo systemctl enable --now tailscaled
Bring the system online:
sudo tailscale up
A URL will be displayed.
Once authorized, the system joins your Tailscale network.
Check the connection status:
tailscale status
Confirm that:
To view the assigned Tailscale IP address:
tailscale ip
Tailscale runs automatically via systemd.
To verify:
systemctl status tailscaled
The service should be active.