Skip to content

Open WebUI — Runbook

Routine Tasks

Restart

ssh -i ~/.ssh/homelab_claude [email protected] \
  "pct exec 122 -- docker restart open-webui"

Logs

Log Contents Location Loki query Format
Application HTTP requests, model loading, auth events, errors Docker (LXC 122) stdout {job="ai", container="open-webui"} Mixed (may contain JSON)

Notes: - SSH fallback: ssh [email protected] "pct exec 122 -- docker logs open-webui"


Troubleshooting

No models available / cannot connect to Ollama

  1. Verify Ollama is running on LXC 107: ssh [email protected] "systemctl status ollama"
  2. Check Open WebUI can reach Ollama: from LXC 122, curl http://192.168.1.107:11434/api/tags
  3. Check Open WebUI logs for connection errors

UI loads but AI responses fail