I was able to get Remote Desktop working with Kali 2020.3


sudo adduser <new username> # Not really required, see further down.
sudo apt-get update
sudo apt-get install xrdp
sudo systemctl...