mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
--config not importing a gui exported config unless the server addresses are local ip addresses?? #3748
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#3748
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 @wcsprojects on GitHub (Oct 24, 2025).
Bug Description
i'm running on windows 11, windows 10, windows server 2019. i can't import an encrypted config string exported from the gui unless i'm using an internal / non-public ip address.
i've tried this on version 1.4.3 and 1.4.4
How to Reproduce
in network settings. i'm typing in 10.55.55.101 for both servers. clicking Export button. i take that exported key which does NOT begin with an = sign.
going to another pc. rustdesk.exe --config 9JSPnNVMKFXcQJjYQNFSsp2MWhTanZnTqNTMRhlatNGMvpneLdnd6FzRlFmN4IiOikXZrJCLiIiOikGDUMMYDUMMYTryYourself
and it makes changes to the RustDesk2.toml AND the GUI fields mentioned.
it connects to my relay server - all good.
do the same process (EXACT same process) changing it to dummy.dummydomains.com for both relay and id server fields.
it exports a key like this:
=0nI9c2UxoUcxBlMiB1UIxmazYFOpdmdOp2MxEFWq12Yw8me6t0d2pXMHVWY2gjI6ISeltmIsIiI6
i take it to other PCs and it WON'T import. via --config. or even through the GUI network settings page.
Expected Behavior
it should import regardless of the server address. i decide what server address i want to connect to.
Operating system(s) on local (controlling) side and remote (controlled) side
windows 10, 11, server 2019
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.3 -> 1.4.4
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Oct 24, 2025):
#763