How to modify port 3389 of Windows server 2008 R2 remote desktop

How to modify port 3389 of Windows server 2008 R2 remote desktop

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:
  • Windows keeps remote desktop from being automatically disconnected for a long time
  • Windows Server 2008 R2 Multi-User Remote Desktop Connection Licensing
  • Detailed explanation of multi-user remote desktop configuration in Windows server 2008 R2 (more than two users)
  • How to set up remote desktop access by specifying an IP address on a Windows server
  • Using Osql tool to manage SQL Server Desktop Engine (MSDE 2000) application introduction
  • The best remote desktop tool in history (with source code)

<<:  What is table partitioning and partitioning? MySql database partitioning and table partitioning method

>>:  Comprehensive analysis of prototypes, prototype objects, and prototype chains in js

Recommend

JavaScript to achieve a simple carousel effect

What is a carousel? Carousel: In a module or wind...

JS realizes the scrolling effect of announcement online

This article shares the specific code of JS to ac...

Solutions to the Problem of Creating XHTML and CSS Web Pages

The solutions to the problems encountered during x...

Detailed explanation of using top command to analyze Linux system performance

Introduction to Linux top command The top command...

Detailed explanation of Nginx current limiting configuration

This article uses examples to explain the Nginx c...

MySQL backup and recovery design ideas

background First, let me explain the background. ...

Implementation code for installing vsftpd in Ubuntu 18.04

Install vsftpd $ sudo apt-get install vsftpd -y S...

Docker file storage path, get container startup command operation

The container has already been created, how to kn...

Use of MySQL query rewrite plugin

Query Rewrite Plugin As of MySQL 5.7.6, MySQL Ser...

Float and Clear Float in Overview Page

1. Float: The main purpose is to achieve the effe...

How to quickly build an FTP file service using FileZilla

In order to facilitate the storage and access of ...

Summary of Vue3 combined with TypeScript project development practice

Table of contents Overview 1. Compositon API 1. W...

CSS pseudo-class: empty makes me shine (example code)

Anyone who has read my articles recently knows th...