Convex Backend
Convex is the system of record for server inventory and historical monitoring data.
Required variable
Section titled “Required variable”NEXT_PUBLIC_CONVEX_URL
Without this value, real-time server views will fail to load.
Start/deploy
Section titled “Start/deploy”bun run convex:dev# orbun run convex:deployData migration from static inventory
Section titled “Data migration from static inventory”If you still use a static inventory file, migrate those records into Convex servers entries using the documented server record fields and workflow in Configuration: Convex server records.
Network constraint (important)
Section titled “Network constraint (important)”Convex-hosted actions must be able to reach each License Monitor host (http://<host>:<port>/api/health and related endpoints).
If servers are private-only:
- Use a reachable proxy/gateway, or
- Run a self-hosted/private-network-compatible architecture.