Setting up Tailscale on Linux
Tailscale works on a variety of Linux distributions. In general, you can install Tailscale on a Linux machine with a single command:
curl -fsSL https://tailscale.com/install.sh | sh
You can find individual articles for Linux distributions below.
- Ubuntu
- Debian
- Debian Bookworm (stable)
- Debian Bullseye (oldstable)
- Debian Buster (oldoldstable)
- Debian Sid (unstable)
- Debian Stretch (archived)
- Raspbian Bullseye (for Raspberry Pi)
- Raspbian Buster (for Raspberry Pi)
- Raspbian Stretch (for Raspberry Pi)
- CentOS
- openSUSE
- Oracle Linux
- Red Hat® Enterprise Linux
- Fedora Linux
- Amazon Linux 2
- Arch Linux
- NixOS
- Static binaries
If you are interested in support for another platform or architecture, run the script above then contact us by creating a feature request on GitHub, and include the output of the install.sh
script.