## Overview This Tutorial is on how to build a custom LXC template with a desktop environment and audio working in xrdp. This method can be used to build custom templates with or without GUI desktop. Building custom template will take less than 30 minutes, mostly for downloading new software. Go to section * [Introduction](#introduction) * [Installing apps and tools](#installing-apps-and-tools) * [Installing GUI desktop Environment](#installing-gui-desktop-environment) * [Fixing the sound output](#fixing-the-sound-output) * [Creating LXC template](#creating-lxc-template) * [Conclusion ](#conclusion ) * [References](#references ) *** ## Introduction Creating custom templates with your favorite software and settings will save you time when deploying new containers because you don't have to keep changing, updating and installing the same software on each new container. In the example below, after installing the desktop environment the template size was 690M. I hope thi...