From ea8e65ef977eabaf88b482d5cc9cdc6e100542f0 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 21 Jun 2025 21:11:53 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/FAQ.md b/FAQ.md index 1cc6326..5062b54 100644 --- a/FAQ.md +++ b/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) +# 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 is experimentally supported in nightly build (1.2), but with some limitations. @@ -1197,10 +1202,4 @@ LIMIT_SPEED=64 ``` 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). - -# 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` \ No newline at end of file +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). \ No newline at end of file