I have just renewed my TeamViewer License a few days ago. But I am still happy to know it was the last time. THANK YOU for making me discover this great software, and your channel.
Been using this for months, it's a really great piece of software. Performance is insanely good, and it deals really well with multi monitor setups too compared to other tools i've used. no matter if from mobile or laptop, it just does the job really well.
Timing is everything! Love your videos and thanks for mentioning in the discord group. I cant wait to follow your step by step instructions this weekend when i have some downtime. Remotely is still awesome and with Rustdesk, a killer combination to have in my toolbox. Thank you Brian.
Glad to find something similar to TeamViewer with a relay server I can host myself. There's still some kinks in the Android package regarding hostname resolution and private DNS. That aside, this is on the top of my list regarding new self hosted software.
Glad it's a solid option. Make sure to let the dev team know about the Android issues, and let them know you appreciate their efforts with a Github star, a nice comment, etc.
I REALY like the way you explain every command. Most tutorials just say "Paste whatever there is in description and hope I am not trying to destroy your system" ;) Not everyone who will install this is using Linux every day and they may not know what the -R means or why you need to put "username:group" in a command etc.
Opposite for me. I figure if you don't know about the chown command, SSH keys or Docker, you probably shouldn't be fiddling around with something like this app. Really could have skipped that stuff.
@@shineymcshine And people are suposed to learn how? Those kind of videos that show you in practice how to use something and explain why something happens step by step are best for learning. And most of the time when you ask Linux related question on a forum you et one of 2 answers: 1. Use man 2. Google it ;)
@shineymcshine you really could have skipped that stuff. RUclips provides you the tools to do so. Meanwhile those who need to see that stuff, can see that stuff because he takes the time to put it in as content.
I love your videos, thank you. I don't follow all of your instructions, but I watch what you do and see the features and if it is what I need or just want. I add it to my lab. Thank you for all of this. As being a sysadmin and searching for good softwares is hard to come by. But you show some of the best if not the best. Thank you.
Love MeshCentral. I feel like MeshCentral serves a slightly different purpose to RustDesk. RustDesk to me is more client support (like call in and get someone connected), vs. MeshCentral which is really Remote Machine Management.
@@AwesomeOpenSource Yeah, thats true, but I treat most of my clients computers as managed machines. I install meshcentral just with the desktop access prompt. Most of my clients are either elderly people who just want it to be as easy as possible and fully trust me with technically always having access to their machine. And I obviously also have business customers and there I remotely manage all there machines anyways
Nice! Looks the best alternative to TeamViewer so far. Looks exactly like TV. I'm looking for a solution hybrid between TV and Remotely. Where I and my coworkers can access their machines remotely. Like, having a dashboard as in Remotely and at the same time allowing people to connect using ID and Password.
This is definitely a great option. Make sure to check out the show notes for the Security aspects, so you can get everything setup properly and keep your machines safe.
Been using nightly for a while now, because I had key repeat issues using linux as controlling side. I was surprised at how well it works with Android. Total control. Works great.
You can also enable direct IP access - and you don't need your own server for "local" connections over your local network. You are using IP address instead of ID during connection. I'm using this to manage kids computers around the house. But sometimes things don't work as expected - for example pressing enter or backspace doesn't work for some remote applications. Anyway perfect piece of software!
Indeed for local it's even easier if you want it to be. I wanted to show the full server setup as it's helpful for folks who may need to access machines when away from home, for family, etc. But direct IP is absolutely possible as well.
Glad you like the video. You can certainly use a reverse proxy for this if the proxy can deal with ports outside of 80 and 443. In my case, I just port forwarded on my home router to the vm I run this on in docker.
Later versions of Docker Compose use 'docker compose' (with a space) instead of 'docker-compose', so if you're having trouble starting the server, try a space instead of a hyphen.
Indeed they do. This video is getting a bit old now, so was still using the older version at this point. Good news is I'll be doing an update video on Rustdesk soon.
Just tested the Windows client and it looks like it first runs as a portable app, with the in-app option to fully install it. Great for one-off assistance tasks.
There's problems with your installer, as of 2022-07-10 working from the net-installer version of Debian 11.3. 1> Need to make sure lsb-release is installed. 2> Need to make sure sure curl is installed. 3> I don't know if I ran into Portainer problems because of the above issues, but I had to restart portainer by running [ docker stop {id} ] then [ docker start {id} ] as root. (Later I find out that there's some kind of timer on the initial setup even before getting logged in for the first time which kills the portainer instance)
Brilliant! I installed into my debian linode vps, works like a charm! I haven't used the script because I already had docker, just manually installed compose and adjust the iptables rules. Thank you, veeeeeeery useful!!!! The footprint is very low, my vps has only 1 core and 1 Gb RAM, no need for more. The advantage is the vps bandwith which is like 5 gbps. So, in order to use an encrypted connection I suppose that the key should be used into both clients, right? Thanks again man!
Glad it's working, make sure to check out the folow up I just release on the security side. I didn't go into enough detail on the first video, and people have mentioned it in the comments, so make sure to check it out.
Hey looking at your setup can I ask about the KDE middle sitting bottom bar... How did you set that up .....also the system monitor you have in the main bar, can you point me in the direction of what that is
The system monitor was a widget I added. I think it was just in the main widgets list for taskbar widgets. The centered task bar icons was just editing the taskbar, and adding a spacer to the left and right of the taskbar. This forces it to center essentially.
This needs some protections against being used by scammers. For instance it should tell users where the person connecting is located. And it should _not_ have features such as blanking the user's screen or disabling their mouse and keyboard.
Yes it should. Working remotely to fix problems and the last thing needed is the end user jumping in. I've had countless times when I haven't disabled end user input (teamviewer feature) and the customer jumps on and starts doing stuff. Just because a feature can be abused doesn't mean it shouldn't be there.
I agree with both of these ideas. Yes, it sucks that scammers can also use these tools, but I love that these tools are available. Best thing to do is make the suggestion for enhancement on the Github for Rustdesk.
It is indeed. I have had no issues with it so far on a Kubuntu 22.04 system, but haven't tried it on any others yet. I know some folks have reported some problems, but I hope they'll continue to refine it and make it available.
I've had no problem whatsoever with the setup and the connection is pretty fast, I shall say. I've tried (almost) all of the commercial RDP tools that are out there, but this particular open source software suits my needs in the best way possible. thank you for uploading this video, you're a great man!
AFAIK you need to specify a key in your relay settings for it to use encryption. From the docs: "If you did not fill in the Key: (the content in the public key file id_ed25519.pub) in the previous step, it does not affect the connection, but the connection cannot be encrypted."
That’s correct, I believe I say that in the video at some point as well. I don’t show the file, but did mention it when talking about the client fields.
@@AwesomeOpenSource Could you do a very short video on the encryption piece? The example in the RustDesk Manual does not look like the data in the pub file
This is way better than Remotely. Gonna give it a shot. The only thing I see that it doesn't have is unattended access. Edit: I've contacted the developer to see if they could do a modified version of the Rustdesk exe for Windows to auto-connect to my server instead of explaining to everyone how to change the connection server. Also, there is no way I see to do actions on the remote computer like Ctrl + Alt + Del.
Yeah you can just remember the password for the machine or enter it each time. And at the top there are some special actions in a lightning bolt icon I believe, when you are connected.
@@AwesomeOpenSource have you figured out the Address Book yet? It asks for a username and password, yet I don't have it. There is nothing on their website about either.
This is cool. Hopefully, it gets even faster with a better compression algorithm. Supporting multiple monitors would be great. Thanks for sharing the video.
Hi. Thanks to you, I am using RustDesk to help my family and friends. I like to step up now and I have signed up for the Oracle cloud free tear. I installed ubuntu and installed Rust desk self hosted. However, since I like to use that Oracle server for more services and docker stacks, I like to use Nginx Reverse Proxy. The situation I have now is that I dont know how to forward all the needed ports also for the security part of it. Any chance you can create a small tutorial how to use Nginx for services that run several ports for a single app/self hosted server? Thanks i advance anyway.
I think you can try to proxy those ports, but you need to add more entries in the 2nd tab of NGinX proxy Manager (Custom Locations). I haven't tried it myself, but I think it should work.
wow thank you im useing rustdesk im a linux user i want to thank you i love it this rust desk really works well for being free thank you very much its also very easy to use very easy more easer than any sever networks iv used iv connected all my computers and its freee
Hi Brian. Two quick questions--hopefully you can help out. 1) Can Rustdesk be set up for concurrent use--for instance, if we have two users both accessing the same Windows machine at the same time? 2) Also, is it possible to try this app out using Rustdesk's in house servers before committing to a server of our own?
@@AwesomeOpenSource Thanks for that info, Brian! It seems to make sense to try it out first before spending time getting a personal server set up. I might try contacting the company direct on my first question. Thanks again.
HI Brian, very informative video. I wanted to ask an unrelated question though. How do you open ports on your machine to public? My ISP has ports blocked and they are quite resistant towards any port opening requests. Not sure what can I do about it.
If all ports are blocked by the ISP, then you'll have to use an inexpensive VPS like DigitalOcean, Linode, etc; or setup a VPN like Wireguard that can call out to a server without port forwarding. You could use something like TailScale for that.
unfortunately when connecting to my pc I have in the server room without a display attached, I get a no display error, even though I can connect up fine with google remote desktop
I use a simple dongle that fakes a disply with whatever my last resolution was set at. It's HDMI, and I just plug itin after setting the resolution with a monitor, then reboot. Maybe something like that would help. Don't recall where I got them. Here's an amazon link to something like what I got. I can't guarantee this will solve your issue, but it's what I use with great success. (not an affiliate link btw, just a link). I hope it helps. www.amazon.com/Display-Emulator-Compatible-Windows-fit-Headless/dp/B07C4TWZRM/ref=sr_1_3?crid=3M32DX3M8APY9&keywords=hdmi+dongle+for+headless+remote+pc&qid=1661559218&sprefix=hdmi+dongle+for+headless+remote+pc%2Caps%2C118&sr=8-3
its really good, fast and finally open source, for team viewer replacement its going to need that address book, maybe a rolling code password, and to work on terminal servers as thats important for teamviewer :)
Thank you Brian. I assume that remembering the password is pretty much like unattended access. What about Privacy mode where the remote screen goes black or goes to the lock screen once we have connected. Similar to what happens when using Microsoft's Remote desktop.
For remote access, I have been prompted when the desktop locks, or is not yet logged on for a user, and I have been able to enter login credentials. Can't say that will always be the case, but so far it seems to work fine for me.
@@AwesomeOpenSource Would be nice if we had the option to have the remote desktop immediately go to the lock screen upon initial connection. There are times when the person sitting on the remote side need not see what tasks are being performed by the host (me in this case) 😁
@@PeterBatah If you'd seen the tech support scammers do their thing, you wouldn't say that. Screen blanking is a terrible feature used primarily by scammers in Kolkata.
There's no port specifically for any web interface. You just need to port forward the ports in the video so they reach your server inside your network.
I've been looking for a more affordable option for one of my GoToMeeting clients (his choice, not mine) since he's between jobs at the moment. And while he now has trouble affording the GTM subscription, he still very much needs help with his job-hunting efforts and other misc. tasks. He's a non-tech-savvy older gentleman and Rustdesk looks like an easy-to-use alternative for him. Plus, it means I can avoid the janky GTM web interface on my Linux laptop when I'm on the go. Thanks for sharing! 👍
If you want to access it via the internet, I highly recommend looking at their instructions for using the encryption key as well. You can find it in their docs here. rustdesk.com/docs/en/self-host/install/#key As for the open ports, you do have some risk if running it on your home lab, but you can choose which ports to open, and set them accordingly in the docker-compose file. Not really mitigation, but this is how the client softwrae communicates to the server.
@@AwesomeOpenSource I have been looking for something like this for over a year as I bleed to TV. Iam using the pub key combo setup during install. I am not going to run it in a docker but on possibly a VM like I am now or just bare metal. I have a HP 350 server in the role of a firewall. Currently, I use TV for my company. I just wonder how secure the ports are from being hacked. I understand that rust is pretty resilient. Just wondering about any security hardening that should be done. I want to thank you very much for your video and I have now subscribed to your channel. I will donate to 'the cause' of course as long as it does not get abandoned. That would leave me in a spot.
Thanks for the video, I'm a first time viewer and new subscriber. I never heard of this to before this video and although it's a little more involved to get setup than the time I have available at the moment, I do plan to revisit. Thanks and God bless 🤓
That’s pretty neat that it’s open source and can be self hosted. I use RDM even though it isn’t open source, it has so much capability that it’s basically impossible to find an alternative.
thanks for asking for the app image version. as pop os swiched to pipewire and the .deb version of rustdesk depends pulseaudio and i cant seem to get that for pop 22.04
Hey, great video :) One question on the windows side, are you able to access UAC prompts? So when you need to install i.E. some software, often windows security pops up and asks if you really want to install it (or asks for credentials)
except that he showed NOT "fully open source" it was partly open, partly closed source. The address book is compiled into the binaries, but the source code does not include it. If you pay for license, you cannot compile it yourself, you have to use binaries, and then you also have to host and maintain it, and for that privilege you get to pay them $120/year. No thanks.
This is great. I want to set it up for my company. Like TeamViewer, but we need access to remote machines (without the client giving us something) from an address book is this a thing?
I would say if you are looking for an RMM (Remote Machine Management) check out my latest video ruclips.net/video/DZ0Ocwga43w/видео.html where I compare 4 open source tools for this, and see if you like one of the others better.
I didn't find it at all complicated considering you can setup and run the server, and own the entire infrastructure. If you're looking for a simple download anad go, then a hosted option will be best.
@@AwesomeOpenSource Official server is too lag to use here in Brazil. It's really complicated. I would that is almost impossible. Not only me, on Discord every day show up someone aks for help and giving up later because it's very close to impossible. It should be really easy. Just a .EXE installer, 1 config page and done. Just like any other program.
We've been self-hosting ScreenConnect out of data-center for over a decade, we pay yearly for maintenance on Screen-Connect to access updates/patches and honestly haven't found anything better thus far.
If a tool works well for you, and you don't have an urgent need to switch, then I say use it. If, however, you decide you might want to try something new, and roll it out slowly, then check out some Open Source options.
Does all the traffic proxy through the server, or once the connection is established it redirects the traffic directly from support person to rust client?
I believe all traffic is relayed through the server, but don't quote me on that. I only come to that conclusion as there are really 2 servers that are spun up in the docker side... a Rendezvous Server, for finding other clients, and a Relay server...the "Relay" name makes me think its' relaying all traffic.
this is great! The only problem with self hosted is, that it is harder to setup the client on the endusers side (especially over the phone). So it's not rlly suited for remote techsupport.
For the Windows users (still the vast majority of users), in their docs they tell you to change the client file name to include the server address, and the encryption key, thus when it's run / installed on the client machine it automatically uses your self hosted server. May that will help you with this. Would love to see the same option for Linux.
It doesn't have to be, if these devs were smart there would be a way to preconfigure the binaries you send to your grandmother to contact your servers. These devs are so busy figuring out how to get you to pay $120/year to self host they can't see the simple solutions.
I'm getting below after I ran docker-compose logs -f. Do you know what was wrong or I'm missing something? hbbs | exec /usr/bin/hbbs: exec format error hbbr | exec /usr/bin/hbbr: exec format error
Hard to know without seeing your compose file. You can jump over to discuss.opensourceisawesome.com and ask, and I or someone will help you when we get a chance.
Hello @brian I would to use this on a LAN to support users without requiring internet but the part where u need to add same domain but routed on 21115..21119 ports is where i lost you, kindly elucidate on this
I only had to forward thos ports becuase I was allowing access to the service through my firewall from outside of the network. If you are not blocking those ports inside your LAN, then no need to do that part.
Wicked video. got this working inside my network. But trying to get this work through KEMP load balancer and cloudflare proxy. Any recommandations or video on who one might get this setup?
Great video and I have it saved as I'll want to come back in the future and set up a server. I've been using Rustdesk for about 3 months. I have one windows 11 machine that won't seem to allow me to do unattended connect. I have to have that person click Accept. All my windows 10 machines let me connect unattended. I like Rustdesk's display better than Anydesk.
Does it work for unnattended access? My biggest usecase those day is access my workstation from my laptop, or my office computer from home(or vice-versa). Also, is it possible to black out the screen when connected? Because if I work remotely, I don't want the people in the room to see my screen if I forgot to shutdown the screens.
Yes it is. Just get the password, then the first time you login through a remote connection, you tell RustDesk to save the password. In the future connections, it's a simple click to connect.
It appears that along with not supporting Wayland, they also don't support arm devices. I'm not able to install the client on anything other than x_86.
Correct, I mention this in the video. The key is stored on the server when you create it. The file is called id_some-identifier.pub. You copy the contents of that file into the key field. Definitely something you should look into to run this across the net.
Even more important! You installed an open rust server anyone can use! The standard restrictions are that other users can only use unencrypted sessions since they don't have your server key. You need to use the command line option "-k _"!
I just show you how to setup the software. I'd suggest you make your request at the rustdesk github page. They are pretty good to keep track of new feature and enhancement requests.
Good evening: Is it possible to install the Rustdesk client on an old server with windows 2003 server to be able to take remote control of it? Thank you in advance
I believe web console was beta, but may only be available for a paid version right now. Not 100% on that, but the open source version doesn't really have that function as far as I know.
I want to know if that web portal @31:16 is some sort of pre-canned dashboard I can setup for my own home lab. I have never seen that one before. (Edit: oh and I just discovered your channel... so far I like your content. Subscribed!)
No, you must pay for the license to obtain it, and that source code is missing from the repository. If you buy a license you must accept running precompiled binaries on your system that has the address book and possibly malicious code. In otherwords, partly open source, until you pay $120 a year to host it all yourself and maintain it. What a rip off. They claim only business users would want/need an address book which is pure BS I am personal and would need it too. I have many many computers, and get banned from Anydesk/Teamviewer because they claim wrongly that I am a business. Basically strong arming me to buy a business license when I am not a business. I decided go eff yourselves and uninstalled. When I asked about this, they not only closed the ticket, they locked it from anyone else being able to view it, because they were getting pushback on their stupid licensing scheme. When I opened another ticket under "ask a question" they then removed the "ask a question" as an option from the issue ticket database. They are censoring the licensing talks because people keep questioning it and they're so petty they're removing contact options.
I just put out a follow up video on the key usage based on their docs. Make sure you have the relay and key entered on both clients you are connecting together.
On my follow up video, i talk about how you can setup the security keys for Rustdesk, and how to rename the windows executable to have the keys auto discovered from the filename. Check out that video for more information on it.
I use Dashy for that. Here are a couple of videos on it: Install and Setup Dashy: ruclips.net/video/QsQUzutGarA/видео.html Dashy Widgets: ruclips.net/video/dyur-NDngBc/видео.html
So glad i've found your channel ! Rich content that we can really use. By the way is there any opensource alternative to RDS and RCB (remote connection broker) ?
Check out RPort shownotes.opensourceisawesome.com/rport-remote-machine-management/ and MeshCentral ruclips.net/video/pGBIjBGqlfI/видео.html. Those may be what you're looking for.
That's my biggest problem with Wayland. There are really no options for remote management of Wayland enabled Linux machines. Since wayland has been around quite some time, there's really no excuse for removing that kind of functionality from that graphics API.
Actually, RustDesk now supports Wayland with no issues from what I've seen. It's been able to do it for about a year now I think. Definitely give it a shot.
@@AwesomeOpenSource I stand corrected. I have been as of yet unable to find a solution that allows me to work with Wayland and abled Linux desktops. I have quite a few of these as well as some windows machines as well, and I have already been able to install a copy of Russ desk on a Windows machine and a Solus Linux desktop That is Wayland and abled. I was able to successfully connect both ways. So thank you for the kind advice. Kudos to you sir.
Yes it is. Just get the password, then the first time you login through a remote connection, you tell RustDesk to save the password. In the future connections, it's a simple click to connect.
I have just renewed my TeamViewer License a few days ago. But I am still happy to know it was the last time. THANK YOU for making me discover this great software, and your channel.
Great to hear!
Good alternative to Anydesk since they just went the Teamviewer route.
I'm really loving RustDesk. Excited to see what the next iteration brings.
Been using this for months, it's a really great piece of software. Performance is insanely good, and it deals really well with multi monitor setups too compared to other tools i've used. no matter if from mobile or laptop, it just does the job really well.
Glad to hear about the multi-monitor support.
You know if it is possible to remote control IOS devices instead of only screen mirroring ?
@@NamikageJoel19 I haven’t checked in a few years, but at that time it was not allowed.
And the fps? Also higher then the rest?
@@evraya1 FPS itself is high, but internal servers are laggy in Europe due to their ping/distance. So use your own and it will work very well.
Timing is everything! Love your videos and thanks for mentioning in the discord group. I cant wait to follow your step by step instructions this weekend when i have some downtime. Remotely is still awesome and with Rustdesk, a killer combination to have in my toolbox. Thank you Brian.
My absolute pleasure!
Remotely seems. To have been forgotten. Last update Aug 2021, new owner May 2022, still no updates...
This is the best guide I found for rustdesk configuration.
Glad it was helpful.
Super nice walkthrough and going through a lot of details, thank you!
My pleasure.
Glad to find something similar to TeamViewer with a relay server I can host myself. There's still some kinks in the Android package regarding hostname resolution and private DNS. That aside, this is on the top of my list regarding new self hosted software.
Glad it's a solid option. Make sure to let the dev team know about the Android issues, and let them know you appreciate their efforts with a Github star, a nice comment, etc.
Thank you for this video. Ive been looking for a TeamViewer alternative for a couple years now and this is the best alternative yet!
Glad it was helpful! Make sure to check out the follow up video on securing your connections.
I've been searching for this for a long time. Thank you very much.
Glad I could help
I REALY like the way you explain every command. Most tutorials just say "Paste whatever there is in description and hope I am not trying to destroy your system" ;)
Not everyone who will install this is using Linux every day and they may not know what the -R means or why you need to put "username:group" in a command etc.
Glad it's helpful. I try to keep it in mind as I go along.
Opposite for me. I figure if you don't know about the chown command, SSH keys or Docker, you probably shouldn't be fiddling around with something like this app. Really could have skipped that stuff.
@@shineymcshine And people are suposed to learn how? Those kind of videos that show you in practice how to use something and explain why something happens step by step are best for learning. And most of the time when you ask Linux related question on a forum you et one of 2 answers:
1. Use man
2. Google it
;)
@shineymcshine you really could have skipped that stuff. RUclips provides you the tools to do so.
Meanwhile those who need to see that stuff, can see that stuff because he takes the time to put it in as content.
I love your videos, thank you. I don't follow all of your instructions, but I watch what you do and see the features and if it is what I need or just want. I add it to my lab. Thank you for all of this. As being a sysadmin and searching for good softwares is hard to come by. But you show some of the best if not the best. Thank you.
I’m glad you like the stuff I find. I try to present the best options out there in the open source world.
I'm currently using meshcentral for all my clients. I also use it for temporary remote desktop and that works great
Love MeshCentral. I feel like MeshCentral serves a slightly different purpose to RustDesk. RustDesk to me is more client support (like call in and get someone connected), vs. MeshCentral which is really Remote Machine Management.
@@AwesomeOpenSource Yeah, thats true, but I treat most of my clients computers as managed machines. I install meshcentral just with the desktop access prompt. Most of my clients are either elderly people who just want it to be as easy as possible and fully trust me with technically always having access to their machine. And I obviously also have business customers and there I remotely manage all there machines anyways
Nice! Looks the best alternative to TeamViewer so far. Looks exactly like TV.
I'm looking for a solution hybrid between TV and Remotely. Where I and my coworkers can access their machines remotely. Like, having a dashboard as in Remotely and at the same time allowing people to connect using ID and Password.
This is definitely a great option. Make sure to check out the show notes for the Security aspects, so you can get everything setup properly and keep your machines safe.
Well done video. Straight forward and to the point. I stood this up in less than an hour. Works as well as AnyDesk.
Thank you, hope it serves you well.
Been using nightly for a while now, because I had key repeat issues using linux as controlling side. I was surprised at how well it works with Android. Total control. Works great.
It is awesome software for sure.
Super useful tool, thank you for sharing. I am going too install it
My pleasure
This tutorial is amazing and you are really good at teaching !! great job sir !
Glad it was helpful!
You can also enable direct IP access - and you don't need your own server for "local" connections over your local network. You are using IP address instead of ID during connection. I'm using this to manage kids computers around the house.
But sometimes things don't work as expected - for example pressing enter or backspace doesn't work for some remote applications. Anyway perfect piece of software!
Indeed for local it's even easier if you want it to be. I wanted to show the full server setup as it's helpful for folks who may need to access machines when away from home, for family, etc. But direct IP is absolutely possible as well.
I use Google remote desktop for things related to this. Works AMAZINGLY! Super simple to use.
Yes, but also controlled 100% by Google.
it doesn't work on mint.
Thank you - cool video! I use Traefik as a reverse proxy, because I usually proxy stuff to a container.
Glad you like the video. You can certainly use a reverse proxy for this if the proxy can deal with ports outside of 80 and 443. In my case, I just port forwarded on my home router to the vm I run this on in docker.
Later versions of Docker Compose use 'docker compose' (with a space) instead of 'docker-compose', so if you're having trouble starting the server, try a space instead of a hyphen.
Indeed they do. This video is getting a bit old now, so was still using the older version at this point. Good news is I'll be doing an update video on Rustdesk soon.
@@AwesomeOpenSource thank you so much for taking the time to document this ❤️
Thanks for the videos. Pro-tip for you:. To copy your ssh keys to remote server use ssh-copy-id
I use that pretty regularly, just did it the long way round this time.
Just tested the Windows client and it looks like it first runs as a portable app, with the in-app option to fully install it. Great for one-off assistance tasks.
Yep, it's really flexible.
There's problems with your installer, as of 2022-07-10 working from the net-installer version of Debian 11.3.
1> Need to make sure lsb-release is installed.
2> Need to make sure sure curl is installed.
3> I don't know if I ran into Portainer problems because of the above issues, but I had to restart portainer by running [ docker stop {id} ] then [ docker start {id} ] as root. (Later I find out that there's some kind of timer on the initial setup even before getting logged in for the first time which kills the portainer instance)
Let me see if I can address these.
Brilliant! I installed into my debian linode vps, works like a charm! I haven't used the script because I already had docker, just manually installed compose and adjust the iptables rules. Thank you, veeeeeeery useful!!!! The footprint is very low, my vps has only 1 core and 1 Gb RAM, no need for more. The advantage is the vps bandwith which is like 5 gbps. So, in order to use an encrypted connection I suppose that the key should be used into both clients, right? Thanks again man!
Glad it's working, make sure to check out the folow up I just release on the security side. I didn't go into enough detail on the first video, and people have mentioned it in the comments, so make sure to check it out.
Hey looking at your setup can I ask about the KDE middle sitting bottom bar... How did you set that up .....also the system monitor you have in the main bar, can you point me in the direction of what that is
The system monitor was a widget I added. I think it was just in the main widgets list for taskbar widgets. The centered task bar icons was just editing the taskbar, and adding a spacer to the left and right of the taskbar. This forces it to center essentially.
This needs some protections against being used by scammers. For instance it should tell users where the person connecting is located. And it should _not_ have features such as blanking the user's screen or disabling their mouse and keyboard.
Yes it should. Working remotely to fix problems and the last thing needed is the end user jumping in. I've had countless times when I haven't disabled end user input (teamviewer feature) and the customer jumps on and starts doing stuff. Just because a feature can be abused doesn't mean it shouldn't be there.
I agree with both of these ideas. Yes, it sucks that scammers can also use these tools, but I love that these tools are available. Best thing to do is make the suggestion for enhancement on the Github for Rustdesk.
Awesome. What a timing of your video. Just right at the time of requirement. First time onto your channel and subscribed with bell notifications :)
Welcome aboard!
Great stuff once again Brian. We had Rustdesk on our hitlist for a while to cover in a video and you did great.
Thank you my friend! I appreciate it!
Very cool...definitely a great asset for those that do remote desktop assistance!
Glad you like it. Make sure to check out the follow up video on security as well.
The latest version of Rustdesk is now available as an appimage. I haven’t tried it out as yet.
It is indeed. I have had no issues with it so far on a Kubuntu 22.04 system, but haven't tried it on any others yet. I know some folks have reported some problems, but I hope they'll continue to refine it and make it available.
I've had no problem whatsoever with the setup and the connection is pretty fast, I shall say. I've tried (almost) all of the commercial RDP tools that are out there, but this particular open source software suits my needs in the best way possible. thank you for uploading this video, you're a great man!
Super glad it’s working well for you.
partly closed source you mean
AFAIK you need to specify a key in your relay settings for it to use encryption. From the docs: "If you did not fill in the Key: (the content in the public key file id_ed25519.pub) in the previous step, it does not affect the connection, but the connection cannot be encrypted."
That’s correct, I believe I say that in the video at some point as well. I don’t show the file, but did mention it when talking about the client fields.
@@AwesomeOpenSource Could you do a very short video on the encryption piece? The example in the RustDesk Manual does not look like the data in the pub file
I will for sure try this!!! Great video!!!
Please do!
I'll make this bigger for the people on mobile. Every time I am like that's me! Thank you
Glad it helps. I try to remember as much as I can.
This is way better than Remotely. Gonna give it a shot. The only thing I see that it doesn't have is unattended access.
Edit: I've contacted the developer to see if they could do a modified version of the Rustdesk exe for Windows to auto-connect to my server instead of explaining to everyone how to change the connection server. Also, there is no way I see to do actions on the remote computer like Ctrl + Alt + Del.
I figured unattended access out. 😄
Yeah you can just remember the password for the machine or enter it each time. And at the top there are some special actions in a lightning bolt icon I believe, when you are connected.
Great questions, btw.
@@AwesomeOpenSource have you figured out the Address Book yet? It asks for a username and password, yet I don't have it. There is nothing on their website about either.
Currently, exploring mesh central it's been super useful so far very little you can't do with it.
Mesh Central is awesome! Serves a bit of a different purpose to RustDesk IMO though.
This is cool. Hopefully, it gets even faster with a better compression algorithm. Supporting multiple monitors would be great. Thanks for sharing the video.
I've not seen much lag at all. It's not something to use for gaming remotely or anything, but it's great for simple desktop support.
@@AwesomeOpenSource That's awesome. Thank you.
Hi. Thanks to you, I am using RustDesk to help my family and friends.
I like to step up now and I have signed up for the Oracle cloud free tear. I installed ubuntu and installed Rust desk self hosted.
However, since I like to use that Oracle server for more services and docker stacks, I like to use Nginx Reverse Proxy. The situation I have now is that I dont know how to forward all the needed ports also for the security part of it.
Any chance you can create a small tutorial how to use Nginx for services that run several ports for a single app/self hosted server?
Thanks i advance anyway.
I think you can try to proxy those ports, but you need to add more entries in the 2nd tab of NGinX proxy Manager (Custom Locations). I haven't tried it myself, but I think it should work.
wow thank you im useing rustdesk im a linux user i want to thank you i love it this rust desk really works well for being free thank you very much its also very easy to use very easy more easer than any sever networks iv used iv connected all my computers and its freee
It is indeed, and make sure to check out the follow up video I just posted on security in rustdesk as well.
Hi Brian. Two quick questions--hopefully you can help out. 1) Can Rustdesk be set up for concurrent use--for instance, if we have two users both accessing the same Windows machine at the same time? 2) Also, is it possible to try this app out using Rustdesk's in house servers before committing to a server of our own?
I don't know about 1. Never tried it. 2 is a yes. You can test on their servers, but be aware they are underpowered, and only for quick testing.
@@AwesomeOpenSource Thanks for that info, Brian! It seems to make sense to try it out first before spending time getting a personal server set up. I might try contacting the company direct on my first question. Thanks again.
As always awesome, Awesome Open Source 👍
Glad you enjoyed it
👽 I'm just glad I found you. Look forward too going through your channel video catalogue. Cheers big ears!!! 👽
Awesome! Thank you!
HI Brian, very informative video. I wanted to ask an unrelated question though. How do you open ports on your machine to public? My ISP has ports blocked and they are quite resistant towards any port opening requests. Not sure what can I do about it.
If all ports are blocked by the ISP, then you'll have to use an inexpensive VPS like DigitalOcean, Linode, etc; or setup a VPN like Wireguard that can call out to a server without port forwarding. You could use something like TailScale for that.
unfortunately when connecting to my pc I have in the server room without a display attached, I get a no display error, even though I can connect up fine with google remote desktop
I use a simple dongle that fakes a disply with whatever my last resolution was set at. It's HDMI, and I just plug itin after setting the resolution with a monitor, then reboot. Maybe something like that would help. Don't recall where I got them. Here's an amazon link to something like what I got. I can't guarantee this will solve your issue, but it's what I use with great success. (not an affiliate link btw, just a link). I hope it helps. www.amazon.com/Display-Emulator-Compatible-Windows-fit-Headless/dp/B07C4TWZRM/ref=sr_1_3?crid=3M32DX3M8APY9&keywords=hdmi+dongle+for+headless+remote+pc&qid=1661559218&sprefix=hdmi+dongle+for+headless+remote+pc%2Caps%2C118&sr=8-3
@@AwesomeOpenSource I ordered a VGA one will see if it works
its really good, fast and finally open source, for team viewer replacement its going to need that address book, maybe a rolling code password, and to work on terminal servers as thats important for teamviewer :)
It needs improvement for sure, but what a great start.
Any chance the Rustdesk server will run in an LXC Container in Proxmox instead of docker?
Yep. I'm sure it will.
Thank you Brian. I assume that remembering the password is pretty much like unattended access. What about Privacy mode where the remote screen goes black or goes to the lock screen once we have connected. Similar to what happens when using Microsoft's Remote desktop.
For remote access, I have been prompted when the desktop locks, or is not yet logged on for a user, and I have been able to enter login credentials. Can't say that will always be the case, but so far it seems to work fine for me.
@@AwesomeOpenSource Would be nice if we had the option to have the remote desktop immediately go to the lock screen upon initial connection. There are times when the person sitting on the remote side need not see what tasks are being performed by the host (me in this case) 😁
@@PeterBatah If you'd seen the tech support scammers do their thing, you wouldn't say that. Screen blanking is a terrible feature used primarily by scammers in Kolkata.
thank you for making it larger for mobile devices
My pleasure!
This procedure works perfectly, however the connection to the server is not encrypted. How is encryption configured on the client?
I have a follow up video where I go into more detail on setting up the encrypted connection. ruclips.net/video/EeFqj23jxMk/видео.html
interesting... at my previous job we used Bomgar, might be looking into this for personal use too...
Nonfat is really great corporate level stuff, and priced accordingly. But for me, this will do just fine. Hope it will for you as well.
Very nice!!! Thanks for sharing!! This is info is worth its weight in gold! Subscribed!
Thanks for the sub, and glad you like the video.
i am using NPM for and my domain doesn't work. Do you know which port to put for NPM config>?
There's no port specifically for any web interface. You just need to port forward the ports in the video so they reach your server inside your network.
I've been looking for a more affordable option for one of my GoToMeeting clients (his choice, not mine) since he's between jobs at the moment. And while he now has trouble affording the GTM subscription, he still very much needs help with his job-hunting efforts and other misc. tasks. He's a non-tech-savvy older gentleman and Rustdesk looks like an easy-to-use alternative for him. Plus, it means I can avoid the janky GTM web interface on my Linux laptop when I'm on the go. Thanks for sharing! 👍
I really like Rustdesk, this team is doing some incredible work. I need to do an update video in fact.
@@AwesomeOpenSource Would love an update video!
looks awesome :) ill defo take it for a spin... thanks for sharing
You are welcome.
Seems to work really well on my local lan. If your going to host on your own server what are the security implications as per hacking the open ports?
If you want to access it via the internet, I highly recommend looking at their instructions for using the encryption key as well. You can find it in their docs here. rustdesk.com/docs/en/self-host/install/#key As for the open ports, you do have some risk if running it on your home lab, but you can choose which ports to open, and set them accordingly in the docker-compose file. Not really mitigation, but this is how the client softwrae communicates to the server.
@@AwesomeOpenSource I have been looking for something like this for over a year as I bleed to TV. Iam using the pub key combo setup during install. I am not going to run it in a docker but on possibly a VM like I am now or just bare metal. I have a HP 350 server in the role of a firewall. Currently, I use TV for my company. I just wonder how secure the ports are from being hacked. I understand that rust is pretty resilient. Just wondering about any security hardening that should be done. I want to thank you very much for your video and I have now subscribed to your channel. I will donate to 'the cause' of course as long as it does not get abandoned. That would leave me in a spot.
Yes. This is just what I needed to know!!
Glad I could help.
Thanks for the video, I'm a first time viewer and new subscriber. I never heard of this to before this video and although it's a little more involved to get setup than the time I have available at the moment, I do plan to revisit. Thanks and God bless 🤓
Definitely do. I have some other videos on Docker, NGinX Proxy Manager, etc that can give you a better base if needed.
That’s pretty neat that it’s open source and can be self hosted. I use RDM even though it isn’t open source, it has so much capability that it’s basically impossible to find an alternative.
Maybe this one is worth a shot.
Partly open, partly closed source you mean. Not fully open source.
I’m remote from Bookworm Linux 12 to Windows 10. Keyboard doesn’t work. Please advise.
Definitely should ask about this on the Rustdesk github discussions. github.com/rustdesk/rustdesk/discussions
thanks for asking for the app image version. as pop os swiched to pipewire and the .deb version of rustdesk depends pulseaudio and i cant seem to get that for pop 22.04
Pop, out of the box uses Wayland as well, so you'll have to switch it to xorg for Rustdesk at this time.
Hey, great video :) One question on the windows side, are you able to access UAC prompts? So when you need to install i.E. some software, often windows security pops up and asks if you really want to install it (or asks for credentials)
Connecting on my internal lan to my windows VM it does work with the UAC.
So far, in my testing I was able to click the prompts.
super good content m8. You explain things very well
Thanks, and glad you like it.
Thanks for another great portion of open source! In nano you can use Ctrl+S to save files :-)
Thanks for the info!
except that he showed NOT "fully open source" it was partly open, partly closed source. The address book is compiled into the binaries, but the source code does not include it. If you pay for license, you cannot compile it yourself, you have to use binaries, and then you also have to host and maintain it, and for that privilege you get to pay them $120/year. No thanks.
This is great. I want to set it up for my company. Like TeamViewer, but we need access to remote machines (without the client giving us something) from an address book is this a thing?
I would say if you are looking for an RMM (Remote Machine Management) check out my latest video ruclips.net/video/DZ0Ocwga43w/видео.html where I compare 4 open source tools for this, and see if you like one of the others better.
Amazingly complicated. Congratulations for RustDesk devs.
I didn't find it at all complicated considering you can setup and run the server, and own the entire infrastructure. If you're looking for a simple download anad go, then a hosted option will be best.
@@AwesomeOpenSource Official server is too lag to use here in Brazil. It's really complicated. I would that is almost impossible. Not only me, on Discord every day show up someone aks for help and giving up later because it's very close to impossible. It should be really easy. Just a .EXE installer, 1 config page and done. Just like any other program.
I can tell it connects and runs a little faster when you use your own server.
Yes, and they even say that their "demo" servers are often a bit slower, due to the high loads of people using them.
That's because it doesn't route the connection through CHINA.
We've been self-hosting ScreenConnect out of data-center for over a decade, we pay yearly for maintenance on Screen-Connect to access updates/patches and honestly haven't found anything better thus far.
If a tool works well for you, and you don't have an urgent need to switch, then I say use it. If, however, you decide you might want to try something new, and roll it out slowly, then check out some Open Source options.
Does all the traffic proxy through the server, or once the connection is established it redirects the traffic directly from support person to rust client?
I believe all traffic is relayed through the server, but don't quote me on that. I only come to that conclusion as there are really 2 servers that are spun up in the docker side... a Rendezvous Server, for finding other clients, and a Relay server...the "Relay" name makes me think its' relaying all traffic.
@@AwesomeOpenSource No, it tries P2P with NAT first, only relay if NAT fails.
this is great! The only problem with self hosted is, that it is harder to setup the client on the endusers side (especially over the phone). So it's not rlly suited for remote techsupport.
For the Windows users (still the vast majority of users), in their docs they tell you to change the client file name to include the server address, and the encryption key, thus when it's run / installed on the client machine it automatically uses your self hosted server. May that will help you with this. Would love to see the same option for Linux.
It doesn't have to be, if these devs were smart there would be a way to preconfigure the binaries you send to your grandmother to contact your servers. These devs are so busy figuring out how to get you to pay $120/year to self host they can't see the simple solutions.
I'm getting below after I ran docker-compose logs -f. Do you know what was wrong or I'm missing something?
hbbs | exec /usr/bin/hbbs: exec format error
hbbr | exec /usr/bin/hbbr: exec format error
Hard to know without seeing your compose file. You can jump over to discuss.opensourceisawesome.com and ask, and I or someone will help you when we get a chance.
@@AwesomeOpenSource Thank you
Hello @brian
I would to use this on a LAN to support users without requiring internet but the part where u need to add same domain but routed on 21115..21119 ports is where i lost you, kindly elucidate on this
I only had to forward thos ports becuase I was allowing access to the service through my firewall from outside of the network. If you are not blocking those ports inside your LAN, then no need to do that part.
Wicked video. got this working inside my network. But trying to get this work through KEMP load balancer and cloudflare proxy. Any recommandations or video on who one might get this setup?
You'll have to ask over on the RustDesk forums, or their reddit page. I'm not real sure how to get it to run through all of that.
great video! their documentation is lacking. I couldn't even find how to configure the client.
That's a place someone could help them out eventually if they were looking for a way to contribute back. Documentation is so important these days.
Great video and I have it saved as I'll want to come back in the future and set up a server. I've been using Rustdesk for about 3 months. I have one windows 11 machine that won't seem to allow me to do unattended connect. I have to have that person click Accept. All my windows 10 machines let me connect unattended. I like Rustdesk's display better than Anydesk.
Awesome! I have really enjoyed using it, and am looking forwrad to their next update.
Does it work for unnattended access? My biggest usecase those day is access my workstation from my laptop, or my office computer from home(or vice-versa). Also, is it possible to black out the screen when connected? Because if I work remotely, I don't want the people in the room to see my screen if I forgot to shutdown the screens.
Yes it is. Just get the password, then the first time you login through a remote connection, you tell RustDesk to save the password. In the future connections, it's a simple click to connect.
Congratulations, the best!
It's pretty awesome!
Is there a panel at the server to monitor connections or at least a list that shows connected clients?
Not at this time, no. I think it's something they may consider for future releases.
@@AwesomeOpenSource thx! And it is an awesome tool! Great explanations!
31:17 Nice, What is the application you use to follow all your "Home Lab" stuff?
I use Dashy. I have a couple of videos on how to set it up and use it. It's really great!
Thanks for sharing ❤️
It appears that along with not supporting Wayland, they also don't support arm devices. I'm not able to install the client on anything other than x_86.
It may be something they are working on, so definitely go over to their github and request an arm build.
crtl+alt+t will usually open default terminal in Linux. At least in Debian systems
It does indeed. Great tip, thank you.
Hey man, very clean, interesting and professional. Good sNice tutorialt.
Glad you liked it!
Important. I just found out the hard way: If you don’t use the key on the server and clients your communication is unencrypted!
Correct, I mention this in the video. The key is stored on the server when you create it. The file is called id_some-identifier.pub. You copy the contents of that file into the key field. Definitely something you should look into to run this across the net.
Even more important! You installed an open rust server anyone can use! The standard restrictions are that other users can only use unencrypted sessions since they don't have your server key.
You need to use the command line option "-k _"!
Looks amazing but I think I'll wait until someone makes an installer. Thanks for the video!
An installer for which part? There are .deb and .rpm for linux, as well as an experimental .appImage, but .exe for Windows, and .pkg for MacOS.
please come up with a windows server gui setup for windows admins.
I just show you how to setup the software. I'd suggest you make your request at the rustdesk github page. They are pretty good to keep track of new feature and enhancement requests.
Good evening:
Is it possible to install the Rustdesk client on an old server with windows 2003 server to be able to take remote control of it?
Thank you in advance
I have no idea. I think you'd just have to try it and see. I'd be surprised if it worked.
i tried this but i am not able to access server web console for changing saerver settings, users and passwords etc.
I believe web console was beta, but may only be available for a paid version right now. Not 100% on that, but the open source version doesn't really have that function as far as I know.
Im wondering what system monitor you have in your kde windows bar?
That is just their built in Network monitoring widget.
Hi Brian, another great video...can't believe I had not watched it!
Glad you liked it.
Is it possible to use tailscale network for the relay server instead of the public server IP so no port forwarding required?
I presume so. I haven't tried it, but no reason it wouldn't work.
I want to know if that web portal @31:16 is some sort of pre-canned dashboard I can setup for my own home lab. I have never seen that one before. (Edit: oh and I just discovered your channel... so far I like your content. Subscribed!)
Check out my videos on Dashy. That's my Dashboard. Glad you like the channel, and Welcome!
No, you must pay for the license to obtain it, and that source code is missing from the repository. If you buy a license you must accept running precompiled binaries on your system that has the address book and possibly malicious code. In otherwords, partly open source, until you pay $120 a year to host it all yourself and maintain it. What a rip off.
They claim only business users would want/need an address book which is pure BS I am personal and would need it too. I have many many computers, and get banned from Anydesk/Teamviewer because they claim wrongly that I am a business. Basically strong arming me to buy a business license when I am not a business. I decided go eff yourselves and uninstalled.
When I asked about this, they not only closed the ticket, they locked it from anyone else being able to view it, because they were getting pushback on their stupid licensing scheme. When I opened another ticket under "ask a question" they then removed the "ask a question" as an option from the issue ticket database. They are censoring the licensing talks because people keep questioning it and they're so petty they're removing contact options.
Hi, i'm try to use key because i want encrypted connection. But when i try to connect, i recive "Relayed and unencrypted connection"
I just put out a follow up video on the key usage based on their docs. Make sure you have the relay and key entered on both clients you are connecting together.
at 19:10 you mentioned about customizing the client app. Please elaborate how to do it.
On my follow up video, i talk about how you can setup the security keys for Rustdesk, and how to rename the windows executable to have the keys auto discovered from the filename. Check out that video for more information on it.
@@AwesomeOpenSource got you. Still any help regarding my concern will be appreciated
Wow! This looks great! I will install and try for sure.
Liked and subscribed 😜
Awesome! Thank you!
Well done, this is a great video. I was able to set it up by following along. Is there a web admin interface like the paid version has?
No, nothing as far as web admin that I'm aware of.
What is this home lab overview page? I really like that.
it is called Dashy and there is a video about it ruclips.net/video/WSQHvwhbxS8/видео.html
I use Dashy for that. Here are a couple of videos on it:
Install and Setup Dashy: ruclips.net/video/QsQUzutGarA/видео.html
Dashy Widgets: ruclips.net/video/dyur-NDngBc/видео.html
So glad i've found your channel ! Rich content that we can really use. By the way is there any opensource alternative to RDS and RCB (remote connection broker) ?
Check out RPort shownotes.opensourceisawesome.com/rport-remote-machine-management/ and MeshCentral ruclips.net/video/pGBIjBGqlfI/видео.html. Those may be what you're looking for.
That's my biggest problem with Wayland. There are really no options for remote management of Wayland enabled Linux machines. Since wayland has been around quite some time, there's really no excuse for removing that kind of functionality from that graphics API.
Actually, RustDesk now supports Wayland with no issues from what I've seen. It's been able to do it for about a year now I think. Definitely give it a shot.
@@AwesomeOpenSource I stand corrected. I have been as of yet unable to find a solution that allows me to work with Wayland and abled Linux desktops. I have quite a few of these as well as some windows machines as well, and I have already been able to install a copy of Russ desk on a Windows machine and a Solus Linux desktop That is Wayland and abled. I was able to successfully connect both ways. So thank you for the kind advice. Kudos to you sir.
In RustDesk is it possible to configure unattended access?
Yes it is. Just get the password, then the first time you login through a remote connection, you tell RustDesk to save the password. In the future connections, it's a simple click to connect.
Hi, can you share the VM DATABASE to install directly on Proxmox?
I don't think I'm understanding your request.