Updated FAQ (markdown)

RustDesk
2025-06-06 02:34:57 +08:00
parent 63f923e125
commit 52dcaf675a

9
FAQ.md

@@ -258,6 +258,9 @@ When "Translate" is selected, all keys will be transmitted to the remote endpoin
However, this layout mode may cause problems with certain programs such as video games as they use scan code to process the key presses.
![image](https://github.com/user-attachments/assets/fa4120a2-833d-4af6-a280-92de4be2f15b)
- Legacy mode
This mode is for compatibility with RustDesk <= 1.1.9.
@@ -900,6 +903,12 @@ https://www.reddit.com/r/rustdesk/search/?q=key+mismatch&cId=9300c8dc-ab3b-47dd-
One notable instance, we confirmed with the client about the public key again, it is correct, but they still have key mismtach error. then we connect to their server with our client, we got key mismatch sometimes, and sometime not. The reason is they are running two rustdesk server processes.
Please run `docker ps -a` and `ps aux | grep hbb` as shown below.
In the screenshot, you can observe two `hbbs` processes: one running as a Docker container and the other directly on the host (since June 4th). Please ensure that only one `hbbs` process is running.
![image](https://github.com/user-attachments/assets/78b8fb09-3abe-4776-8019-4b525d63df28)
# RustDesk Service service terminated unexpectedly
https://github.com/rustdesk/rustdesk/discussions/11006