Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kangaroo72 opened this issue Jan 31, 2024 · 11 comments
Open
Labels
bug Something isn't working

Comments

@kangaroo72
Copy link

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

@kangaroo72 kangaroo72 added the bug Something isn't working label Jan 31, 2024
@paspo
Copy link
Contributor

paspo commented Feb 1, 2024

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.

@hueldoeu
Copy link

hueldoeu commented Feb 3, 2024

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.

@kangaroo72
Copy link
Author

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

@hueldoeu
Copy link

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

can i use your server so far until i have set up my own?

@kangaroo72
Copy link
Author

Sorry, I don't want to use my server for public reasons.

@hueldoeu
Copy link

Sorry, I don't want to use my server for public reasons.

would you help me through skype and any remote desktop software? i can pay you.

@kangaroo72
Copy link
Author

Where're you comin' from? I'm planning a guide in german. Maybe this will help you?
What Operating System/Hardware are you using?

@hueldoeu
Copy link

hueldoeu commented Feb 19, 2024

Where're you comin' from? I'm planning a guide in german. Maybe this will help you? What Operating System/Hardware are you using?

yes germany. Windows Server 2022. ryzen 7900x. 64 gb ram. i can use the same system with win10/11 too.

@kangaroo72
Copy link
Author

kangaroo72 commented Feb 19, 2024

Hmm... I don't have a glue from a windows-setup. Is there a running docker-system?
If so, U should use the yml-file above. But there're are various things. Maybe dyn-dns e. g.
Too many unknown variables, sorry.
I'm working only on Linux/Mac.
My guide is planned for Linux.

@hueldoeu
Copy link

Hmm... I don't have a glue from a windows-setup. Is there a running docker-system? If so, U should use the yml-file above. But there're are various things. Maybe dyn-dns e. g. Too many unknown variables, sorry. I'm working only on Linux/Mac. My guide is planned for Linux.

ok then. write it for linux, i will adapt it to the newest linux mint.

@kangaroo72
Copy link
Author

kangaroo72 commented Feb 19, 2024

I don't know when I'm writing (I'm very busy). But the most important is the yml-file above.
I will not explain, how to setup docker, 'cause it takes too much time to explain from scratch.
If you know how to run docker and how to open ports, that's it.
Btw. Mint is only a Ubuntu with GUI. RD-Server usually runs headless.

Repository owner deleted a comment from hueldoeu Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants