Connection Issues
How to fix connection problems with your GPUniq GPU rental.
Problem
- SSH connection times out
- "Connection refused" error
- Can't reach the GPU after renting
Quick Diagnosis
Check Instance Status
Go to My Instances in your dashboard.
Verify your instance shows Running status.
If it shows "Stopped" or "Error", the connection won't work.
Verify SSH Details
Double-check you're using the exact credentials from your dashboard:
- Host: The IP address or hostname
- Port: The specific SSH port (often not 22)
- Password: The generated password (copy-paste to avoid typos)
ssh root@{host} -p {port}
Check Your Network
Ensure your network allows outbound SSH connections.
Some corporate/school networks block non-standard ports.
Try from a different network or use a VPN.
Wait a Moment
New instances may take 30-60 seconds to fully initialize.
If you just rented, wait a minute and try again.
Common Fixes
Instance Stuck
If your instance shows "Running" but won't connect:
- Click Stop on the instance
- Wait 30 seconds
- Click Start to restart
- Try connecting again with new credentials
Port Blocked
If connection times out (not refused):
# Test if port is reachable
nc -zv {host} {port}
If this fails, your network may be blocking the port. Try:
- Using a different network
- Connecting via VPN
- Contacting your IT department
Password Issues
Passwords are case-sensitive and may contain special characters.
Best practice: Copy the password directly from the dashboard rather than typing it.
If using a terminal that interprets special characters:
# Use quotes around password if prompted
ssh root@{host} -p {port}
Password: "your_password_here"
Still Having Issues?
Restart the Rental
- Delete the current instance
- Rent the same GPU again
- Fresh instances often resolve mysterious issues
Try a Different GPU
If one provider's GPU won't connect, try renting from a different provider. Look for:
- Verified badge (indicates tested reliability)
- Higher reliability score
Contact Support
If nothing works:
- Note your Task ID from the dashboard
- Email support@gpuniq.com with:
- Task ID
- Error message (screenshot if possible)
- What you've already tried
- Or reach out on Telegram for faster response
Provider-side issues (network, hardware) can sometimes cause connection problems. Our support team can check provider status and help troubleshoot.
Last updated Jan 9, 2026