HYPER VORSER CONTROL FABRIC
Command Your Bare-Metal Cloud
Build isolated Ubuntu runtimes with API-first automation, domain routing, TLS provisioning, and operational guardrails.
- Deterministic VM lifecycle and SSH access
- Wildcard domain routing with managed certificates
- Firewall, backup, and object storage operations
OPERATIONS BRIDGE
Fleet Command
VM Fleet
SSH + routing stateSSH Access Guide
Domains
Routes
Firewalls
Storage Buckets
Recent Backups
API Keys
Users
admin managementIssue magic links, change role, rotate password, revoke sessions.
Projects View
Grouped by VM name prefix (`-`, `_`, `.`).
Resource Monitoring
Per-VM counters, alert feed, and control-plane event trail.
critical 0
warning 0
events 0
VM Resource Metrics
hot nodes firstMonitoring Alerts
Monitoring Events
Quick Start
TOKEN=$(curl -sS -X POST /api/v1/auth/login \
-H 'content-type: application/json' \
-d '{"email":"admin@example.com","password":"..."}' | jq -r .session_token)
Pass token via `Authorization: Bearer $TOKEN`.
Operational Endpoints
POST /api/v1/vmsProvision VM with SSH keyGET /api/v1/vms/{id}/connectionResolve SSH host/port/commandsPOST /api/v1/auth/magic/requestRequest one-time magic login linkPOST /api/v1/auth/magic/consumeExchange magic token for sessionPOST /api/v1/users/{id}/magic-linkAdmin issue login link for userPUT /api/v1/users/{id}Update user role/email/passwordPOST /api/v1/vms/{id}/publishProvision domain + TLS + VM port mappingPUT /api/v1/routes/{route_id}Update HTTP/HTTPS mappingPOST /api/v1/vms/{id}/backupsCreate backup to storageGET /api/v1/storage/bucketsList object buckets
Routing + SSH Model
VMs expose hostname + SSH mapped port via connection endpoints. HTTP/HTTPS routes are hostname-driven with managed TLS.
Use the route mapping editor to change target VM, port, protocol, and TLS mode without recreating hostnames.