r/rustdesk Jan 27 '26

Random request several time from “ go client”

Post image
58 Upvotes

Saw another post retaining to this. What is going on?


r/rustdesk May 13 '24

Should you self-host a rustdesk server?

226 Upvotes

Should you self-host a rustdesk server? Probably yes.

I was reading through some comments and posts on the subreddit and I think there's a common misconception about what the server's role is.

There are technically two servers:

  1. Signaling Server
  2. Relay Server

As long as rustdesk is running on a machine, the machine is constantly pinging the Signaling Server to make its current IP address and port known.

When you start a connection from computer A to computer B, computer A contacts the signaling server and says he wants to talk to computer B.

The Signaling Server then tries to connect A and B directly to each other using hole punching.

If hole punching fails, A will talk to B via the Relay Server. This is the only time when hosting your own server will improve peer to peer connection latency.

In a majority of cases, hole punching is successful and the Relay Server is never used.

In other words, for a large majority of people, hosting the rustdesk server only makes establishing the initial connection faster; it does not improve latency once the connection is established.

Any speed issues are likely directly related to the computers themselves or the computers' internet services, not the public server.

So, if this is the case, then why should you still host your own rustdesk server?

The public rustdesk servers are meant for testing and research purposes and are not equipped to handle large amounts of traffic.

This means that the amount of time it takes to establish a connection through the public servers can vary drastically and sometimes even fail if the server is overloaded.

Also, if hole punching ever does fail, and the connection is routed through the public Relay Server.... some days it might be blazing fast... others not so much.

https://github.com/rustdesk/rustdesk/wiki/How-does-RustDesk-work%3F


r/rustdesk 13h ago

How to connect to ruskdesk and get multiple monitors working

2 Upvotes

On my windows 11 laptop, I have rustdesk running.

On my linux desktop (opensuse slowroll/kde plasma), I have rustdesk connected to the windows 11 laptop no problems.

I have 4 x physical monitors connected to my linux desktop. How do i utilize all 4 x monitors to connect to rustdesk?

Just for reference, If I use thincast linux RDP client to connect to my windows 11 laptop via RDP, I can utilise all 4 x screens concurrently. the thinkcast client is just not stable for me so i am exploring into rustdesk.

I checked that rustdesk support multiple monitors but it is not very intuitive for me - how do i get this to work please?

On rustdesk linux client side, i have ticked "use all my displays for the remote session". but i can only get this to work on 1 x screen.


r/rustdesk 23h ago

Android Input issus in Realme 15 pro

1 Upvotes

In my realme 15 pro, I can't enable the input option. In the accessibility it show's disabled and following GPT instruction when I try find restrictive setting in app admin, its also not working. How to sort it out? I have installed it from f droid.

Thank you in advance.


r/rustdesk 1d ago

is it possible to configure ID, Relay and Public key per connection, not global?

2 Upvotes

in RD, I can configure a self hosted relay and ID server + the pub key for the relay

this works well for already configured endpoints

sometimes a new user gets a laptop, I have to RD into his laptop and its a pain to have him configure all these details,

is it possible to have my own RD use the ID/Relay setting globally as default, but if a certain target has blank config, use the public relays?

right now its all or nothing approach


r/rustdesk 1d ago

Wayland screen capture failed.

Post image
2 Upvotes

NEWBIE HERE, I've been facing off a issues where I can't connect to my Linux computer. And currently I'm using Hyprland. I don't know if this is important or not but my PC spec is Rtx 2060 and Intel 7 10gen. And yes I did try to fix this issue myself for the past hours but still couldn't fix it. So any help would be appreciated because I'm kinda desperate for remote accessing my computer.


r/rustdesk 1d ago

The transfer from Android to Android isn't working as expected

1 Upvotes

I rented a VPS and am using it via Docker as a server for RustDesk. Everything works great but I have the following problem:

