Connect to the server using SSH or RDP

The connection details will be emailed to you. To view them, open the URL in the email and click View secret.


If you selected an operating system when ordering the dedicated server, it will already be installed when you receive the email with the details from Glesys. You can then log in directly to the server via SSH if you chose Linux, or via Remote Desktop (RDP) if you chose Microsoft Windows.

In the email from Glesys, there is a link you must click to access the SSH or RDP login credentials. The link starts with secrets.glesys.com. When the page opens, the credentials are hidden. You need to click View secret to reveal the details.

The credentials are now displayed. Make sure to save them in a secure location. They will only be available for 14 days, after which they will be permanently deleted.

You can now use the credentials to log in to the server.

To connect to your dedicated server, you need to open a terminal. How you do this varies between operating systems and window managers, but generally:

  • Linux: Search Terminal or press CTRL+ALT+T.

  • macOS: Search Terminal.

  • Windows: Search PowerShell.

If OpenSSH is not installed on your Windows machine by default, see Microsoft’s documentation on how to do this, or use PuTTY instead.

Once the terminal is open, enter the following SSH command. Replace username with the username on the server and replace the IP address (after the @) with your VM’s IP address. For a dedicated server, the username is most likely root.

If you have multiple SSH keys, you may need to specify the path of your private key using the -i flag, as in ssh -i /path/to/private/key [email protected].

The first time you log in, the server isn’t identified on your local machine, prompting you to confirm that you want to continue connecting. You can type yes and then press ENTER.

Last updated

Was this helpful?