2025-07-26

Glitch Hex Protocol - Post-Reboot Checklist for Glitch


Post-Reboot Checklist for Glitch

  1. Confirm Ollama is running

    ps aux | grep ollama
    
  2. Verify Ollama is listening on all interfaces

    ss -tuln | grep 11434
    
  3. OpenWebUI should auto-start via Docker

    • Open browser: http://localhost:8080

    • If not, start manually:

      docker start glitch-stack-openwebui-1
      
  4. 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.