Skip to content

Install xrdp on ubuntu

Sascha Effert edited this page Apr 4, 2013 · 1 revision

as root:

    apt-get update && apt-get install xrdp subversion
    svn co svn://server1.xrdp.org/srv/svn/repos/main/x11rdp_xorg71
    cd x11rdp_xorg71
    sh buildx.sh /usr
    /etc/init.d/xrdp restart

as user:

    touch ~/.Xauthority
    chmod 600 ~/.Xauthority
    log in with module "sesman-X11rdp"
Clone this wiki locally