Amazon Deals

May 29, 2013

Remote desktop from Windows 7 / 8 to Ubuntu.

In general, we all are familiar to remote desktop protocol from Windows to Windows machine by "mstsc" and Ubuntu to Windows by "rdesktop ip_address -f" (condition: for full screen). Today, I would like to share "How to remote desktop from Windows 7 / 8 to Ubuntu".

Desktop Sharing in Ubuntu does not support RDP (remote desktop protocol ),so we need to install xrdp to allow connection from Windows 7 / 8  Remote Desktop.

1. Install xrdp in ubuntu. Open a terminal by pressing CTL+ALT+t, then run below command
 
   sudo apt-get install xrdp
 
2. Open Remote Desktop Connection in Windows 7.(click Start button,then search “remote” in search box)
 
 
 
3. Input the host name or IP address of your Ubuntu machine ,then click Connect
 


 



4. Input your username and password of Ubuntu ,then click Ok to connect
 
 
 



5. You have done, enjoy 
 
 
 
 



You can also stop the service from below command:
 


sudo service xrdp stop
 
 
It is tested on Windows 7 and 8 and Ubuntu 10.04 and 12.04 also. 


 

No comments: