0

I have purged realvnc-vnc-server. I have loaded xrdp At this point nothing appear but instructions say that the xrdp server is supposed to run automatically in the background. How do I access it?

Ghanima
  • 15,958
  • 17
  • 65
  • 125
Ken L
  • 1
  • 1

2 Answers2

1

xrdp is a server, it is not supposed to display anything. You need to connect to it (from another computer) using an RDP client such as rdesktop or freerdp.

Dmitry Grigoryev
  • 28,277
  • 6
  • 54
  • 147
1

Try the command:

 sudo startx 

This should start the xrdp server desktop and then you can connect to it.

zenofall
  • 11
  • 3