mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 23:21:28 +03:00
Updated FAQ (markdown)
6
FAQ.md
6
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)
|
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)
|
[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
|
https://github.com/rustdesk/rustdesk-server-pro/discussions/382#discussioncomment-10525725
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user