Connecting to your Arkane Cloud server
Last updated
After setting up your server, you receive access using the IP address stated in the dashboard.

If you are using a command line tool/terminal, you can connect to your instance using the following command:
Using an SSH Client (PuTTY Example):
Enter your server details in PuTTY and click Save
Add your private key to the configuration
Return to the Session section and click Save again (important: your private key won't be saved if you skip this step!)
Click Open to launch the login screen
Log in using the username root
If your key has a passphrase, enter it when prompted
You're now connected!
PuTTY Tips
Right-click to paste text into the terminal
Simply select text to copy it to your clipboard (no need to press Ctrl+C)
Last updated
ssh -i /path/to/your/key/id_ed25519 [email protected]