PDA

View Full Version : Cant get RDP working Kali 2023.2



keithc1971
2023-07-11, 19:04
I am desperate here trying to get RDP enabled within Kali 2023.2 Hyperv Image fresh install. The 3389 port will not come up in a listening state now matter what I have tried to do. I can connect SSH 22 no problem I just cannot get RDP to work as I'd like to use RDP from muy windows 11 system to manage this distro rather than having to be on hyperv manager. Nothing happens when trying to RDP into it and ive done this successful in previous kali 2021

apt-get update
apt-get upgrade
apt-get install xrdp
systemctl start xrdp
systemctl start xrdp-sesman


systemctl enable xrdp
systemctl enable xrdp-sesman

Jenner
2024-01-09, 21:07
Try this command:
sudo apt service xrdp start
sudo apt service xrdp-sesman start
sudo apt update-rc.d xrdp enable