Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The client always tries to access a non-existent port on the server: 21114 #469

Open
itning opened this issue Sep 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@itning
Copy link

itning commented Sep 15, 2024

Bug Description

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:
image
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.
image
Search by port number, and PID is client.
image
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/

How to Reproduce

  1. Build your own server
  2. Normal communication between client and server
  3. Monitor through Wireshark that the client makes a tcp request to the server on port 21114.

Expected Behavior

Do not initiate requests to port 21114.

Operating system(s) on local side and remote side

Windows 11 23H2 -> Linux 5.14.0-427.31.1.el9_4.x86_64

RustDesk Version(s) on local side and remote side

1.3.0 -> 1.3.0

Screenshots

image

Additional Context

No response

@itning itning added the bug Something isn't working label Sep 15, 2024
@rustdesk rustdesk transferred this issue from rustdesk/rustdesk Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant