Skip to content

Configuration

CLI Options

OptionFlagDefaultDescription
Serve-S, --servefalseStart the WebSocket server and Dashboard
No Open--no-openfalseDon't automatically open browser when serving
Name-n, --namecliUnique name for the log source (Required for piping)
Color-c, --colorRandomCSS color for the source badge (e.g. #FF0000, blue)
Server-s, --serverws://localhost:3210WebSocket server URL to connect to
WS Port--ws-port3210Port for the WebSocket server
HTTP Port--http-port3211Port for the Dashboard web server

Environment Variables

You can also control ports via environment variables:

  • CHRONOSCRIBE_PORT: Overrides the default WebSocket port (3210).