diff --git a/FAQ.md b/FAQ.md index f579c68..5614de0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -516,12 +516,16 @@ e.g. `proxy=http://username:password@example.com:8080 ./hbbs` you can also add `proxy=http://username:password@example.com:8080` to .env file under working directory (where you can see `id_ed25519 / db.sqlite3` files) -# Failed to start cm +# The connection is interrupted every 10-15 seconds + +Check something similar as below `C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\log\server\RustDesk_rCURRENT.log` ``` [2024-09-03 02:01:37.719270 +03:00] INFO [src\server\connection.rs:3105] #1524 Connection closed: connection manager error: Failed to launch ["--cm"] with session id 1:..... (os error 740) ``` +This is because something related to UAC, here is a solution. + https://github.com/rustdesk/rustdesk-server-pro/discussions/382#discussioncomment-10525725