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.
Click on the Start Menu and search for Remote Desktop. Click on Remote Desktop Connection to open the program.

A dialog box will open where you enter the server's IP address. Once you have entered the IP address, click Connect.

A dialog box will open where you enter the username and password for the server. For a dedicated server, the username is most likely Administrator. But make sure to use the same username as you saw when clicking View secret earlier. Click OK to log in.

If this is the first time connecting to this server, you will see a warning about the certificate. The name on the certificate should match the hostname assigned to the server. If it does, click Yes to connect and trust the certificate.

Last updated
Was this helpful?