Establishing Remote Desktop Connections
Linux
You have several client options when connecting through RDP:
- Remmina
- KRDS
- Freerdp2-x11
Among these, only freerdp2-x11 offers multi-monitor support.
To connect with multiple monitors:
Installing freerdp2-x11 on a DaDesktop Private Node (ddpn)
sudo apt install freerdp2-x11
Establishing a Connection to Your Work Desktop
xfreerdp /multimon /u:dadesktop/v:zh4cn.npg.io:16666
Ending the Session
CTRL+ALT+Enter
or
Windows Start Menu > Log Off -> Disconnect
Redirecting Sound and Microphone
xfreerdp /multimon /u:dadesktop/v:zh4cn.npg.io:16666 /microphone:sys:alsa /sound:sys:alsa
xfreerdp /multimon /u:dadesktop/v:10.0.3.4 /microphone:sys:alsa /sound:sys:alsa /gfx +window-drag -compression -sec-rdp -sec-tls -encryption /gdi:hw /video
