Self-hosted Engine

Run Engine entirely on your own servers. Zero phone-home.

Self-Hosted Engine runs as a single Node service against your own MySQL. No outbound calls to Aeonzap Cloud are required.

Requirements

  • Node 20+
  • MySQL 8 (or MariaDB 10.6+)
  • A reverse proxy with HTTPS (Nginx, Caddy, Cloudflare)
bash
docker run -p 3000:3000 -e DATABASE_URL=mysql://... aeonzap/engine:latest