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.

Go to app.modelreins.com and sign in with your account. The dashboard is the primary interface for managing your fleet.

Once signed in, 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.
  • Schedules — recurring jobs with run history.

Download the companion installer from modelreins.com/download and run it on the machine where your local models (Ollama, LM Studio) are running. The installer registers the worker with your tenant automatically — it appears in the Workers panel within seconds.

Your API key is on the Settings page of the dashboard. Use it for programmatic access:

Terminal window
curl -H "Authorization: Bearer $MODELREINS_API_KEY" \
https://app.modelreins.com/api/workers

If you self-host the coordinator, the dashboard runs at http://localhost:7420 by default. Put it behind a reverse proxy with HTTPS for remote access. See Single Server for details.