RedHat6 using xrdp remote interface Login

Source: Internet
Author: User
Tags remote desktop access windows remote desktop
Install xrdp in RedHatLinux6 and log on directly using Windows Remote Desktop Connection. The following describes the implementation method: Step 1: Download the source code package and install some dependent software to download the xrdp source code package wgethttp: // Samples

Install xrdp in RedHat Linux 6 and log on directly using Windows Remote Desktop Connection.

The following describes the implementation method:

Step 1: Download the source code package and install some dependent software to download the xrdp source code package.

Wget http://downloads.sourceforge.net/project/xrdp/xrdp/0.6.0/xrdp-v0.6.0.tar.gz

Check whether the system has the dependent packages gcc, pam-devel, openssl-devel, and libtool. Directly install yum online. (Depending on the situation)

Step 2: Install the xrdp unzip installation package:

Tar-xzvf xrdp-v0.6.0.tar.gz

Go to the installation package directory to compile and install the: cd xrdp-v0.6.0

./Bootstrap

./Configure

Make

Make install (run as root)

Note: If the installation is incorrect, install the corresponding dependency package based on the error message.

Step 3: Configure xrdp

Modify the configuration file/etc/xrdp. ini and set the port value in [globals] To 6666.

Start xrdp #/etc/xrdp. sh start

Restart xrdp #/etc/xrdp. sh restart

Restart your computer: shutdown-r now

Directly use windows Remote Desktop Connection and enter 192.168.76.201: 6666

Note: Client connection failure may be caused by firewall interception. Add a policy (modify the configuration file/etc/sysconfig/iptables, copy a 22 port configuration, and modify the port to 6666, then restart the Firewall service iptables restart) or stop the firewall (service iptables stop) to connect successfully.

Enable xrdp to automatically start upon startup:

# Edit vi/etc/rc. local and add:

/Etc/xrdp. sh start

Use xrdp to implement Windows Remote Desktop Ubuntu Linux http://www.linuxidc.com/Linux/2015-05/117835.htm

Install XRDP http://www.linuxidc.com/Linux/2012-07/64802.htm for Windows Remote Desktop Access Ubuntu 12.04

For more information about RedHat, see RedHat topic page http://www.linuxidc.com/topicnews.aspx? Tid = 10

This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-07/119776.htm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.