This article reproduced: http://www.cnblogs.com/edgexie/p/6527992.html
See a lot of tutorials on the Internet for Windows Remote Desktop Connection Raspberry Pi. I also follow the tutorial tried, met a few pits. Deliberately recorded in this.
Say the right steps first.
1. tightvncserver!!! must be installed first
sudo apt-get install Tightvncserver
2. Install the XRDP service again.
sudo apt-get install XRDP
3. If the firewall is UFW, open the Remote Desktop Access port on the server
sudo ufw allow 3350
4. Restart Two services
sudo service UFW restartsudo service xrdp restart
And look at the problems I've encountered:
1. Half a day not even on the Raspberry Pi.
Cause: The 3389 port on the Raspberry Pi may not be open. Refer to the third article above!
2. Enter the correct user name and password, because the problem has been handled by the master, No. But the error keyword is displayed: xrdp problem connecting.
Google for a half day, found that Tightvncserver is not installed. Many friends although the installation of Tightvncserver, but the installation sequence is incorrect. Remember to install Tightvncserver First, then install XRDP. This issue is referred to https://ubuntuforums.org/showthread.php?t=1314336
Raspberry Pi Route (024)-Windows Remote Desktop Connection Raspberry Pi via xrdp service (RPM)