Skip to content

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.

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 Connections press the cogwheel next to Ollama API
  • press Connection Type text Local to change it into External
  • enter the URL and API Key from e.g. your Ollama Cloudron app
  • press Test Connection to 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.