Skip to content

Connecting the Dashboard

The ModelReins dashboard gives you a real-time view of your entire worker mesh — job status, worker health, provider usage, and cost tracking.

The coordinator hosts both the job queue and the dashboard:

Terminal window
modelreins coordinator start

By default, the dashboard is available at http://localhost:7420.

Navigate to http://localhost:7420 in your browser. You’ll see:

  • Workers — all connected workers with their provider, status, and jobs completed.
  • Jobs — live job queue with status, provider, cost, and duration.
  • Cost — spending by provider, by day, and cumulative totals.

If your workers are on different machines, point them at the coordinator:

Terminal window
export MODELREINS_API_URL=http://your-coordinator:7420
modelreins worker start

For production setups, put the coordinator behind a reverse proxy with HTTPS. See Single Server for a complete setup guide.