BARE METAL VIRTUALIZATION CONTROL PLANE
Hyper Vorser
Provision isolated Ubuntu VMs with API-first workflows, wildcard routing, and deterministic infrastructure operations.
- VM lifecycle and SSH access automation
- Domain routing with managed TLS
- Firewall policies, backups, and object storage
CONTROL CENTER
Fleet Operations
VM Fleet
Includes SSH and route statusSSH Access Guide
Domains
Routes
Firewalls
Storage Buckets
Recent Backups
API Keys
Projects View
Projects are grouped by VM name prefix (before first `-`, `_`, or `.`).
Resource Monitoring
Per-VM resource counters, alert feed, and latest control-plane events.
VM Resource Metrics
Monitoring 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}/connectionSSH host/port + commandsPOST /api/v1/vms/{id}/domainsAttach multiple hostnamesPOST /api/v1/firewalls/{id}/attachmentsApply network policyPOST /api/v1/vms/{id}/backupsCreate backup to storageGET /api/v1/storage/bucketsList object buckets
Routing + SSH Model
Each VM gets an SSH port mapping and wildcard hostname. Use connection endpoints to avoid guessing target details.
HTTP/HTTPS routes are assigned per-hostname with managed TLS for automatic certificate issuance.