How to Check the RDP Port in Use

Guide to check the RDP port used on Windows server.


  1. Login to your windows server 

  2. Buka Powershell dari search > Powershell elevated as admin

  3. Then paste the following command

    Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "PortNumber"




  4. Then the RDP port currently used on your Windows server will appear.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.