rustdesk-server icon indicating copy to clipboard operation
rustdesk-server copied to clipboard

RustDesk Server Program

Results 164 rustdesk-server issues
Sort by recently updated
recently updated
newest added
trafficstars

### Bug Description Deploy the server side using docker compose: ```yml name: rustdesk services: hbbs: container_name: hbbs image: rustdesk/rustdesk-server:latest command: hbbs volumes: - /home/dockerdata/rustdesk:/root network_mode: "host" depends_on: - hbbr restart:...

bug

**Describe the bug** I modified the cargo.toml file in the libs/hbc_common directory to enable the forwarding component to support using the Quic protocol connection. The modified content is as follows:...

bug

without need of port 21115、21117、21118,how to close them

enhancement

Hi, I just upgraded rustdesk-server from docker image 1.1.8 to 1.1.11-1 and I'm trying to connect to the bash container to run the hbbs -V command. With docker image 1.1.8...

bug

**Describe the bug** When the self-host server is in possession of multiple IPv6 addresses, the server seems to only accept requests to access its specific addresses from the Internet. **Describe...

bug

**Describe the bug** The issue occurs when I assign both an IPv4 and an IPv6 to the DNS entry for RustDesk. In this case, the complete communication between the clients...

bug

Hello, I don't know if it was a coincidence, but after I had a problem in Ubuntu 24.04, I ran out of desk, then I repaired. the next day I...

bug

**Describe the bug** I can not connect between two clients on my own ID Server. **Describe the environment** Ubuntu 22.04 minimal Server All updates installed Docker Version of Rustdesk installed...

bug

The hbb_common Submodule was accidentally deleted in https://github.com/rustdesk/rustdesk-server/commit/c650217919ce6b67bf62a3d0c092e41f0d37b18b

**Is your feature request related to a problem? Please describe.** Unable to connect to Android device without a person being near the Android phone. **Describe the desired solution** I would...

enhancement