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

preview_player
Показать описание
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
unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR
sudo systemctl restart xrdp
****************************************
Рекомендации по теме
Комментарии
Автор

Finaly after over 1 year in found the solution Thank you so much!🙏

ExbteHD
Автор

this video works 100%. especially the blank screen issue got resolved, after following the status. all while enabling ufw in ubuntu ensure that all others ports are allowed, or else ssh or something else will stop working. keeping the ufw firewall disabled. and in inactive state also works for rdp. I am using this way. also install gnome desktop for ubuntu. it solved my rdp issues..

ssmantri
Автор

If your are habing trouble. log out of ubuntu first then connect from pc

die-a-tone
Автор

How do you make sudo systemctl status xrdp close?

IsaacplayOF
Автор

If anyone got, state: degraded, try -> "sudo systemctl reset-failed"

mousex
Автор

can you transfer files from windows to linux using xrdp?

glycar
Автор

Black Screen situation Explained
As mentioned and explained, this situation will happen (or can happen) when the same user account is used concurrently locally and remotely. In other words, the problem is related to the fact that the same user account is already logged in locally and a remote connection is attempted at the same time. With xRDP software solution, a specific user account can be logged on either locally or remotely but not both….

The (Standard) Solution
To solve this issue, there is a simple fix. You need to ensure the account you are using to login via the remote desktop client is not currently logged on locally on the Ubuntu target machine. If this is the case, perform a logout operation as shown in the screenshot below….

RINEGANALQUIMISTA