Sign inSign up

ich777/rustdesk-server-aio

By ich777

Updated 2 months ago

Image
8

100K+

ich777/rustdesk-server-aio repository overview

RustDesk Server AiO (self-hosted version) in Docker optimized for Unraid

Self-host your own RustDesk Server, it is free and open source.

This container includes both the RustDesk Server and the RustDesk Relay in one and starts it (self-hosted version).

Env params

NameValueExample
HBBS_ENABLEDThe server needs by default the following ports to work properly: TCP: 21115, 21116, 21118 UDP: 21116true
HBBS_PARAMSEnter your extra start up parameters for the server here if necessary.empty
HBBR_ENABLEDThe relay needs by default the following ports to work properly: TCP: 21117, 21119true
HBBR_PARAMSEnter your extra start up parameters for the relay here if necessary.empty
UIDUser Identifier99
GIDGroup Identifier100
DATA_PERMData permissions770
UMASKSet permissions for newly created files000

Run example

docker run --name RustDeskServer-AiO -d \
    -p 21115-21119:21115-21119 21116:21116/udp -p  \
    --env 'HBBS_ENABLED=true' \
    --env 'HBBR_ENABLED=true' \
    --env 'UID=99' \
    --env 'GID=100' \
    --env 'DATA_PERM=770' \
    --env 'UMASK=000' \
    --volume /path/to/rustdesk-server:/rustdesk-server \
    --restart=unless-stopped\
    ich777/rustdesk-server-aio

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/

Tag summary

Content type

Image

Digest

sha256:fa2f390e2

Size

51.2 MB

Last updated

2 months ago

docker pull ich777/rustdesk-server-aio