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.
Start the coordinator
Section titled “Start the coordinator”The coordinator hosts both the job queue and the dashboard:
modelreins coordinator startBy default, the dashboard is available at http://localhost:7420.
Open the dashboard
Section titled “Open the dashboard”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.
Connect workers to the coordinator
Section titled “Connect workers to the coordinator”If your workers are on different machines, point them at the coordinator:
export MODELREINS_API_URL=http://your-coordinator:7420modelreins worker startRemote access
Section titled “Remote access”For production setups, put the coordinator behind a reverse proxy with HTTPS. See Single Server for a complete setup guide.