Skip to content

Convex Backend

Convex is the system of record for server inventory and historical monitoring data.

  • NEXT_PUBLIC_CONVEX_URL

Without this value, real-time server views will fail to load.

Terminal window
bun run convex:dev
# or
bun run convex:deploy

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.

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.