How to connect to server using RDP?
RDP (Remote Desktop Protocol) is one of the ways of gaining SSH access to your VPS. Instructions for using it on Windows, Mac OS, and Linux systems are below.
Using Remote Desktop on a Windows System
The fastest way:
- Go to your client panel
- Depending on what you have bought VPS or Dedicated server click on the menu
- Choose the server with Windows OS you have bought by clicking on the wrench icon.
- Click on the RDP button
- Once the file is downloaded, click on it and enter the password you have received via welcome email.
As an alternative:
- Click Start button and click Run…
- Type “mstsc” and press Enter.
- In "Computer" field: type in your server's IP address
- Click Connect.
- You should see Windows login prompt.
Remote Desktop from a Linux Computer with RDesktop Package installed
- Type ‘rdesktop’ followed by your server’s IP address and press Enter.
- Example:
$ rdesktop 72.52.246.40
- Example:
- You should see Windows login prompt.
Remote Desktop from Mac OS X
Using Microsoft Remote Desktop:
-
- Download and install the Microsoft Remote Desktop Connection Client for Mac here.
- Once installed, open Microsoft Remote Desktop.
- Click the "+" in the top right corner of the window and chose "add pc" to add a new connection
- Enter in field "pc name" IP address and port you want to connect to, example 192.168.0.01:56777
- Click add button
- Double click of new created connection and you been able to fuil username and password from credentials mail.
- Press continue to connect.