Mặc định Remote Desktop sẽ connect vào cổng 3389 (default port). i
Để có thể thay đổi cổng này, chúng ta cần sửa như sau:
Start the registry editor. (Type regedit in the Search box.)
- Navigate to the following registry subkey: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
- Find PortNumber
- Click Edit > Modify, and then click Decimal.
- Type the new port number, and then click OK.
- Close the registry editor, and restart your computer
check the current port by running the following PowerShell command:
Get-ItemProperty -Path ‘HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp’ -name “PortNumber”
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/change-listening-port