Doctor, repair, update and rollback
Diagnose and recover the ServerX agent without guessing what failed.
01
Doctor
Checks config, identity, permissions, DNS, TLS, gateway health, authentication, local audit, disk, service and heartbeat.
serverx doctor02
Machine-readable doctor
Use the same checks from scripts and support workflows.
serverx doctor --json03
Repair
Repairs supported local directories, permissions and the existing service profile, then reruns doctor. It does not widen authority.
serverx repair04
Update
Downloads a signed ServerX release, verifies it, switches the agent and checks health.
serverx update05
Rollback
Restore the previous verified agent binary if a new version cannot recover cleanly.
serverx rollback