alpine-xfce4-xrdp icon indicating copy to clipboard operation
alpine-xfce4-xrdp copied to clipboard

alpine linux xfce4 with rdp server

About

Alpine linux xrdp server with xfce4 rdp server with vlc and chromium. The xrdp audio is working and everything runs unprivileged. Sessions run in firejail for security. Chromium sandbox is disabled.

Start the server

docker run -d --name rdp --shm-size 1g -p 3389:3389 danielguerra/alpine-xfce4-xrdp

Connect with your favorite rdp client

User: alpine Pass: alpine

Change the alpine user password

docker exec -ti rdp passwd alpine

Add users

docker exec -ti rdp adduser myuser