doctor
proxai-gateway doctorRuns a battery of checks against the local installation and reports findings with copy-pasteable output. Doctor looks at the things that commonly go wrong, including:
- Setup and service registration — is the gateway configured and running?
- Authentication — is the gateway key valid, or was it rejected?
- Uploads — rate limiting, network failures, or records stuck in the buffer
- Capture — are the supported agents producing any activity?
- The binary itself — is it stale or failing to auto-upgrade?
- The environment — disk space, writable directories, clock skew
Each finding comes with a severity, the likely cause, and the suggested action to take.
| Option | Effect |
|---|---|
-o, --output [path] | Also save the report as an HTML file (defaults to your Desktop when no path is given) |
When you contact ProxAI about a gateway problem, attach the doctor output —
it contains the diagnostic signals support needs, and like everything else it
is generated locally with secrets already redacted.
See Troubleshooting for fixes to the most common findings.
Last updated on