Infrastructure /
{{ currentTab.charAt(0).toUpperCase() +
currentTab.slice(1) }}
{{ isRouteAdmin ? (settingsForm.domain ||
'Node-Active') : 'eu-west-node-viewer' }}
VIEWER MODE
CPU Load
{{ stats.cpu }}%
Memory
{{ stats.memory }}%
{{ isRouteAdmin ? 'Active Clients' :
'Connections' }}
{{ isRouteAdmin ? users.length : '1,024' }}
Currently provisioned
Total Traffic (Est.)
{{ totalTrafficDisplay }}
Combined Up/Down
Live Network Traffic ({{ currentSpeedDisplay }})
Downlink
Uplink
{{ isRouteAdmin ? 'Top Active Clients' : 'Live Connections' }}
| Identifier | Download | Upload | Speed (↓/↑) | Status |
|---|---|---|---|---|
| {{ u.name }} | {{ formatBytes(userStats[u.name]?.total_down || 0) }} | {{ formatBytes(userStats[u.name]?.total_up || 0) }} | {{ formatSpeed(userStats[u.name]?.speed_down || 0) }} / {{ formatSpeed(userStats[u.name]?.speed_up || 0) }} | ACTIVE IDLE |
| 192.168.1.{{ 100+i }} | {{ (Math.random()*500).toFixed(2) }} MB | {{ (Math.random()*100).toFixed(2) }} MB | 1.2 Mbps / 0.4 Mbps | ACTIVE |
Access Management
Manage client routing profiles.
| Identifier | Config | Traffic (D/U) | Actions |
|---|---|---|---|
|
{{ user.name.charAt(0) }}
{{ user.name }}
|
{{ user.flow || 'standard' }} | {{ formatBytes(userStats[user.name]?.total_down || 0) }} / {{ formatBytes(userStats[user.name]?.total_up || 0) }} |
|
Global Settings
System Logs
{{ logs }}