.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
FRONTEND_PORT
app ports (host)
BACKEND_PORT
POSTGRES_DB
database
POSTGRES_USER
POSTGRES_PASSWORD
secret
POSTGRES_PORT
BASE_URL
backend settings (see backend/.env.example for full list) REQUIRED: Public URL the backend should advertise in generated…
CORS_ORIGINS
For remote access, set this to your UI origin (e.g. http://<server-ip>:3000 or https://mc.example.com).
DB_AUTO_MIGRATE
LOG_LEVEL
REQUEST_LOG_SLOW_MS
AUTH_MODE
LOCAL_AUTH_TOKEN
secret
REQUIRED when AUTH_MODE=local (must be non-placeholder and at least 50 chars).
NEXT_PUBLIC_API_URL
frontend settings REQUIRED: Public URL used by the browser to reach the API. Use `auto` to target the same host currently serving Mission…
brew install flyctl && fly launch --from https://github.com/abhi1693/openclaw-mission-control
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abhi1693/openclaw-mission-control
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abhi1693/openclaw-mission-control