💾 Archived View for darknesscode.xyz › linux › freerdp-client.gmi captured on 2022-06-03 at 22:43:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
If you need to connect to a remote desktop (windows machine) to do whatever you need to do...
FreeRPD is a lightweight and simple cli RPD client (this is not a server)
Arch Linux
sudo pacman -S freerdp
Debian
sudo apt install freerdp
Void Linux
sudo xbps-install freerdp
When the installation is done, in your terminal run
freerdp /u:username /p:password /v:remote_ip_or_domain
Here is a short list of the options that i use when i need it
Local Network
xfreerdp /bpp:8 /compression -themes -wallpaper /async-update /async-input /u:USER /p:PASS /v:192.XXX.X.XXX &
Remote Network (if you have a windows VM or public ip address)
xfreerdp /bpp:8 /compression -themes -wallpaper /async-update /async-input /u:USER /p:PASS /v:mydoming.xyz &
The & symbol at the end i use it to run the process in the background
----------
----------
© DarknessCode