LinuxCommandLibrary

tailscale-up

Connect device to Tailscale network

TLDR

Connect to Tailscale

$ tailscale up
copy
Connect with exit node
$ tailscale up --exit-node=[node]
copy
Connect accepting routes
$ tailscale up --accept-routes
copy
Connect with SSH enabled
$ tailscale up --ssh
copy
Advertise as exit node
$ tailscale up --advertise-exit-node
copy

SYNOPSIS

tailscale up [options]

DESCRIPTION

tailscale up connects the device to a Tailscale network. Authenticates and joins the tailnet. First run opens browser for authentication unless authkey provided.

PARAMETERS

--accept-routes

Accept advertised routes.
--advertise-exit-node
Offer as exit node.
--exit-node node
Route traffic through node.
--hostname name
Device hostname.
--shields-up
Block incoming connections.
--ssh
Enable Tailscale SSH.
--login-server url
Custom control server.
--authkey key
Pre-auth key.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community