mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Rustdesk ignores --config string on deployment, works in gui #3221
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#3221
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 @jpb1s on GitHub (Jan 8, 2025).
Bug Description
We use the Powershell script to deploy rustdesk via ansible on Windows 11. While setting a password works and the ID is correctly returned from the script, the --config parameter doesn't seem to have any effect. When I add the same config string to the GUI via settings / network / "Import server config" it works fine and sets the ID Server, Relay Server and the API key. We'd really like to deploy Rustdesk at scale without having to manually configure the network settings.
Is there a good way to debug this on my end? I'd appreciate any pointers.
How to Reproduce
Expected Behavior
I'd expect Rustdesk to apply the config string when passed with --config. At least I'd expect some kind of output if it couldn't be applied for some reason.
Operating system(s) on local (controlling) side and remote (controlled) side
Ubuntu 24.04 -> Windows 11 (irrelevant, as issue is before control)
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.3.1 -> 1.3.6 (irrelevant, as issue is before control)
Screenshots
I don't think screenshots are helpful, will add if requested.
Additional Context
No response
@rustdesk commented on GitHub (Jan 8, 2025):
#763