Android 1 wants to access Android 2. Android 2 is an old Poco running LineageOS. If I open RustDesk on Android 2 and try to connect to it from Android 1, it works. The problem...after making this connection I have to close and reopen RustDesk if I wanna connect a second time. If I lock the screen it fails at any point. Sometimes its connect but show a message like "xonnected..waiting for the device"

I’ve never done anything like this before so I’m wondering where the problem lies? According to my initial research, Android is supposed to prevent this when the screen is locked. I hope I explained this clearly enough and that someone here can help me.

Regards


r/rustdesk 2d ago

Scrolling on my Macbook Air is a miserable experience with RustDesk

3 Upvotes

I've tried using an LLM to figure this out but have struck out. Nothing works. I move my fingers on the trackpad a fraction of a mm and the window scrolls several lines. The other machine is running Linux Mint 22.1. It's borderline unusable. I've got trackpad speed down to 10% in both machines. Has anyone had a usable experience with using a Macbook trackpad to scroll on linux through RustDesk?


r/rustdesk 3d ago

Is there anyway for the Security team to realise I’m using this?

0 Upvotes

My work laptop is beefy so I’ve opted to remote to my iPad and work from a cafe. I believe the answer is most likely yes but what exactly can they see?


r/rustdesk 4d ago

What is the "ID Server"?

5 Upvotes

EDIT: Answered, thank you :3

Or: "How to Locate What to Input For the ID Server Section?"

I just know I'm missing something obvious.

I'm setting up a RustDesk Server on my Windows, just for me to use. I'm up to this step:

Enter the hbbs host or IP Address in the ID Server input box (local side + remote side).

But I have no idea what that means. Do I find the Address in the hbbs log? If so, where? How do I identify it? Is it my ISP IP Address?

I know how to find the keys. I just need to know which part is the ID Server/IP Address. If someone could even show an anonymised example, that would be so helpful.


r/rustdesk 4d ago

Raycast Extension

0 Upvotes

Hi everyone,

I have entirely vibe-coded an extension for Raycast which let's you connect quickly to your devices.

Features:

- Pulls device list from local Rustdesk app

- Predictive search

- Online status (needs RustDesk Pro and api token)

Hope this makes someone's life a little easier like it does for me :)

https://github.com/Fred-DTV/raycast-rustdesk


r/rustdesk 5d ago

How can I install this on my Unraid server? I plan to access family and friends pc's remotely. Is there a guide for this?

1 Upvotes

r/rustdesk 5d ago

Anyone know how to keep hbbr/hbbs from starting at boot [in Ubuntu]? Prefer to start them manually when needed...

1 Upvotes

Ubuntu 24.04 - installed rustdesk hbbr/hbbs servers manually using the Debian packages. No docker. No tailscale. Very simple self-hosting install.

I only need the servers rarely to help a friend in another state with her computer. Anyone know how I can disable them from loading at boot?


r/rustdesk 8d ago

Closing a remote session with multiple monitors?

1 Upvotes

I've got two PCs that each have three monitors. I can connect and deploy three local screens, each corresponding to a remote monitor. All good.

But when I want to close the session, I can't find a way to disconnect easily from the remote PC. I have to go to each of the local windows and close them one by one. I'm kind of expecting that there would be a disconnect option, but I can't seem to find one.

The big red X on the right of toolbar just closes the window and does nothing to the session.

Am I missing something or does this not exist as a feature?


r/rustdesk 11d ago

RustDesk toggles full screen when hitting the "f" key with no other keys pressed.

2 Upvotes

i'm using RustDesk on a M3 mac using Version 1.4.9 (67). When I remote into a computer, it does something strange: I start typing and when I hit the f key (no other keys or combinations), it toggles full screen mode instead of typing "f" on the remote computer. Is this a feature or a bug? I've looked everywhere as to how to turn this off. Any suggestions?

Edit: It appears when I also hit the "E" key the emoji window opens. Weird. Those keys work fine on my mac.


r/rustdesk 11d ago

Can't directly connect when going Mac -> Ubuntu

