Troubleshooting
Start here when something isnβt working. Most problems fall into one of four buckets.
First three commands
Whatever the symptom, these tell you where the problem is:
cihub statusShows the Hub stack, ports, tunnel URL, Tailscale IP, and installed models. If this fails outright, the Hub stack isnβt running.
docker infoIf this errors, Docker itself is the problem β go straight to Docker Issues.
cihub app logs <app-name>If Hub is healthy but one app misbehaves, its logs are the fastest answer.
Where to go next
| Symptom | Page |
|---|---|
| An app wonβt start, dashboard unreachable, pairing fails | Common Issues |
| Docker wonβt start, permission denied, disk full, port conflicts | Docker Issues |
| You need to read logs from the dashboard | Log Viewer |
| Nothing here fixed it | Getting Help |
Before running any destructive reset (cihub uninstall, docker system prune -a),
back up first β see Backup and restore.
Last updated on