Connection issues
Can't connect via SSH
Can't connect via SSH
- Confirm the instance is in the Ready state — SSH is only available once provisioning completes.
- Copy the exact SSH command from your Active Instances page rather than constructing it by hand.
- Verify you’re using the private key matching the public key on your account, with correct permissions (
chmod 600 ~/.ssh/your_key). - Run with
ssh -vand include the output if you contact support.
Connection drops or is slow
Connection drops or is slow
- Use
tmuxorscreenso sessions survive disconnects. - Long-running jobs should never depend on an open SSH session — run them under
nohup,tmux, or a process manager.
Instance issues
Instance stuck in a pending/provisioning state
Instance stuck in a pending/provisioning state
nvidia-smi shows no GPUs
nvidia-smi shows no GPUs
GPU drivers are preinstalled on all instances. Do not install or upgrade drivers yourself — contact support with the instance ID and the
nvidia-smi output.Instance terminated unexpectedly
Instance terminated unexpectedly
The two common causes:
- Balance reached zero. Instances are automatically terminated when your account balance is no longer positive. Configure Auto Top-Up to prevent this. Note the 30-day grace period to recover data on storage volumes.
- Reservation ended. Reserved instances are automatically terminated at the end of the reservation period — see Pricing.
Performance is lower than expected
Performance is lower than expected
Run the checks in Verifying Instance Performance — they’ll either identify the bottleneck or give you the outputs support needs to investigate.
Instance states reference
Instance states reference
See Managing Instances for the full lifecycle of instance states and what each one means.
Storage and networking
Out of disk space
Out of disk space
Check usage with
df -h. Onboard NVMe is fixed per configuration; attach a persistent storage volume for more space, or clean caches (~/.cache, old checkpoints, unused Docker images: docker system prune). Details: Storage and Ports.Can't reach a service running on my instance
Can't reach a service running on my instance
Confirm the port is exposed in your instance’s port configuration and the service is bound to
0.0.0.0 rather than localhost. See Storage and Ports for port setup and Securing Open Ports before exposing anything publicly.Storage volume issues
Storage volume issues
Attachment, mounting, and performance issues are covered in the storage troubleshooting section.

