Remote Desktop listen on 2 different ports [closed]

I have a server which in the local network I would like to access remotely through the default RDP port 3389.

Due to filtering services at work, the port 3389 is unavailable as many other ports. Because I do not use the SMTP port 25, I would like to use that port to listen with RDP but at the same time keep it listening on 3389 for local purposes.

Is this possible to achieve and if so, how? Thanks!


Solution 1:

You can do it by editing registry key. Before editing, you should backup your registry, or export only key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp

Then:

  • Edit export file above
  • Change it to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp-NewName ( i.e RDP-Tcp-1111 )
  • Change PortNumber to port you want ( hexa value )
  • Import it to registry and restart server