Free for hobbyists. Pay once, keep it forever. Updates and support for 1 year.
Perfect for solo developers and home labs.
For teams managing shared Ollama infrastructure.
or $5/mo subscription
For organizations with compliance and governance needs.
| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| Enabled servers | Up to 3 | Unlimited | Unlimited |
| Dashboard with live metrics | |||
| Model browsing & install | |||
| Download manager | |||
| Streaming chat | |||
| Thinking tokens & generation stats | |||
| Conversation history & export | |||
| Local auth with 2FA | |||
| Model capability badges | |||
| Fleet monitoring dashboard | |||
| Model Factory | |||
| Multi-server model deployment | |||
| Server import/export | |||
| Deployment audit trail | |||
| Model availability matrix | |||
| Connection latency display | |||
| Priority support | |||
| SSO / OIDC | |||
| RBAC (admin, operator, viewer) | |||
| Team workspaces | |||
| Usage analytics | |||
| Model governance | |||
| Health monitoring & alerting | |||
| REST API | |||
| SLA + dedicated support |
Open WebUI is primarily a chat interface focused on a single Ollama server. OllamaHelm is a fleet management tool built for managing multiple Ollama servers from one dashboard. We provide real-time fleet monitoring, model deployment across servers, and enterprise features like SSO and RBAC that Open WebUI only offers at enterprise scale.
Absolutely. The free tier includes up to 3 servers, the full dashboard with live metrics, streaming chat with thinking tokens, model browsing and installation, download manager, and local auth with 2FA. We never cripple the free tier — every happy free user is a potential upgrade or referral.
You pay once ($99, or $49 during early bird) and get Pro features forever — including all future updates and new versions. There is no version cap. The only time-limited part is priority support, which lasts 1 year and can be renewed for $49/yr. The software itself never stops working or locks you out.
Nothing changes with the software. You still get every update, every new feature, every bug fix — forever. You just won't have priority support. You can still use community channels (GitHub discussions, Discord). If you need priority response times, renew support for $49/yr.
Yes. License keys are Ed25519-signed JWT tokens validated entirely offline. There is no phone-home, no license server, no internet requirement. The public key is embedded in the application. This makes OllamaHelm ideal for HIPAA, FedRAMP, and other regulated environments.
Change your Docker image from ollamahelm/ollamahelm:latest to ollamahelm/ollamahelm-pro:latest, add your license key as the OLLAMAHELM_LICENSE_KEY environment variable, and run docker compose pull && docker compose up -d. That's it.
Yes. The entire free tier codebase is licensed under AGPL-3.0. You can read every line, fork it, contribute to it, and self-host it. Pro features are gated by license validation in the same open-source codebase. Enterprise features live in a separate private package.