Create user and input password
sudo adduser <user>
Add user group so they can remote to desktop
sudo adduser <user> tsusers
Add user to group so they can work with KVM
sudo adduser <user> libvirtd
Add user to sudo so they can add vlans
sudo adduser ,user> sudo
Create .xsession file for the user
su -<user>
echo xfce4-session>.xsession