LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xfreerdp

Free RDP remote desktop client

TLDR

Connect to server
$ xfreerdp /u:[username] /p:[password] /v:[ip_address]
copy
Connect with audio
$ xfreerdp /u:[username] /p:[password] /v:[ip_address] /sound:sys:alsa
copy
Connect with dynamic resolution
$ xfreerdp /v:[ip_address] /u:[username] /p:[password] /dynamic-resolution
copy
Connect with clipboard
$ xfreerdp /v:[ip_address] /u:[username] /p:[password] +clipboard
copy
Ignore certificate
$ xfreerdp /v:[ip_address] /u:[username] /p:[password] /cert:ignore
copy
Connect with shared directory
$ xfreerdp /v:[ip_address] /u:[username] /p:[password] /drive:[path/to/directory],[share_name]
copy

SYNOPSIS

xfreerdp [OPTIONS]

DESCRIPTION

xfreerdp is a free Remote Desktop Protocol (RDP) client. It connects to Windows Remote Desktop servers and other RDP-compatible systems.Part of the FreeRDP project providing open-source RDP implementation.

PARAMETERS

/v: HOST

Server hostname or IP address
/u: USERNAME
Username for authentication
/p: PASSWORD
Password for authentication
/sound: DEVICE
Enable audio redirection
/dynamic-resolution
Enable dynamic resolution updates
+clipboard
Enable clipboard redirection
/cert:ignore
Ignore certificate warnings
/drive: PATH,NAME
Share local directory
/f
Fullscreen mode

INSTALL

sudo apk add freerdp2
copy
sudo zypper install freerdp2
copy

CAVEATS

Certificate warnings should not be ignored in production environments. Password visible in process list if specified on command line.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid