508 B
508 B
Client
Linux Install
curl -fsSL https://tailscale.com/install.sh | sudo sh
Connect with Headscale
Manual authentication:
sudo tailscale up \
--login-server=https://headscale.example.com \
--accept-routes \
--operator=simon \
--accept-dns
Key-based authentication:
sudo tailscale up \
--login-server=https://headscale.example.com \
--accept-routes \
--operator=simon \
--accept-dns \
--auth-key=XXXXXXXXXXXXXXXXXXXXXX