{{ currentView === 'overview' ? 'Dashboard Overview' : currentView }}
Active Routes
{{ stats.usage?.current || 0 }}
Limit: {{ stats.usage?.max }}
Total Traffic
{{ formatBytes(stats.usage?.bandwidth || 0) }}
Real-time
Target Health
{{ Object.values(stats.health || {}).filter(v => v).length }} / {{ Object.keys(stats.health || {}).length }}
Error Rate
{{ stats.usage?.errorRate || '0.00' }}%
Traffic Analytics
Load Balancing Strategies
DistributionRecent Activity
{{ activity.message }}
{{ formatTime(activity.timestamp) }}
Load Balancer Routes
Manage ingress points and upstream targets with advanced load balancing
No routes deployed.
Load Balancer Targets
{{ target.url }}
Webhooks & Alerts
Configure notifications for system events and route activities
No webhooks configured.
{{ webhook.name }}
{{ webhook.url }}
Available Events
{{ event.name }}
{{ event.description }}
Two-Factor Authentication
Secure your infrastructure access with Google Authenticator
2FA is Active
Your account is currently protected by Google Authenticator.
Using 2FA adds an extra layer of security. We recommend enabling this for all administrators.
1. Scan QR Code
Open Google Authenticator and scan this QR code or enter the secret manually:
{{ twoFactorSetup.secret }}
2. Enter Verification Code
Enter the 6-digit code from your authenticator app:
Account Security
Account Key
For API access
Last Login
{{ formatTime(user.lastLogin) }}
Admin Dashboard
Manage users, routes, and system configuration
Total Users
{{ adminStats.totalUsers || 0 }}
Total Routes
{{ adminStats.totalRoutes || 0 }}
Total Hits
{{ formatNumber(adminStats.totalHits || 0) }}
System Uptime
{{ formatUptime(adminStats.systemUptime || 0) }}
Users Management
| Username | Plan | Routes | Joined | Actions |
|---|---|---|---|---|
|
{{ (user.username || 'U').substring(0,2) }}
{{ user.username }}
Super Admin
|
{{ user.routes || 0 }} | {{ formatTime(user.joined) }} |
System Routes
| Route | Owner | Strategy | Hits | Actions |
|---|---|---|---|---|
|
/{{ route.slug }}
{{ route.customDomain }}
|
{{ route.owner }} | {{ formatStrategyName(route.loadBalancingStrategy) }} | {{ formatNumber(route.hits || 0) }} |
System Metrics
Real-time system performance and health monitoring
Memory Usage
CPU Usage
Active Connections
Cache Statistics
Routes Cached
{{ systemMetrics.cacheSize?.routes || 0 }}
Users Cached
{{ systemMetrics.cacheSize?.users || 0 }}
Health Checks
{{ systemMetrics.healthChecks || 0 }}
Cache Age
{{ formatTime(systemMetrics.cacheTime) }}