huapox / alpine-xfce4-xrdp

alpine linux xfce4 with rdp server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

alpine linux xfce4 with rdp server


Languages

Language:Dockerfile 53.1%Language:Shell 46.9%