Skip to main content
This page hosts the central platform on a VM. To add a Linux VM for AcornOps to manage, see Connect a Linux VM. Use VM Compose for smaller environments and production-style operational testing where one machine hosts the central services.

Before you begin

Complete the deployment prerequisites. Prepare durable databases and Redis, production hostnames, TLS termination, identity configuration, a model policy and provider credential plan, and unique internal secrets.

Prepare the environment

From the AcornOps deployment repository:
Review the production environment file. Keep TRUST_PROXY=1 when the edge proxy terminates TLS and owns forwarded host headers. Copy all four exact image references from the vm-prod-v1 entry in the stack-versions.yaml release matrix into MANAGEMENT_CONSOLE_IMAGE, CONTROL_PLANE_IMAGE, EXECUTION_ENGINE_IMAGE, and LLM_GATEWAY_IMAGE. Treat them as one tested set; a newer tag in an individual repository does not make it part of the supported VM stack.

Start the platform

Database initialization runs before the services start. Treat initialization failures as deployment blockers.

Production posture

  • Pin the complete supported image matrix from stack-versions.yaml.
  • Keep the API and console behind TLS.
  • Keep internal service endpoints private.
  • Use durable state services and volumes.
  • Back up state before a reset or supported upgrade.
  • Review JWKS readiness, request limits, rate limits, and MCP egress.
The current deployment reference describes a greenfield database epoch rather than a mixed-version rolling database upgrade. Follow the exact release guidance before replacing an existing environment.

Continue