Client: {{.Client.Name}}

Provision Back

Details

Status{{if eq .Client.Status "online"}}Online{{else}}Offline{{end}}
Address{{if .Client.Addr}}{{.Client.Addr}}:{{.Client.Port}}{{else}}—{{end}}
Auth Key{{.Client.Key}}
Created{{.Client.CreatedAt}}
Last Seen{{if .Client.LastSeen}}{{.Client.LastSeen}}{{else}}—{{end}}

One-Time Token

Generate a one-time token for client auth:

Proxies

{{range .Proxies}} {{else}} {{end}}
NameTypeLocalRemoteStatus
{{.Name}} {{.ProxyType}} {{.LocalIP}}:{{.LocalPort}} {{if .RemotePort}}{{.RemotePort}}{{else}}—{{end}} {{if eq .Status "active"}}active{{else}}{{.Status}}{{end}} View
No proxies for this client. Create one.