tailscale
A private WireGuard network service. Some subcommands such as `up` have their own usage documentation.
More info →Subcommands (5)
Send files across connected devices on a Tailscale network. It currently does not support sending files to devices owned by other users even on the same Tailscale network.
Share a local server on the internet using Tailscale.
Change the specified preferences. These options can also be changed during the initial setup. This command can set all options documented in the page for `tailscale up`.
SSH to a Tailscale machine (Linux Only).
Connect the client to the Tailscale network. Note: Run `sudo tailscale set --operator $USER` to allow the current user to run these commands. All options described here can be changed later using `tailscale set --option argument`. Use `--option=false` to disable options that don't require arguments.
Examples (8)
Allow the current user to operate on the Tailscale daemon
sudo tailscale set --operator $USERConnect to Tailscale
Disconnect from Tailscale
tailscale downDisplay all devices connected to Tailscale (with their IP addresses)
tailscale statusPing a peer node at the Tailscale layer and display which route it took for each response
Analyze the local network conditions and display the result
tailscale netcheckStart a web server for controlling the Tailscale daemon
tailscale webDisplay a shareable identifier to help diagnose issues
tailscale bugreport