Deploy the server side using docker compose:
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: always
hbbr:
container_name: hbbr
image: rustdesk/rustdesk-server:latest
command: hbbr
volumes:
- /home/dockerdata/rustdesk:/root
network_mode: "host"
restart: always
Client ID, Network is set as shown below:
The client can connect to the server normally and the status is ready.
Opened the Wireshark tool and found a request to access port 21114.
Search by port number, and PID is client.
I found that port 21114 is used to communicate with the web console in the pro version. But the non-professional version should not have this feature, so is it possible to turn off initiating 21114 requests?
https://rustdesk.com/docs/zh-cn/self-host/rustdesk-server-pro/console/
Do not initiate requests to port 21114.
Windows 11 23H2 -> Linux 5.14.0-427.31.1.el9_4.x86_64
1.3.0 -> 1.3.0
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too