docs-simoncor-net/docs/tailscale/client.md
2025-06-02 18:29:20 +02:00

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