Posted: . At: 8:53 PM. This was 7 years ago. Post ID: 10207
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

Connect to a Debian 8.0 machine over RDP with xrdp.

Using xrdp on Debian to allow remote desktop connections from a Windows machine is very easy. I wanted to connect to a Debian 8.0 instance running in VMware from a Windows 7 installation.

Firstly, I installed xrdp on Debian.

root@debian:/home/jason# apt install xrdp

Then I had to run this command to setup my .xsession file.

echo "gnome-session-fallback" > ~/.xsession

And after setting up the networking in bridged mode, I could connect to the Debian instance over RDP.

Connected to a Debian instance over RDP.
Connected to a Debian instance over RDP.

That is how easy it is to connect to a Debian machine over Remote Desktop Protocol.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.