Questions tagged [rdp]

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer.

The protocol is an extension of the ITU-T T.128 application sharing protocol. Clients exist for most versions of Microsoft Windows (including Windows Mobile), Linux, Unix, Mac OS X, Android, and other modern operating systems. By default the server listens on TCP port 3389.

Microsoft currently refers to their official RDP server software as Remote Desktop Services, formerly "Terminal Services". Their official client software is currently referred to as Remote Desktop Connection, formerly "Terminal Services Client".

Source: Wikipedia (Remote Desktop Protocol)

1234 questions
-4
votes
1 answer

Can't connect via RDP to Windows server

I cant access a server Windows 2008 via RDP. I had to login to the VCenter where the server is located in order to have access. I verified that the Remote Host service is enabled and that the default port for RDP is 3389, the firewall is disabled(it…
user3105533
  • 321
  • 3
  • 11
-8
votes
1 answer

Connection to the port and authorization

How can I connect to a Remote Desktop Protocol (RDP) server port and perform authorization using python 3.5? For example, I want to connect to port 3389 via RDP using Python. How to connect to it and log in?
1 2 3
82
83