diff --git a/FAQ.md b/FAQ.md index 33fbbbd..1168b26 100644 --- a/FAQ.md +++ b/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`]() . 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`](https://github.com/rustdesk/rustdesk/wiki/FAQ#logs-of-hbbs-and-hbbr-rustdesk-server). 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,7 +1197,7 @@ LIMIT_SPEED=64 ``` or higher values you want. -Then restart the container. You can see the change from the logs of `hbbr`. +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)