Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure XRDP server in CentOS

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

In this issue, the editor will bring you about how to configure the XRDP server in CentOS. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article.

The first step is to install the fedora source

1. Because CentOS 6.3 does not have a XRDP server by default.

The code is as follows:

[root@s ~] # wget http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm

[root@s] # rpm-ivh epel-release-6-5.noarch.rpm

[root@s ~] # yum clean all

Step 2 install the xrdp server and start

The code is as follows:

[root@s ~] # yum install xrdp

[root@s ~] # service xrdp start

[root@s ~] # netstat-tnlp | grep xrdp

Tcp 0 0 127.0.0.1 3350 0.0.0.0 * LISTEN 1415/xrdp-sesman

Tcp 0 0 0.0.0. 0 3389 0.0.0. 0. 0. 0.

You can see that port 3389 is opened, and port 3389 can be a favorite of windows hackers. I didn't expect that it can also be used on linux.

Step 3 client connection

1. I use windows xp to connect here.

two。 I am used to using keyboard shortcuts, the WIN key on the keyboard (the Microsoft icon) + r key, bring up the run dialog box, type mstsc to call up the windows remote Desktop connection.

3. Enter your server address (this is www.e2fsck.org):

July 12, 2012-ksharp_dabu-ksharp_dabu 's blog

4. Enter the system account number and password

July 12, 2012-ksharp_dabu-ksharp_dabu 's blog

5. Then the following box will appear, which will automatically exit after a few seconds, and then enter the linux desktop.

This is how to configure the XRDP server in the CentOS shared by the editor. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report