Skip to Content
DocumentationTroubleshootingTroubleshooting Overview

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 status

Shows the Hub stack, ports, tunnel URL, Tailscale IP, and installed models. If this fails outright, the Hub stack isn’t running.

docker info

If 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

SymptomPage
An app won’t start, dashboard unreachable, pairing failsCommon Issues
Docker won’t start, permission denied, disk full, port conflictsDocker Issues
You need to read logs from the dashboardLog Viewer
Nothing here fixed itGetting Help

Before running any destructive reset (cihub uninstall, docker system prune -a), back up first β€” see Backup and restore.

Last updated on