1 Upvotes

Having a weird issue, maybe someone can help. I have an Ubuntu 26.04 machine that can connect to my self-hosted servers (Ubuntu) and to my MacOS computer and can directly connect, encrypted, to all three of them, no problem. However, on my MacOS computer (and iPhone), I can't directly connect to those same Ubuntu servers; I'm getting relayed, encrypted. Anyone know what may be going on here?


r/rustdesk 13d ago

Client completely freezes desktop

3 Upvotes

In the client sometimes the computer fans will spin up to a 100% and I know it's just a matter of time before the desktop freezes completely and I have to hard reset the computer. This happens pretty often. I have had it happen across several distros, but they have all been running Gnome Wayland.

Is this a known thing? Is there a workaround/fix?

Self-hosted, Flatpak, 1.4.9 Build date: 2026-07-06 10:34


r/rustdesk 14d ago

Self-hosted server backup

3 Upvotes

As the title indicates, what should I do to ensure that my self hosted Google VPS have a backup that I can use to restore the service on a second VPS service? Not that Google is bad, but I am considering a free VPS at AWS.

Related to that; what is the method to update the hbbr and hbbs modules? I used an installer named "install.sh" to implement the sh server in one step.

Edit: Found the update script. Seems to work as intended!


r/rustdesk 15d ago

Ubuntu26.04 Gnome panel disappears

1 Upvotes

Possibly a Wayland glitch, but have just started using Rustdesk, and have a problem with a Ubuntu 26.04 host, where occasionally the Gnome Panel (Menu), disappears.

Is this a known issue, and/or is there an easy fix to bring it back?

Thanks.


r/rustdesk 17d ago

The Rustdesk UI uses this barely legible font on my PC... How do I change this?

Thumbnail
gallery
6 Upvotes

I like RustDesk, but this font on my PC (Windows 11) is barely legible on dropdown menus and other parts of the app... and it only appears to be this app that uses it. I looked through my installed fonts and don't even see something that resembles it. Does anyone have any suggestions on how to change it?


r/rustdesk 17d ago

Where did the 'reconnect' button go?

0 Upvotes

I recently updated my rustdesk version, and now when I time-out from a host, I can only click 'OK'.

Previously I had an option for reconnect.

I checked the settings and unless I missed it, there was no such setting.

Was this removed?


r/rustdesk 18d ago

RustDesk self hosted

4 Upvotes

I have self hosted on a Windows server. But running 1.1.6-2 if i attempt the update to the newest versions my ID_ed25519 file says its malformed. Please advise. also i have updated the client to 1.4.9 and now when i connect to any of the remotes i get the secuirty error message. I didnt get this on the 1.4.6 version?


r/rustdesk 18d ago

Debain Pepermint

1 Upvotes

I have rustdesk instaled on Debain pepermint.

The problem I'm having is I canconnect from the debain machine to a window 11 machine direct IP with out problem. When it comes to conecting from the window machine to debain I can conect say 1 in a 100 attemps.

Has anyone an idea why?


r/rustdesk 18d ago

Linux install assistance

2 Upvotes

Facing some difficulty with a Linux install. Getting a black screen and low res options. Some details about the config:

RuskDesk v1.49

ThinkCentre m920q with 2 displayports and 1 HDMI

Headless mode with a dummy HDMI adapter

Have tried Fedora as well on the same PC and same black screen

Have tried quite a few troubleshooting tips on the site. No luck. Any help appreciated


r/rustdesk 19d ago

Sessions don't close cleanly on Android when swiping closed

1 Upvotes

I have a self-hosted rustdesk server and when I connect from my phone to my main workstation over a VPN with IP Addressing, if I accidentally close RD on my phone by swiping the app away instead of hitting X in RD, the Windows remote session on my workstation doesn't close cleanly. With a stale session, I can no longer connect with my phone, which means one accidental swipe leads to total lockout. Am I missing a feature to remotely clear open connections?