[Windows] Connecting to Windows VPS server using RDP

Remote Desktop Protocol (RDP) – is protocol created by Microsoft, which provides a graphical interface for a user. RDP client is available in most operating systems. By default RDP uses 3389 TCP port. Remote Desktop Connection is the official program meant for login via RDP. 

Requirements:

Windows VPS server with Windows 2012 or 2016 R2 OS

Login via Windows computer:

1. Open up your “Remote Desktop Connection” program and select “Show Options”.
2. Enter your login credentials and press “Connect”:

Computer: Your_server_IP
Username: Administrator

3. Enter your server’s password and press “OK”

Login via Linux OS:

If you do not have rdesktop installed, install it with the command bellow. for Ubuntu/Debian use:

apt-get update
apt-get install rdesktop

For CentOS/Fedora:

yum update
yum install rdesktop

Then you can login to your Windows 2008 or 2012 R2 server using this command in the terminal:

rdesktop -u Administrator -p PASSWORD -g 1280x720 YOUR_SERVER_IP

If you have done everything correctly, Windows Server window should open up:

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Uncategorized
[Plesk] Getting started with Plesk

Introduction Plesk is commercial web hosting data center automation software developed for Linux- and Windows-based commercial hosting service providers. Plesk was designed to install and manage web hosting systems and applications on a single server. The control panel is designed to simplify the management and administration of the websites by …

Uncategorized
[Windows] Plesk installation guide

Plesk – commercial web hosting control panel. As most of such control panels, it allows a server administrator to set up new websites, reseller accounts, e-mail accounts, and DNS entries through a web-based interface. Requirements: Windows VPS server 0. Log-in to the server via RDP. 1. Visit Plesk webpage on your browser. At the …