Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ultra.security/llms.txt

Use this file to discover all available pages before exploring further.

Start a web-based dashboard for monitoring Ultra’s observability data.

Usage

ultra dashboard [flags]

Flags

FlagShortDefaultDescription
--address-a:8080Listen address for the dashboard
--storage-s~/.config/ultra/ultra.dbPath to the local storage file
--devfalseEnable development tools

Examples

# Start dashboard on default port
ultra dashboard

# Start dashboard on custom port
ultra dashboard --address :9090

# Use custom storage path
ultra dashboard --storage ~/.config/ultra/ultra.db

Features

The dashboard provides:
  • Real-time view of MCP traffic
  • Trace inspection and debugging
  • Audit log viewer
  • Connected server status

Concurrent Usage

You can run the dashboard while Ultra is running. Concurrent reads (dashboard) and writes (Ultra proxy) are supported.
# Terminal 1: Run the proxy
ultra start

# Terminal 2: View traffic
ultra dashboard