Dashboard
Backend Online
-
Users
-
Sessions
-
Devices
-
Servers
-
Subscriptions
-
Tickets
Recent Users
0Loading...
Recent Sessions
0Loading...
Users
All Users
0Loading...
Auth Sessions
All Sessions
0Loading...
Devices
Registered Devices
0Loading...
Server Management
All Servers
0Loading...
Server Health Test
Click "Run Tests" to check all servers
Subscriptions
All Subscriptions
0Loading...
Support Tickets
All Tickets
0Loading...
API Keys & Configuration
Loading configuration...
API Tester
Quick Auth Test
API Endpoints
Auth
Public| POST | /auth/start | Send OTP to email |
| POST | /auth/verify | Verify OTP code |
| POST | /auth/refresh | Refresh JWT token |
| POST | /auth/logout | Logout session |
Servers
Public| GET | /servers | List all servers |
| GET | /servers/search?q= | Search servers |
Devices
JWT Required| POST | /devices/register | Register device |
| GET | /devices | List user devices |
| DEL | /devices/{id} | Revoke device |
VPN Config
JWT Required| POST | /vpn/wireguard/config | Get WireGuard config |
| POST | /vpn/wireguard/multihop | Multi-hop config |
Billing
JWT Required| POST | /billing/google/verify | Verify purchase |
| GET | /billing/subscription | Get subscription |
| GET | /billing/entitlement | Get entitlements |
| POST | /billing/restore | Restore purchases |
Support
JWT Required| POST | /support/tickets | Create ticket |
| GET | /support/tickets | List tickets |
| GET | /support/tickets/{id} | Get ticket detail |
Admin
Admin Key| GET | /admin/data | All database data |
| GET | /admin/config | API keys config |
| GET | /admin/servers | All servers |
| GET | /admin/servers/test | Health test |
| GET | /health | Health check |