rustdesk / rustdesk-server

RustDesk Server Program

Home Page:https://rustdesk.com/server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no shell in latest version? (docker exec -ti hbbr /bin/bash not possible)

kangaroo72 opened this issue · comments

I'm unable to enter the containers hbbr/hbbs in the latest version from rustdesk-server
Is it a bug or a feature?

a feature: it reduces attack surface.
The "classic" docker images are based on "scratch" images, which means there's practically zero overhead. We can do that because Rustdesk Server binaries are statically linked and don't need extra dependencies.
If for some reason a Rustdesk Server binary gets compromised/used to get into the server, there's no other binary in that image to exploit, so the effectiveness of the attack is greatly reduced.

you should start an easy tutorial to start our own rustdesk-server. this week rustdesk was totally unuseable for the servers (2) being offline. i thought it was because of my router-configuration but no! it was your servers.

I never used the public servers. This is the biggest advantage of RD - the selfhosted way.
Months ago, I used the native way, but today I'm using the docker-compose.yml
The guide is okay. All you need, is here