Linux

Remote desktop from windows to linux with xRDP / fix black screen



How to remote desktop from windows 10 to linux
xRDP and fix black screen in the background

Commands
*************************************
sudo apt install xrdp -y
sudo systemctl enable xrdp
sudo systemctl restart xrdp
sudo systemctl status xrdp
sudo adduser xrdp ssl-cert
sudo ufw enable
sudo ufw allow 3389/tcp
sudo ufw reload
sudo ufw status
sudo ip -br a
sudo vim /etc/xrdp/startwm.sh
unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR
sudo systemctl restart xrdp
****************************************

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button