Dashboard
Openhttps://dash.zomg.ai to manage the platform without leaving the browser. The dashboard covers the work you normally do with zomg: create boxes, inspect running boxes, open consoles, manage services, publish web UIs, attach data, and jump into code tools for a selected box.
- Boxes — create boxes, see status, inspect resources, open browser consoles, and launch code workflows. Consoles run as your signed-in deployment user by default (pick
rootin the user selector to escalate), and tmux sessions are kept per box and user. - Apps — discover web UIs exposed by services running in a box.
- Services — start, restart, publish, unpublish, stop, and inspect long-running processes.
- Data — create persistent data volumes and attach them to boxes.
- Bases — manage reusable root filesystem templates for new boxes.
Logging and observability
The observability app is built in. It searches logs, traces, and deployment metrics across the selected environment, including telemetry from agent sessions. Claude Code and Codex runs export OpenTelemetry by default inside boxes, so you can audit what happened after a run instead of guessing from terminal scrollback.- Which box or service emitted an error?
- What did an agent run during the last hour?
- Which trace contains the slow span?
- Are logs, metrics, and traces reaching the observability stack?
Built-in core apps
These apps come with your instance rather than being add-ons you install.- Dashboard at
https://dash.zomg.aifor boxes, services, apps, data, bases, and settings. - Observability inside the dashboard for logs, traces, metrics, and agent run inspection.
- Developer profile in dashboard settings for syncing Codex, Claude Code, and environment secrets into deployment user homes.
- Protected internal app access for dashboard routes, API routes, and published apps when your instance has Zomg auth enabled.
Keep going
Internal apps
Protect dashboard, API, and published apps with Google sign-in.
Coding agent auth
Use the developer profile to keep Codex and Claude Code signed in.
Development
Connect editors and agents, and read their traces.
Agent sandboxes
Give agents disposable boxes with real Linux environments.