Using FREERDP to connect Windows Remote Desktop under Linux

Source: Internet
Author: User
Tags windows remote desktop freerdp

Brief introduction

FREERDP is an open source Remote Desktop system that supports a variety of platforms, and the use of FREERDP in Ubuntu makes it easy to log in to Windwos Remote Desktop.

Installation
sudo apt-get install freerdp
Use
xfreerdp -f host:port -u username -p password

Parameters:

    • -F: Indicates full screen (the shortcut key to toggle fullscreen is: Ctrl + Alt + Enter)

    • Host: Remote server address

    • PORT: The default is 3389

    • -u username: User Name

    • -p Password: password

For example:

xfreerdp -f 192.168.1.10 -u administrator -p 123456

Indicates Remote Desktop to 192.168.1.10

Common plugins

FREERDP provides a lot of plugins

Here are some of the plugins I used more often:

Cliprdr (open paste function)

--plugin cliprdr

For example:

--plugin cliprdr 192.168.1.10 -u administrator -p 123456

RDPDR (Turn on local folder mapping to remote server disk feature)

--plugin rdpdr --data disk:<Name>:<Path> --

For example, use local/home/username/share as a shared folder:

--plugin rdpdr --data disk:username:~/share -- 192.168.1.10 -u administrator -p 123456

Using FREERDP to connect Windows Remote Desktop under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.