Kali Linux Remote Desktop May 2026

: Works out of the box—X2Go launches a new X session via SSH.

# Tunnel RDP over SSH ssh -L 3389:localhost:3389 kali@<kali-ip> Then connect RDP client to localhost . kali linux remote desktop

: XRDP uses TLS (self-signed cert) but best practice is still to tunnel over SSH or VPN. : Works out of the box—X2Go launches a