mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Modify the server configuration and compile the client #3640
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3640
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YouYou-baup on GitHub (Sep 14, 2025).
Bug Description
Fork the rustdesk project to my own GitHub repository, modify the server-side configuration, and execute workflows to package the client, but after installing the application, there is no server-side information in the application.
How to Reproduce
I deployed the server on my own server and wrote the server's IP and Key into the configuration, as shown below:
I am basing my configuration on the one submitted under the hash "9e7696c7d4e346508ba68e801a53c6d1f1748fb5".
Execute workflows in Actions to compile the client and install rustdesk on Windows, but the Rustdesk client connects not to the server I have set up myself, but to the official public server.
Expected Behavior
I hope to be able to incorporate the IP and key of my rustdesk server into the program, so that other partners can directly use my server without any configuration, just by simple installation.
Operating system(s) on local (controlling) side and remote (controlled) side
Windows11
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.2 -> rustdesk-server-s6
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Sep 14, 2025):
#763