Troubleshooting¶
dawos doctor¶
Run the built-in diagnostic tool first:
This checks Python version, connectivity, profile status, and more.
Common Issues¶
Connection Refused¶
Causes: - DawOS Agent is not running on the server - Wrong IP address or port - Firewall blocking port 8470
Fix:
# On the server:
sudo systemctl status dawos-agent
sudo systemctl start dawos-agent
# Check if port is open:
curl http://SERVER_IP:8470/health
Authentication Failed (401)¶
Fix: Verify your API key matches the server:
# On the server:
sudo cat /etc/dawos-agent/agent.env | grep DAWOS_API_KEY
# Update your profile:
dawos profile add prod --url http://SERVER:8470 --key CORRECT_KEY
No Active Profile¶
Fix:
Command Not Found¶
Fix:
Update Check Slow¶
The update check runs at most once per 24 hours. To disable: