rustdesk-server
rustdesk-server copied to clipboard
RustDesk Server Program
## Is your feature request related to a problem? Please describe. The self hosted docker option allows to mount the keypair as file mounts: ```yml volumes: - ./id_ed25519:/data/id_ed25519:ro - ./id_ed25519.pub:/data/id_ed25519.pub:ro...
hi is it an option in configuration or a tricky solution to prevent RustDesk from a p2p connection and force it to pass all traffic through the relay server? thanks
# BACKGROUND Rustdesk seems to log to `stdout` only, and thus to docker's built-in "json driver". The logs can be access like so: - `$ docker logs -t $CONTAINER_NAME` -...
It would be nice if the server could manage who has the rights of remote view/control. Considering some operator's ID and password has leaked somehow (along the public key), anyone...
The log show Timeout of test_hbbs and program end. This problem occurs once every two days. Log: [2022-11-26 11:52:37.105321 +08:00] ERROR [src/rendezvous_server.rs:1218] Timeout of test_hbbs
how to increase fps. the time delay is under 5ms on my machine, but the fps is always below 10, no matter what video codec i choose(VP9, H.265 or AV1)....
I cannot connect PC A (Windows 10) to PC B (Windows 11), but when I try to connect PC B to PC A, it works. Both machines show ready, but...
i have successful build my own hbbs and hbbr on Ubuntu, and run them by using parameters '-r' and '-k'. But no matter how to set on client app, it...
Hi Guys, Great Software you have build. I read a few comments mentioning a pro version of rust desk, I would love to pay for that if the address book...
ubuntu@instance:/opt/rustdesk$ sudo docker-compose -f rustdesk.yml up -d ERROR: yaml.parser.ParserError: while parsing a block mapping in "./rustdesk.yml", line 1, column 1 expected , but found '' in "./rustdesk.yml", line 3, column...