# On server at home curl -fsSL https://tailscale.com/install.sh | sh sudo tailscale up curl -fsSL https://tailscale.com/install.sh | sh sudo tailscale up ssh user@home-server
sudo tailscale up --ssh Now you can SSH as: how to use tailscale
Example ACL (allow web server access only): # On server at home curl -fsSL https://tailscale
"acls": [ "action": "accept", "src": ["autogroup:members"], "dst": ["webserver:80", "webserver:443"] ] how to use tailscale