Sign inSign up

soff/tiny-remote-desktop

By soff

•Updated 6 months ago

Lightweight headless VNC/RDP desktop environment based on Alpine Edge.

Image
20

50K+

soff/tiny-remote-desktop repository overview

⁠Tiny Remote Desktop

Lightweight headless VNC/RDP desktop environment based on Alpine Edge. Image size ~685MB.

⁠Components

  • Desktop environment: Fluxbox⁠
  • xRDP server (port 3389)
  • VNC server x11vnc (port 5901)
  • noVNC⁠ - HTML5 VNC client (port 6901)
  • Browser: Firefox
  • Chinese font: WenQuanYi Zen Hei

⁠Usage

Start all services (VNC + noVNC + RDP):

docker run -d -p 5901:5901 -p 6901:6901 -p 3389:3389 soff/tiny-remote-desktop

With VNC password:

docker run -d -p 5901:5901 -p 6901:6901 -p 3389:3389 -e VNC_PASSWORD="your_password" soff/tiny-remote-desktop

Custom resolution:

docker run -d -p 5901:5901 -p 6901:6901 -p 3389:3389 -e RESOLUTION=1600x1200 soff/tiny-remote-desktop

⁠Connection

ProtocolAddressNotes
noVNC (browser)http://localhost:6901No client needed
VNClocalhost:5901Use any VNC client
RDPlocalhost:3389Use any RDP client

⁠Tips

Right-click on desktop to open the application menu.

Tag summary

Content type

Image

Digest

sha256:f1abd0ab7…

Size

267 MB

Last updated

6 months ago

docker pull soff/tiny-remote-desktop