As a followup to my last post (link) for creating a container with desktop environment in proxmox, i will try to share a solution i found in getting the sound to work. The solution came from the folks at Griffon’s IT Library: link Per the developers of the script: “The xRDP installer script can ease the installation of xRDP packages on Ubuntu machines. The xRDP installer script perform additional post configuration actions that provides the best remote Desktop user experience.” The sound problem appear to be a common issue with some users of ubuntu 19.10 and in xrdp as reported in this site . In any case, the script by Griffon provides a quick fix to the sound in xRDP on Ubuntu. I found that his quick fix works in LXC container too! Here are the steps: get latest download link of xrd-installer-1.2 from this website: cd opt wget http://c-nergy.be/downloads/xRDP/xrdp-installer-1.2.zip unzip xrdp* chmod +x xrdp-installer-1.2.sh create a new user if you don’t already have one: adduser...