rdesktop Command Examples

Remote Desktop Protocol client. It can be used to connect the remote computer using the RDP protocol. More information: https://manned.org/rdesktop.

rdesktop -u {{username}} -p {{password}} {{host:port}}

rdesktop -u Administrator -p passwd123 192.168.1.111:3389

rdesktop -u {{username}} -p {{password}} -f {{host:port}}

rdesktop -u {{username}} -p {{password}} -g 1366x768 {{host:port}}

rdesktop -u {{username}} -p {{password}} -d {{domainname}} {{host:port}}

rdesktop -u {{username}} -p {{password}} -a 16 {{host:port}}