Setup Windows Remote Desktop on port 80?

2

1

I have a VM on Internet. I have a port limitation on my windows.
Is it possible to setup Windows Remote Desktop on port 80?

Mohammad Dayyan

Posted 2015-01-05T04:36:43.137

Reputation: 1 543

Question was closed 2015-01-06T20:13:42.033

Answers

4

This article describes how to change the port that Remote Desktop listens on. Note The Remote Desktop Connection Client for the Mac supports only port 3389. 3389 is the default port.

  1. Start Registry Editor

  2. Locate and then click the following registry sub-key:

enter image description here

  1. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\

enter image description here

  1. RDP-Tcp\PortNumber

enter image description here

  1. On the Edit menu, click Modify, and then click Decimal.

enter image description here

  1. Type the new port number, and then click OK.

enter image description here

  1. Quit Registry Editor.

  2. Please follow this steps carefully or you will have trouble connecting via RDP.

Source WikiHow

Phuc Nguyen

Posted 2015-01-05T04:36:43.137

Reputation: 300

Somebody can tell me the reason why I get the down vote for my answer??? – Phuc Nguyen – 2015-01-05T04:48:37.027

1Probably because your answer isn't an answer... it's a link only. Link-only answers are discouraged here, and are better left up to a comment. – Brad – 2015-01-05T06:50:55.263