{{template "prt_nav.html" .}}

WireGuard VPN User-Portal

Your VPN Profiles

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

User details

{{if not $p.User}}

No user information available...

{{else}}
  • Firstname: {{$p.User.Firstname}}
  • Lastname: {{$p.User.Lastname}}
  • Phone: {{$p.User.Phone}}
  • Mail: {{$p.User.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" .}}