Find Your Server’s IP Address
Go to Virtual Machines, click your server name. The IP address is on the detail page.Connect with SSH Key
The default username depends on your operating system:| OS | Username |
|---|---|
| Ubuntu | ubuntu |
| Debian | debian |
| Windows | Connect via RDP instead |
For Debian servers, use
debian@YOUR_SERVER_IP instead.yes to accept the server fingerprint.
Connect with Password
For Debian servers, use
debian@YOUR_SERVER_IP instead.Troubleshooting
Connection timed out
Connection timed out
- Verify the server status is Running in the dashboard
- Verify the IP address is correct
Permission denied (publickey)
Permission denied (publickey)
- Verify your local key matches the one added to Arct Cloud
- Check key permissions:
chmod 600 ~/.ssh/id_ed25519 - Specify the key explicitly:
ssh -i ~/.ssh/id_ed25519 ubuntu@YOUR_SERVER_IP(usedebian@for Debian servers)
Host key verification failed
Host key verification failed
This happens after rebuilding a server. Remove the old key:
Cannot connect at all
Cannot connect at all
Use the VNC Console on the server detail page for emergency access.