Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tiny Alpine desktop with "headless" VNC/RDP session and arm support

Notifications You must be signed in to change notification settings

soffchen/tiny-remote-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

Alpine docker container image with "headless" VNC/RDP environments

Installed with the following components:

  • Desktop environment Fluxbox
  • xrdp server (default RDP port 3389)
  • vnc server (default VNC port 5901)
  • noVNC - HTML5 VNC client (default http port 6901)
  • Browsers:
    • Chromium
    • Firefox

Current provided OS & UI sessions:

  • soff/tiny-remote-desktop: Alpine with Fluxbox UI session

Usage

  • Run command with mapping to local port 5901 (vnc protocol) and 6901 (vnc web access):

    docker run -d -p 5901:5901 -p 6901:6901 soff/tiny-remote-desktop
    
  • Run command with mapping to local port 3389 (rdp protocol):

    docker run -d -p 3389:3389 soff/tiny-remote-desktop
    
  • Run command with mapping to local port 5901 (vnc protocol) and 6901 (vnc web access) with access password:

    docker run -d -p 5901:5901 -p 6901:6901 -e VNC_PASSWORD="vncpassword" soff/tiny-remote-desktop
    
  • Run command with mapping to local port 5901 (vnc protocol) and 6901 (vnc web access) with specific resolution:

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

Hints

1) No start menu?

Just right click on desktop, the start menu will pop up.

About

Tiny Alpine desktop with "headless" VNC/RDP session and arm support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /