Overview
Print the dashboard URL. The dashboard is served bylerim serve (or lerim up for Docker). No separate server is started by this command.
Syntax
Parameters
Bind port for the dashboard server. Uses the port from config if not specified.
Examples
Show default dashboard URL
Specify custom port
Dashboard features
The dashboard provides a local UI for:- Overview: High-level metrics and charts (sessions, messages, tools, errors, tokens, activity by day/hour, model usage)
- Runs: Searchable session list (50/page) with status and metadata; open any run in a full-screen chat viewer
- Memories: Library + editor for memory records (filter, inspect, edit title/body/kind/confidence/tags)
- Pipeline: Sync/maintain status, extraction queue state, and latest extraction report
- Settings: Dashboard-editable config for server, model roles, and tracing; saves to
~/.lerim/config.toml
How to access
-
Start the Lerim server:
-
Get the dashboard URL:
- Open the URL in your browser
Exit codes
- 0: Success - URL printed
Related commands
lerim serve
Start the dashboard server
lerim status
Check runtime status
Notes
- This command only prints the URL; it does not start a server
- The actual dashboard is served by
lerim serveor runs inside the Docker container withlerim up - The port defaults to
8765but can be configured in~/.lerim/config.toml