{{template "prt_nav.html" .}}

WireGuard VPN User-Portal

Your VPN Profiles

{{range $i, $p :=.Peers}} {{$peerUser:=(userForEmail $.Users $p.Email)}} {{end}}
Identifier Public Key E-Mail IP's Handshake
{{$p.Identifier}} {{$p.PublicKey}} {{$p.Email}} {{$p.IPsStr}} {{$p.LastHandshake}}

User details

{{if not $peerUser}}

No user information available...

{{else}}
  • Firstname: {{$peerUser.Firstname}}
  • Lastname: {{$peerUser.Lastname}}
  • Phone: {{$peerUser.Phone}}
  • Mail: {{$peerUser.Email}}
{{end}}

Traffic

{{if not $p.Peer}}

No Traffic data available...

{{else}}

{{if $p.DeactivatedAt}}-{{else}} {{formatBytes $p.Peer.ReceiveBytes}} / {{formatBytes $p.Peer.TransmitBytes}}{{end}}

{{end}}
{{$p.Config}}

Currently listed peers: {{len .Peers}}

{{template "prt_footer.html" .}}