Skip to main content

A private WireGuard network service.

# To connect to Tailscale:
sudo tailscale up

# To disconnect from Tailscale:
sudo tailscale down

# To display the current Tailscale IP addresses:
tailscale ip

# To ping a peer node at the Tailscale layer and display which route it took for each response:
tailscale ping <ip|hostname>

# To analyze the local network conditions and display the result:
tailscale netcheck

# To start a web server for controlling Tailscale:
tailscale web

# To display a shareable identifier to help diagnose issues:
tailscale bugreport

# To display help for a subcommand:
tailscale <subcommand> --help