Updated FAQ (markdown)

RustDesk
2025-06-21 00:42:42 +08:00
parent e3d5384b9d
commit dd90de9923

8
FAQ.md

@@ -378,7 +378,7 @@ Ensure your relay server (`hbbr` which uses TCP `21117` port) is running on the
[2025-06-06 14:02:38.419275 +08:00] ERROR [src\server.rs:264] Failed to create relay connection for 12.23.45.67:23108 with uuid 2f9ec2fc-2f0e-4002-8e81-eb0eb1241d0b: Reset by the peer (os error 10054)
```
You can find the key from logs of `hbbs` and `hbbr`. If you install with `install.sh`, the logs files are `hbbr.log` and `hbbs.log` under `/var/log/rustdesk-server/`. If you install with Docker compose, please use command `docker logs hbbs` and `docker logs hbbr`. You can find the key (something like `[2025-06-06 05:53:48.166257 +00:00] INFO [src/relay_server.rs:604] Key: SsdfdsjTmSQx5Wx4FtcEFqtECfs1nV8QedBR+xpnrK0LM=
You can find the key from [logs of `hbbs` and `hbbr`]() . You can find the key (something like `[2025-06-06 05:53:48.166257 +00:00] INFO [src/relay_server.rs:604] Key: SsdfdsjTmSQx5Wx4FtcEFqtECfs1nV8QedBR+xpnrK0LM=
`) in the header of the logs file.
It may be caused by using wrong volumns mapping in docker compose file, please strictly follow https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/docker/#docker-compose, or you changed `hbbs` key but forgot to sync to `hbbr` (and restart), or some other reasons.
@@ -1197,4 +1197,8 @@ LIMIT_SPEED=64
```
or higher values you want.
Then restart the container. You can see the chagne by running `docker logs hbbr`.
Then restart the container. You can see the change from the logs of `hbbr`.
# 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 use command `docker logs hbbs` and `docker logs hbbr`