mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Changing a static password #1886
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#1886
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 @ScriblJ on GitHub (Jun 30, 2023).
Bug Description
I want to deploy the night version on my network, but when using the "--password" key, nothing happens :(
How to Reproduce
CMD run as admin:
rustdesk.exe --password SomePassword
Expected Behavior
Setting a static password for RustDesk.
Operating system(s) on local side and remote side
Windows 10 21H2 - 19044.3086 (LOCAL)
RustDesk Version(s) on local side and remote side
1.2.0 (Build 2023-06-29 03:01)
Screenshots
Additional Context
Config:

No matter what I do, but the key does not seem to work, maybe I don’t understand something...

Tried in different ways, from CMD/PowerShell admin. Each log re-read no errors encountered with the password.
~ Works as a service.
~~ In the screenshot, I'm worried about the insoles with
#[cfg(any(target_os = "android", target_os = "ios"))]
@rustdesk commented on GitHub (Jun 30, 2023):
#763