OnePAM Playground RDP — XRDP + Cinnamon desktop for testing PAM desktop session recording
270
Pre-configured XRDP server with Cinnamon desktop for testing privileged desktop session recording.
A fully functional remote desktop target designed for the OnePAM playground. Provides a familiar Windows-like desktop environment (Cinnamon) to demo and test RDP session recording, clipboard policies, and just-in-time credentials.
docker run -d --name playground-rdp \
-p 3389:3389 \
--shm-size 256m \
onepam/playground-rdp:latest
Connect with any RDP client (Microsoft Remote Desktop, Remmina, FreeRDP):
Host: localhost:3389
Username: demo
Password: demo
| Variable | Description | Default |
|---|---|---|
DEMO_USER | Username for the demo account | demo |
DEMO_PASSWORD | Password for the demo account | demo |
This image runs a full desktop environment. Recommended minimums:
| Resource | Minimum | Recommended |
|---|---|---|
| Memory | 1 GB | 2 GB |
| CPU | 1 core | 2 cores |
| Shared memory | 128 MB | 256 MB |
This image is part of the OnePAM Playground — a suite of isolated demo targets:
| Image | Protocol |
|---|---|
| onepam/playground-ssh | SSH |
| onepam/playground-rdp | RDP |
| onepam/playground-postgres | PostgreSQL |
| onepam/playground-mysql | MySQL |
| onepam/playground-http | HTTP |
Full documentation: https://onepam.com/docs
Proprietary — https://onepam.com/terms
Content type
Image
Digest
sha256:9dc541366…
Size
526.5 MB
Last updated
6 months ago
docker pull onepam/playground-rdp