Slider[Style1]

Style2

Style3[OneLeft]

Style3[OneRight]

Style4

Style5

Centos 6 - Connect to Windows with RDP

Connect to Windows machines with RDP ( Remote Desktop Protocol ). Install FreeRDP to do it.

Set Remote Desktop setting on Windows first.

  • Install FreeRDP.


[root@dlp ~]# yum -y install freerdp

  • Start X and input command like follows.



[cent@dlp ~]$ xfreerdp -g 800x600 -u Serverworld 10.0.0.100
connected to 10.0.0.100:3389
Password:   # the password of the user
# -g [screen resolution]
# -u [username]
# [destination hostname or IP address]



  • Just connected to Windows.






Top