Renter Troubleshooting
Common issues and solutions when renting GPU servers on Clore.ai.
Server Connection Issues
Cannot Connect via SSH
Symptoms: Connection refused, timeout, or permission denied.
Solutions:
Wait for server to boot
New orders take 2-5 minutes to fully initialize
Check order status in "My Orders" - should show "Running"
Verify connection details
Double-check IP address and port from order details
Use the exact command format:
ssh root@IP -p PORT
Check your network
Try from a different network (some ISPs block certain ports)
Use Clore VPN if available in your region
SSH key issues
Ensure your public key is added in Account → SSH Keys
Try password authentication if keys don't work
Server Not Responding
Symptoms: Server was working but now unresponsive.
Solutions:
Check server status in My Orders
Wait 5-10 minutes - server may be restarting
Contact host via chat if issue persists
Request refund if server is completely unavailable
GPU Issues
GPU Not Detected
Symptoms: nvidia-smi returns error or shows no GPUs.
Solutions:
If GPU still not detected:
Contact the host via order chat
Request server restart through support
Consider ending order and finding different server
CUDA Errors
Symptoms: CUDA out of memory, version mismatch errors.
Solutions:
Check CUDA version compatibility
Free GPU memory
Use appropriate Docker image with matching CUDA version
GPU Performance Lower Than Expected
Solutions:
Check if other processes are using GPU:
nvidia-smiVerify GPU model matches listing
Monitor GPU utilization during your workload
Contact host if specs don't match advertised
Docker / Container Issues
Container Won't Start
Solutions:
Check Docker status
Restart Docker service
Check disk space
Missing Dependencies
Solutions:
Install required packages:
Use pip for Python packages:
Consider using a different Docker image with pre-installed tools
Network Issues on Server
Cannot Access Internet from Server
Solutions:
Check DNS
Test connectivity
Ports Not Accessible
Some servers have firewall restrictions:
Check which ports are open in order details
Use SSH port forwarding for services
Contact host if you need specific ports opened
Billing Issues
Charged More Than Expected
Check order history for actual usage duration
Review fee structure (On-Demand vs Spot rates)
Account for creation fees
Contact support with order ID if discrepancy exists
Order Terminated Unexpectedly
For Spot orders:
Another user may have outbid you
This is normal for Spot rentals
Use On-Demand for guaranteed access
For On-Demand orders:
Check if balance was sufficient
Review order logs for termination reason
Contact support if unclear
Getting Help
Contact Host
Use the chat feature in your order details
Hosts typically respond within a few hours
Clore.ai Support
Discord: discord.gg/clore-ai
Use #support channel for technical issues
Request Refund
If server doesn't meet advertised specs:
Document the issue (screenshots, logs)
Contact host first
If unresolved, contact Clore.ai support with evidence
Last updated
Was this helpful?