> For the complete documentation index, see [llms.txt](https://breakpoint-journal.gitbook.io/breakpoint/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://breakpoint-journal.gitbook.io/breakpoint/tools/freerdp.md).

# FreeRDP

`xfreerdp` is a command-line tool for opening RDP sessions from Linux and other Unix-like systems to Windows hosts and other machines that expose RDP.

## Installation

{% code title="" %}

```bash
sudo apt install freerdp3-x11
```

{% endcode %}

## Troubleshooting

{% code title="" %}

```bash
sudo apt update --alow-releaseinfo-change
sudo apt install freerdp3-x11 --fix-missing
```

{% endcode %}

## Usage

{% code title="" %}

```bash
xfreerdp3 /v:10.10.33.44 /u:Administrator
```

{% endcode %}

If you install [VcXsrv](https://sourceforge.net/projects/vcxsrv/) you can increase the size of the RDP windowpane.
