OpenWebUI App¶
About¶
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI for various LLM runners, supported LLM runners include Ollama and OpenAI-compatible APIs.
- Questions? Ask in the Cloudron Forum - OpenWebUI
- OpenWebUI Website
- OpenWebUI Docs
- OpenWebUI Community
- OpenWebUI issue tracker
User management¶
Registration is enabled by default. However, new users have to be approved by administrator before they can start using the app. You can disable new registration altogether in the admin settings.
Ollama¶
To use Ollama you need to provide an Ollama API key and the Ollama host URL in the app settings.
- navigate to
admin/settings/connections - under
Connectionspress the cogwheel next toOllama API - press
Connection TypetextLocalto change it intoExternal - enter the
URLandAPI Keyfrom e.g. your Ollama Cloudron app - press
Test Connectionto verify the connection - press
Save
Ollama app
If you want to use Cloudron's Ollama app use the domain of your Ollama app as host URL, e.g. https://ollama.yourdomain.com and the API key found in /app/data/.api_key of the Ollama app.
To install modells in the Ollama app please refer to the Ollama app documentation.