Posts

Showing posts with the label Windows server 2016

How to Allow Remote Desktop in Windows Server 2016?

Image
The RDP refers to the Remote Desktop Protocol is proprietary of Microsoft remote access protocol which is used by the Windows systems administrators to manage Windows Server system remotely. Apart from the RDP sets, Windows Power Shell or Secure Shell (SSH) remoting is the existence of the complete graphical desktop. However, by default, the RDP server component always listens for the incoming connections direct on the TCP port 3389, though it can only be changed due to the security reasons. Always try to make sure that Microsoft’s current push is for the admin to diminish their reliance upon the RDP easily and as an alternative deploy Windows Servers in direct on Nano Mode or Server Core. Or also employ some Windows Power Shell command line remote administration in place of RDP. The Justification by the Microsoft is just a two ways away: A GUI layer widens the attack surface of your servers. A GUI layer generally consumes some unnecessary system resources. Apart from thi...