Skip to content

TiFaBl/alpine-xfce4-xrdp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 53.2%
  • Shell 46.8%