/* SNAP PLUG-IN -----------------------------------------------*/

Tuesday, July 29, 2008

How to change the RDP listening port on a server

Maybe you just set up a Windows Server. And maybe you want to change the Terminal Services listening port. But how?
Well, it is easier than you might think:

1.Run Regedt32 and go to this key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
NOTE: The above registry key is one path; it has been wrapped for readability.

2.Find the "PortNumber" subkey and notice the value of 00000D3D, hex for (3389). Modify the port number in Hex and save the new value.

To change the port for a specific connection on the Terminal Server:
Run Regedt32 and go to this key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\connection
NOTE: The above registry key is one path; it has been wrapped for readability.
3.Find the "PortNumber" subkey and notice the value of 00000D3D, hex for (3389). Modify the port number in Hex and save the new value.


Don't forget that you now have

Labels: , ,

0 Comments:

Post a Comment

<< Home