Operations & troubleshooting
Common tasks for managing a running deployment (Standalone or Enterprise). For every command, see the CLI command reference.
Quick reference
Check service health
bitoarch status · bitoarch health
Check indexing progress
bitoarch index-status
Add or remove a repository
bitoarch add-repo <ns> · bitoarch remove-repo <ns>
Rotate a credential
update-api-key · update-git-creds · rotate-mcp-token
View MCP connection details
bitoarch mcp-info
Upgrade the platform
bitoarch upgrade
Diagnose an issue
bitoarch diagnose
Create a support bundle
bitoarch diagnose --bundle
Manage repositories
bitoarch add-repo myorg/repo # add one repository
bitoarch remove-repo myorg/repo # remove one repository
bitoarch config edit repos # edit the repository list
bitoarch add-repos # apply the edited list
bitoarch index-repos --only-new-repos # index newly added repositories only
bitoarch index-status # in_progress | completed | failedIndexing runs one job per workspace at a time. Schedule recurring re-indexing with bitoarch create-index-scheduler.
Rotate credentials
After rotating the MCP token, update the token in each connected AI coding agent.
Connect the AI Code Review Agent
Give Bito's AI Code Review Agent your AI Architect context for codebase-aware, cross-repository reviews:
Log in to Bito Cloud.
Open the AI Architect Settings dashboard.
Enter your MCP URL in the Server URL field (
bitoarch mcp-info).Enter your MCP access token in the Auth token field.
Upgrade
Stop, start, uninstall
Troubleshooting
Start with diagnose
Sections: prereqs, install, filesystem, config, services, connectivity, cert.
Manual checks
Common issues
command not found: bitoarch
Shell PATH not reloaded
source ~/.zshrc
"Docker has only X GB RAM"
Docker under-allocated
Docker Desktop → Resources → Memory → 6 GB+ → Restart
"Port 5001 is in use"
Port conflict
Pre-seed custom ports in install.yaml before installing, or run bitoarch config edit env and bitoarch restart --force after
Services stopped after reboot
Not auto-started
bitoarch start
Indexing stuck
Stalled job
index-status → logs cis-manager → stop-indexing && index-repos
MCP client cannot connect
Wrong URL/token or certificate
mcp-info, then mcp-test. Standalone: mcp-cert status
Pod CrashLoopBackOff (K8s)
Startup failure
Identify the restart reason and the crashed container's error output (see Kubernetes diagnostics below)
Kubernetes diagnostics
Escalate to Bito support
The bundle contains system information, logs, configuration, database health, indexing state, and local usage events. Secrets and tokens are masked, and triage fields such as email and IP are retained. Attach it to your ticket at support@bito.ai.
Last updated

