{{define "title"}}Network — Approovia Portal{{end}} {{define "content"}} {{$data := .Data}}

Network Access

{{template "wg-tunnels-partial" .}}
{{if $data.WindowsInstallerURL}} {{end}}

Open a terminal and paste:

curl -sSL "https://mgt.approovia.com/network/download/linux" | sudo bash
{{if $data.WindowsInstallerURL}} {{end}}
{{end}} {{define "ssh-keys-partial"}} {{$data := .Data}} {{if $data.SSHKeys}} {{else}}

No SSH keys registered.

{{end}}
{{end}} {{define "wg-tunnels-partial"}} {{$data := .Data}}
{{if $data.WGKeys}} {{range $data.WGKeys}} {{end}}
Device DNS Key IP Status
{{.Pubkey}} {{.IPv6Bare}}
{{else}}

No VPN tunnels provisioned. Run the setup script on your device to create one.

{{end}}
{{end}}