Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 537 Bytes

Readme.md

File metadata and controls

30 lines (19 loc) · 537 Bytes

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