The default port number of the Windows server remote desktop is 3389. We often use remote desktop to connect to the server at work, but this is also the port number often exploited by hackers. But how can we modify the default port to prevent it from being exploited by hackers? You can configure it as follows: Many people, when using the Windows operating system, have encountered troubles because they cannot remotely operate the server due to incorrect methods of modifying the port. Here, I will briefly demonstrate to you the correct method of modifying the remote port. Server ip:192.168.0.103 Client IP:192.168.0.105 ------------------------------- ctrl+r (shortcut key) - enter regedit, enter the registry editor, follow the path below to enter the place to modify the port HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp Find the " PortNumber " below, which is displayed in decimal format. The default is 3389. Change it to any available port. Demo: (7788) Please note: After modifying here, if the modification is not successful, another location of the registry file must also be modified accordingly. The path is as follows: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp Find the " PortNumber " below, displayed in decimal format, and make the appropriate changes. At this point, you have successfully modified the registry. Restart your computer and you can connect through the new remote port number. In addition, I would like to share with you a piece of software that can modify the remote desktop connection port with one click. How to obtain the tool: Baidu Bulian 3389 port modifier. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
>>: Comprehensive analysis of prototypes, prototype objects, and prototype chains in js
What is a carousel? Carousel: In a module or wind...
This article shares the specific code of JS to ac...
Note: sg11 Our company only supports self-install...
The solutions to the problems encountered during x...
Introduction to Linux top command The top command...
This article uses examples to explain the Nginx c...
background First, let me explain the background. ...
Install vsftpd $ sudo apt-get install vsftpd -y S...
The container has already been created, how to kn...
Query Rewrite Plugin As of MySQL 5.7.6, MySQL Ser...
1. Float: The main purpose is to achieve the effe...
In order to facilitate the storage and access of ...
Table of contents Overview 1. Compositon API 1. W...
Anyone who has read my articles recently knows th...
Single page application characteristics "Ass...