General Questions
What is Open WebUI?
What is Open WebUI?
What LLM providers does Open WebUI support?
What LLM providers does Open WebUI support?
- Ollama (local models)
- OpenAI-compatible APIs
- LMStudio
- GroqCloud
- Mistral
- OpenRouter
- Anthropic
- And many more OpenAI-compatible providers
Can Open WebUI run completely offline?
Can Open WebUI run completely offline?
HF_HUB_OFFLINE=1 environment variable to prevent attempts to download models from the internet.What are the system requirements?
What are the system requirements?
- Python 3.11 or higher (for pip installation)
- Docker (recommended for containerized deployment)
- 2GB RAM minimum (more recommended for larger models)
- Storage space for models and data
- Nvidia GPU with CUDA support
- Nvidia CUDA container toolkit installed
Installation & Setup
How do I install Open WebUI?
How do I install Open WebUI?
What ports does Open WebUI use?
What ports does Open WebUI use?
- Standalone/pip installation: Port 8080 by default
- Docker installation: Internal port 8080, typically mapped to external port 3000
- With —network=host: Port 8080
http://localhost:3000 (Docker) or http://localhost:8080 (pip/network=host).How do I update Open WebUI?
How do I update Open WebUI?
Should I use :main, :dev, or :ollama tags?
Should I use :main, :dev, or :ollama tags?
Features & Usage
What is RAG and how do I use it?
What is RAG and how do I use it?
- 9 vector database options
- Multiple content extraction engines
- Direct document upload to chat
- Document library with
#command access
# before your query.Can I use multiple models at once?
Can I use multiple models at once?
Does Open WebUI support voice and video calls?
Does Open WebUI support voice and video calls?
- Speech-to-Text: Local Whisper, OpenAI, Deepgram, Azure
- Text-to-Speech: Azure, ElevenLabs, OpenAI, Transformers, WebAPI
How do I create custom models?
How do I create custom models?
- Create Ollama models via the Web UI
- Add custom characters/agents
- Customize chat elements
- Import models from Open WebUI Community
What authentication methods are supported?
What authentication methods are supported?
- Local authentication (email/password)
- OAuth providers
- LDAP/Active Directory
- SSO via trusted headers
- SCIM 2.0 for automated provisioning
Administration
How do I manage user permissions?
How do I manage user permissions?
- Create detailed user roles and permissions
- User groups for organized access management
- Restrict model access and creation rights
- Configure workspace sharing permissions
Can I use different databases?
Can I use different databases?
- SQLite (default, with optional encryption)
- PostgreSQL
- Cloud storage backends (S3, Google Cloud Storage, Azure Blob Storage)
How do I enable monitoring and observability?
How do I enable monitoring and observability?
- Traces
- Metrics
- Logs
Can Open WebUI scale horizontally?
Can Open WebUI scale horizontally?
- Redis-backed session management
- WebSocket support for multi-worker deployments
- Multi-node deployments behind load balancers
Troubleshooting
I'm getting connection errors to Ollama
I'm getting connection errors to Ollama
--network=host flag:My data was lost after updating Docker
My data was lost after updating Docker
-v open-webui:/app/backend/data in your Docker command. This ensures your database is properly mounted and prevents data loss.Where can I get support?
Where can I get support?
Enterprise & Licensing
Is there an enterprise version?
Is there an enterprise version?
- Custom theming and branding
- Service Level Agreement (SLA) support
- Long-Term Support (LTS) versions
- And more!
What license does Open WebUI use?
What license does Open WebUI use?
- Deployments with 50 or fewer users
- Official contributors with written permission
- Enterprise license holders