davecwright3 / wsl-linux-de

Get a working DE on WSL
GNU General Public License v3.0
14 stars 3 forks source link

RDP fails on 3389 #2

Closed sjenart closed 2 years ago

sjenart commented 2 years ago

Please consider to switch to 3390 instead of 3389 to avoid windows RDP error.

just add this line to your script : sudo sed -i 's/3389/3390/g' /etc/xrdp/xrdp.ini

davecwright3 commented 2 years ago

Thanks for the suggestion. I hadn't considered the clash with Windows' own RDP server. See 5d6f841