Thursday, June 23, 2016

Install XRDP on Ubuntu 16.04

Same as the Steps for Ubuntu 14.04. Additionally create following symbolic links:
  • /usr/sbin/xrdp-sesman -> /usr/local/sbin/xrdp-sesman
  • /usr/sbin/xrdp -> /usr/local/sbin/xrdp
Configure xrdp to start automatically during startup:
  • systemctl enable xrdp.service
Start xrdp  service:
  • systemctl start xrdp.service
Optionally, if you want to launch mate after login:
  • echo mate-session > ~/.xsession
  • While logging into rdp, select "Session Manager: option in the dropdown for session

No comments:

Post a Comment