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

MySQL 5.5 installation and configuration graphic tutorial

Organize the MySQL 5.5 installation and configura...

Four completely different experiences in Apple Watch interaction design revealed

Today is still a case of Watch app design. I love...

Do you know how many connections a Linux server can handle?

Preface First, let's see how to identify a TC...

How to install MySQL 8.0 in Docker

Environment: MacOS_Cetalina_10.15.1, Mysql8.0.18,...

JavaScript to achieve product query function

This article example shares the specific code of ...

Solution to the problem of data loss when using Replace operation in MySQL

Preface The company's developers used the rep...

How to detect if the current browser is a headless browser with JavaScript

Table of contents What is a headless browser? Why...

Nginx Service Quick Start Tutorial

Table of contents 1. Introduction to Nginx 1. Wha...

MySQL startup error InnoDB: Unable to lock/ibdata1 error

An error message appears when MySQL is started in...

About the configuration problem of MyBatis connecting to MySql8.0 version

When learning mybatis, I encountered an error, th...

7 Ways to Write a Vue v-for Loop

Table of contents 1. Always use key in v-for loop...

Why not use UTF-8 encoding in MySQL?

MySQL UTF-8 encoding MySQL has supported UTF-8 si...

Linux CentOS 6.5 Uninstall, tar and install MySQL tutorial

Uninstall the system-provided MySQL 1. Check whet...

Summary of ways to implement single sign-on in Vue

The project has been suspended recently, and the ...