xRDP An open source remote desktop protocol(rdp) server.
Based on the work of FreeRDP and rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user.
This worked for me with following Steps !
Step 1 – Install xRDP
sudo apt-get update
sudo apt-get install xrdp
Step 2 – Install XFCE4
sudo apt-get install xfce4
Optional, recommended by Neal, install XFCE4 terminal and 2 icons sets:
# Install XFCE4 terminal (way better than xterm)
sudo apt-get install xfce4-terminal
# Install icon sets
sudo apt-get install gnome-icon-theme-full tango-icon-theme
Step 3 – Configure xRDP
In this step we modify 2 files to make sure xRDP uses xfce4.
First we need to create or edit our .xsession file in our home directory.
We can either use nano or simply redirect an echo statement (easier):
echo xfce4-session >~/.xsession
nano /etc/xrdp/startwm.sh
The content should look like this (pay attention to the last line):
#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
Step 4 – Restart xRDP
sudo service xrdp restart
Now you can access your Machine Remotely !
From Windows Machine give try with Win+r and type mstsc:

Type user name and password :
