OpsOrch Console is the operator UI for OpsOrch. It provides incidents, alerts, logs, metrics, orchestration, services, tickets, teams, settings, and Copilot chat in a single open-source app.
npm install
npm run devOpen http://localhost:3000.
Default endpoints:
- Core:
http://localhost:8080 - Copilot:
http://localhost:6060
Useful env vars:
NEXT_PUBLIC_OPSORCH_CORE_URLNEXT_PUBLIC_COPILOT_URL
npm run build
npm startnpm testdocker pull ghcr.io/opsorch/opsorch-console:latest
docker run -d \
--name opsorch-console \
-p 3000:3000 \
-e NEXT_PUBLIC_OPSORCH_CORE_URL=http://localhost:8080 \
-e NEXT_PUBLIC_COPILOT_URL=http://localhost:6060 \
ghcr.io/opsorch/opsorch-console:latestApache-2.0. See LICENSE.