Difference between revisions of "Tailscale status --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{tailscale cmd}} Category:VPN")
 
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
<pre>
 +
Show state of tailscaled and its connections
 +
 +
USAGE
 +
  tailscale status [--active] [--web] [--json]
 +
 +
JSON FORMAT
 +
 +
Warning: this format has changed between releases and might change more
 +
in the future.
 +
 +
For a description of the fields, see the "type Status" declaration at:
 +
 +
https://github.com/tailscale/tailscale/blob/main/ipn/ipnstate/ipnstate.go
 +
 +
(and be sure to select branch/tag that corresponds to the version
 +
of Tailscale you're running)
 +
 +
FLAGS
 +
  --active, --active=false
 +
    filter output to only peers with active sessions (not applicable to web mode) (default false)
 +
  --browser, --browser=false
 +
    Open a browser in web mode (default true)
 +
  --json, --json=false
 +
    output in JSON format (WARNING: format subject to change) (default false)
 +
  --listen string
 +
    listen address for web mode; use port 0 for automatic (default 127.0.0.1:8384)
 +
  --peers, --peers=false
 +
    show status of peers (default true)
 +
  --self, --self=false
 +
    show status of local machine (default true)
 +
  --web, --web=false
 +
    run webserver with HTML showing status (default false)
 +
</pre>
  
  

Latest revision as of 09:00, 3 July 2024

Show state of tailscaled and its connections

USAGE
  tailscale status [--active] [--web] [--json]

JSON FORMAT

Warning: this format has changed between releases and might change more
in the future.

For a description of the fields, see the "type Status" declaration at:

https://github.com/tailscale/tailscale/blob/main/ipn/ipnstate/ipnstate.go

(and be sure to select branch/tag that corresponds to the version
 of Tailscale you're running)

FLAGS
  --active, --active=false
    	filter output to only peers with active sessions (not applicable to web mode) (default false)
  --browser, --browser=false
    	Open a browser in web mode (default true)
  --json, --json=false
    	output in JSON format (WARNING: format subject to change) (default false)
  --listen string
    	listen address for web mode; use port 0 for automatic (default 127.0.0.1:8384)
  --peers, --peers=false
    	show status of peers (default true)
  --self, --self=false
    	show status of local machine (default true)
  --web, --web=false
    	run webserver with HTML showing status (default false)


See also[edit]

Advertising: