Get started
Login
WireGuard is a registered trademark of Jason A. Donenfeld.
© 2024 Tailscale Inc. All rights reserved. Tailscale is a registered trademark of Tailscale Inc.

Download

Install the app and sign in to get started.

Install with one command
curl -fsSL https://tailscale.com/install.sh | sh
View script source
Manually install on

Tailscale can run on Raspberry Pi boards running Raspbian. Packages are available in both 32-bit and 64-bit variants.

  1. Install the apt-transport-https plugin:

    sudo apt-get install apt-transport-https
    
  2. Add Tailscale’s package signing key and repository:

    curl -fsSL https://pkgs.tailscale.com/stable/raspbian/bullseye.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg > /dev/null
    curl -fsSL https://pkgs.tailscale.com/stable/raspbian/bullseye.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
    
  3. Install Tailscale:

    sudo apt-get update
    sudo apt-get install tailscale
    
  4. Connect your machine to your Tailscale network and authenticate in your browser:

    sudo tailscale up
    
  5. You’re connected! You can find your Tailscale IPv4 address by running:

    tailscale ip -4
    

If the device you added is a server or remotely-accessed device, you may want to consider disabling key expiry to prevent the need to periodically re-authenticate.