Troubleshooting
Common issues and solutions when working with DB-GPT.
First 60 secondsโ
Run these first:
curl http://localhost:5670/api/health
dbgpt model list
docker logs dbgpt -f
If you are not using Docker, check the same terminal where you started the webserver.
Common quick fixesโ
- Server will not start
- Re-run
uv syncwith the right extras - See Installation Issues
- Re-run
- Web UI is blank
- Wait for startup to finish
- Confirm the server is reachable on
http://localhost:5670
- Model not found / auth error
- Re-check the TOML config and provider name
- See Model Issues
- Port 5670 is already in use
- Find the conflicting process with
lsof -i :5670
- Find the conflicting process with
- Out of memory
- Use a smaller local model or switch to an API proxy model
More specific guidesโ
Logsโ
# Source code deployment
# Logs are printed to stdout by default
# Docker deployment
docker logs dbgpt -f
# Docker Compose deployment
docker logs db-gpt-webserver-1 -f
Getting helpโ
If the troubleshooting guides don't resolve your issue:
- Search existing issues: GitHub Issues
- Ask the community: GitHub Discussions
- Join Slack: DB-GPT Slack
- Check FAQ: Installation FAQ ยท LLM FAQ ยท KBQA FAQ