Connecting to your Arkane Cloud server
Connecting to Your Arkane Cloud Server
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:
ssh -i /path/to/your/key/id_ed25519 [email protected]Using an SSH Client (PuTTY Example):
Enter your server details in PuTTY and click
SaveAdd your private key to the configuration
Return to the
Sessionsection and clickSaveagain (important: your private key won't be saved if you skip this step!)Click
Opento launch the login screenLog in using the username
rootIf your key has a passphrase, enter it when prompted
You're now connected!
Last updated