-
Notifications
You must be signed in to change notification settings - Fork 2
Device Administration
Stefano Bertelli edited this page Apr 3, 2026
·
1 revision
The All Devices page (/admin/devices) gives administrators a global view of every VPN device across all users.

The table shows all devices in the system with:
| Column | Description |
|---|---|
| Status | Color-coded connection indicator |
| Name | Device name |
| Owner | Email of the device owner |
| IPv4 | Assigned tunnel IPv4 address |
| IPv6 | Assigned tunnel IPv6 address |
| Public Key | Truncated WireGuard public key |
| RX / TX | Traffic statistics |
| Last Handshake | Most recent WireGuard handshake |
| Actions | Edit and delete buttons |
Use the user dropdown filter at the top to show devices belonging to a specific user, or view all devices at once.
Administrators can create devices on behalf of any user. The creation dialog includes all the same fields as the user-facing dialog (see Devices), plus a User dropdown to select the device owner.
- Edit - Click the edit icon to modify device name, description, and configuration overrides
- Delete - Click the delete icon to remove a device and its WireGuard peer configuration
- Click row - Open the device detail page with traffic charts and full configuration