Updated FAQ (markdown)

RustDesk
2025-06-21 21:11:53 +08:00
parent d83537bd95
commit ea8e65ef97

13
FAQ.md

@@ -211,6 +211,11 @@ https://github.com/rustdesk/rustdesk/wiki/How-does-RustDesk-work%3F
![image](https://github.com/rustdesk/rustdesk/assets/71636191/ce224ff8-16cf-4d7e-9277-c106c08a927a) ![image](https://github.com/rustdesk/rustdesk/assets/71636191/ce224ff8-16cf-4d7e-9277-c106c08a927a)
# logs of `hbbs` and `hbbr` (RustDesk Server)
If you install with `install.sh` or deb, the logs files are `hbbr.log` and `hbbs.log` under `/var/log/rustdesk-server/`.
If you install with `Docker`, please run `docker logs hbbs` and `docker logs hbbr`
# Wayland # Wayland
Wayland is experimentally supported in nightly build (1.2), but with some limitations. Wayland is experimentally supported in nightly build (1.2), but with some limitations.
@@ -1197,10 +1202,4 @@ LIMIT_SPEED=64
``` ```
or higher values you want. or higher values you want.
Then restart the container. You can see the change from the [logs of `hbbr`](https://github.com/rustdesk/rustdesk/wiki/FAQ#logs-of-hbbs-and-hbbr-rustdesk-server). Then restart the container. You can see the change from the [logs of `hbbr`](https://github.com/rustdesk/rustdesk/wiki/FAQ#logs-of-hbbs-and-hbbr-rustdesk-server).
# logs of `hbbs` and `hbbr` (RustDesk Server)
If you install with `install.sh` or deb, the logs files are `hbbr.log` and `hbbs.log` under `/var/log/rustdesk-server/`.
If you install with `Docker`, please run `docker logs hbbs` and `docker logs hbbr`