Setting up Tailscale on Raspberry Pi
Tailscale can run on Raspberry Pi boards running Raspbian. Packages are available in both 32-bit and 64-bit variants. Install the apt-transport-https plugin sudo apt-get install apt-transport-https Add Tailscale's package signing key and repository curl -fsSL https://pkgs.tailscale.com/stable/raspbian/buster.gpg | sudo apt-key add - curl -fsSL https://pkgs.tailscale.com/stable/raspbian/buster.list | sudo tee /etc/apt/sources.list.d/tailscale.list Install Tailscale sudo apt-get update sudo apt-get install tailscale Authenticate and connect your machine to your Tailscale network sudo tailscale up Visit the admin console and authorize your new endpoint.