rustdesk-server
rustdesk-server copied to clipboard
RustDesk Server Program
**Is your feature request related to a problem? Please describe.** The UI is tiny on a 4k display (32") This is on Linux **Describe the solution you'd like** Add UI...
**Describe the bug** The hbbs server process hangs indefinitely at the "Generated new keypair for id" step when running on an Android ARMv7l device Environment: Device: Android ARMv7l (rooted) RustDesk...
**Describe the bug** Multiple crashes of the rendezvous server hbbs container occur per day since I upgraded the docker image to version 1.1.12 on 2024-12-29. The crashes increased from once...
The server-side system is win server 2012, the software is 1.14 (it was 1.12), the id_ed25519 is configured, and rustdesk-utils.toml is configured (the content is [options] relay-server = "192.168.0.111:21116"), and...
we will not deploy the sevice with ssl, so the web client can not be visit via wss protocol
**Issue Description:** My current bandwidth provides an upload rate of 160 Mb/s. However, when transferring files via a single connection, the speed caps at 80 Mb/s, even though multi-connection transfers...
**Describe the bug** After upgrading to [latest 1.1.13](https://hub.docker.com/layers/rustdesk/rustdesk-server/1.1.13/images/sha256-a3d3e04fec80afdfbefc1d642fb0b12940df636e3b31db33a14f09ab2d932691) server version from docker hub, I get code 132 crashes on hbbs. Reverting to 1.1.12 works around the issue **Describe the environment**...
**Describe the bug** The servers hbbs and hbbr run as the root user rather than as a non-privileged user. **Describe the environment** Debian package installed on Ubuntu 20.04. **How to...
**Describe the bug** The private key of the hbbs server is created as world-readable file. **Describe the environment** Debian package on Ubuntu 20.04, version 1.1.14 **How to Reproduce the bug**...
The default image runs as the root user. It is recommended to run app as a non-root user by default. rustdesk/rustdesk-server rustdesk/rustdesk-server-s6 Dockerfile: FROM rustdesk/rustdesk-server-s6:1.1.14 WORKDIR /data RUN adduser -g...