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.
Sign in to the dashboard
Section titled “Sign in to the dashboard”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.
Connect your first worker
Section titled “Connect your first worker”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.
API access
Section titled “API access”Your API key is on the Settings page of the dashboard. Use it for programmatic access:
curl -H "Authorization: Bearer $MODELREINS_API_KEY" \ https://app.modelreins.com/api/workersSelf-hosting note
Section titled “Self-hosting note”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.