How To
When a command on your server fails
What it means when strackt couldn't finish a command on your server, and how to recover.
When a command on your server fails
A failed command means strackt tried to run an operation on your server — a provisioning step, a health check, or a management task — and it didn't complete. Your server and any running applications are unaffected. The failed step is recorded in the operation so you can see exactly where it stopped.
What to do
- Open the operation and read what it reports. The failure message tells you which step didn't finish. That's usually enough to tell whether the problem is with the server's state or a transient connection issue.
- Check that your server is reachable. Go to the server page and confirm it shows as online. If the server appears offline or unreachable, address that first — strackt can't run commands on a server it can't connect to.
- Retry the operation. Most command failures are transient — a brief network interruption or the server being busy at that moment. A second attempt often succeeds without any other change on your part.
- Check your server's resources if the problem persists. A server that is consistently out of disk space, memory, or CPU can cause commands to fail or time out. Your server's monitoring page shows current resource usage.
If the failure keeps happening after retries and your server looks healthy, reach out and we'll dig into the operation details with you.
Was this helpful?