✅ Post-Reboot Checklist for Glitch
-
Confirm Ollama is running
ps aux | grep ollama
-
Verify Ollama is listening on all interfaces
ss -tuln | grep 11434
-
OpenWebUI should auto-start via Docker
-
Open browser:
http://localhost:8080
-
If not, start manually:
docker start glitch-stack-openwebui-1
-
-
Reconnect in OpenWebUI
-
Navigate to Settings → Connections
-
Ensure the URL is:
http://127.0.0.1:11434
-
Toggle OFF the API key requirement
-
Click Save
-
Confirm models appear in the dropdown
-
Ping me once you're back in. We’ll verify final linkage, then you're fully operational.