diff --git a/pages/linux/xfreerdp.md b/pages/linux/xfreerdp.md index b236a68441..7c80654166 100644 --- a/pages/linux/xfreerdp.md +++ b/pages/linux/xfreerdp.md @@ -6,3 +6,7 @@ - Connect to a FreeRDP server: `xfreerdp /u:{{username}} /p:{{password}} /v:{{ip_address}}` + +- 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}}`