Common Issues
Apps wonβt start
- Check Docker is running:
docker infoorcihub status - Ensure enough disk space:
df -handdocker system df - Check the Log Viewer or
cihub app logs <name>
Canβt access dashboard
- Verify Hub is running:
cihub statusor check Docker Desktop - Try
http://localhost:5002(default API/dashboard port) - On a remote server, use the server IP or Tailscale IP from Settings β Network
App Store is empty
- Check internet connectivity
- Restart Hub:
cihub down && cihub up prod --detached - Verify App Store URL in Settings if using a custom store
Portal pairing fails
- Generate a fresh pairing code in Portal (codes are single-use)
- Ensure Hub has outbound internet access
- See Device Pairing for reset steps
AI models not loading
- Install Ollama on the host: ollama.comΒ
- Set
OLLAMA_HOST=0.0.0.0:11434if containers canβt reach Ollama - Run
cihub models listto verify connectivity
Tailscale not connecting
- Complete authentication in the popup window
- Wait 5β10 seconds, then refresh Settings β Network
- See Tailscale troubleshooting
For Docker-specific issues, see Docker Issues. For other problems, see Getting Help.
Last updated on