Open WebUI: Web Interface for Ollama on VPS

AI Agents on VPS · 19.04.2026
Open WebUI: Web Interface for Ollama on VPS

Install via Docker

docker run -d --name open-webui --network=host \
  -v open-webui:/app/backend/data \
  -e OLLAMA_BASE_URL=http://127.0.0.1:11434 \
  --restart always ghcr.io/open-webui/open-webui:main

Open http://IP:8080 — first registered user becomes the admin.

← Back to Knowledge Base Ask Support