CentOS 7
Sponsored Link

Desktop Environment : Connect to Windows with RDP2014/07/11

 
Connect to Windows machines with RDP ( Remote Desktop Protocol ). Install FreeRDP to do it.
[1] If you installed Desktop Environment, FreeRDP is already installed though, but if not, Install it like follows.
[root@dlp ~]#
yum -y install freerdp

[2] Input command on Desktop terminal like follows.
[cent@dlp ~]$ xfreerdp -g 800x600 -u Serverworld 10.0.0.100
connected to 10.0.0.100:3389
Password:   # password of the user
# -g [screen resolution]
# -u [username]
# [destination hostname or IP address]

[3] Just connected to Windows.
Matched Content