Tailscale Documentation and Links
CLI Commands
Exit Nodes
Subnet Routers
Private DNS
HTTPS Certs
Tailscale SSH
DevSecOps
Code from iPad
GitOps ACLs
Synology Outbound
Unifi UDM Pro
CLI commands:
/mnt/data/tailscale/tailscale status
/mnt/data/tailscale/tailscale up
/mnt/data/tailscale/tailscale up --advertise-routes=192.168.12.0/24 --advertise-exit-node --advertise-tags=tag:mvh
Restarting Tailscale
The manage.sh script takes care of installing, starting, stopping, updating, and uninstalling Tailscale.
Run it without any arguments to see the options.
/data/tailscale/manage.sh restart
Upgrading Tailscale
/mnt/data/tailscale/manage.sh update
# Or, if you are connected over Tailscale and want to run the update anyway
nohup /mnt/data/tailscale/manage.sh update!
Remove Tailscale
To remove Tailscale, you can run the following command, or run the steps below manually.
/mnt/data/tailscale/manage.sh uninstall
Manual Steps
- Kill the
tailscaleddaemon withsystemctl stop tailscaled. - Remove the
tailscalepackage usingdpkg -P tailscale. - Remove the management script and state using
rm -Rf /data/tailscale.