Forrest logo
tool overview
On this page you find all important commands for the CLI tool xfreerdp. If the command you are looking for is missing please ask our AI.

xfreerdp

xfreerdp is a command line tool that enables remote desktop connections from a Linux machine to a Windows-based computer. It allows users to access and control a remote Windows desktop environment through a secure connection. With xfreerdp, users can perform tasks on a remote Windows machine as if they were physically present at the computer. It supports various authentication methods, including username and password, smart card, and network level authentication. xfreerdp also has options for audio and video redirection, clipboard sharing, printer redirection, and file transfer between the local and remote machines. It supports multiple protocols such as RDP (Remote Desktop Protocol), VNC (Virtual Network Computing), and RemoteFX, providing flexibility in connecting to different types of remote servers. xfreerdp offers advanced settings for customizing the remote desktop experience, making it a versatile and powerful command line tool for remote desktop connections.

List of commands for xfreerdp:

  • xfreerdp:tldr:03a1f xfreerdp: Connect to a FreeRDP server with clipboard redirection.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} +clipboard
    try on your machine
    explain this command
  • xfreerdp:tldr:061ac xfreerdp: Connect to a FreeRDP server.
    $ xfreerdp /u:${username} /p:${password} /v:${ip_address}
    try on your machine
    explain this command
  • xfreerdp:tldr:4522f xfreerdp: Connect to a FreeRDP server and activate audio output redirection using `sys:alsa` device.
    $ xfreerdp /u:${username} /p:${password} /v:${ip_address} /sound:${sys:alsa}
    try on your machine
    explain this command
  • xfreerdp:tldr:5dc5b xfreerdp: Connect to a FreeRDP server with dynamic resolution.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} /dynamic-resolution
    try on your machine
    explain this command
  • xfreerdp:tldr:9a3ff xfreerdp: Connect to a FreeRDP server with a shared directory.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} /drive:${path-to-directory},${share_name}
    try on your machine
    explain this command
  • xfreerdp:tldr:a0492 xfreerdp: Connect to a FreeRDP server ignoring any certificate checks.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} /cert:ignore
    try on your machine
    explain this command
tool overview