Replies: 43 comments 41 replies
-
1.1.6 |
Beta Was this translation helpful? Give feedback.
-
Glad to see this reopened. |
Beta Was this translation helpful? Give feedback.
-
Because someone mentioned this on discord, and I have been investigating on AnyDesk/TeamViewer/Parsec API lately. |
Beta Was this translation helpful? Give feedback.
-
It would be very nice to be able to start a connection from the command line. For example, to integrate with other remote connection management tools. |
Beta Was this translation helpful? Give feedback.
-
Teamviewer https://community.teamviewer.com/English/kb/articles/34447-command-line-parameters I normally use |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
wow thanks! is it documented anywhere? |
Beta Was this translation helpful? Give feedback.
-
Hello, Now a question:Can I connect via SSH and generate a password, (or see the password) and then connect via client to the Raustdesk? Thanks |
Beta Was this translation helpful? Give feedback.
-
Are you suggesting this is more secured than having a static complex password on rustdesk? Frankly, I think it takes the same flow and effort to steal your static complex password vs your SSH password/key. |
Beta Was this translation helpful? Give feedback.
-
You are right.
|
Beta Was this translation helpful? Give feedback.
-
Haha, we are going in circles: how do you determine if a connection is a trusted one? Teamviewer does it by having 2 passwords, a dynamic one and static one, either one will allow you to login. The closest I can think of is to have the dynamic password regenerate after each disconnection, but the static remains and is available to all connections, just make sure to keep it complex. |
Beta Was this translation helpful? Give feedback.
-
You are right. :) I am thinking that if both parties check the trusted box, then we the connections are trusted.
This is one good approach, the other one is to have static password just for some connections and not global. |
Beta Was this translation helpful? Give feedback.
-
Jumping in this issue to say it would be good to be able to get the current ID and password via the command line. The use case is having a machine that's out in the field where there is not someone present to read off the ID and password or interact with the UI component (the UI would not even be launched). It would be good to dump these out on the command line when connected to said machine via SSH like:
|
Beta Was this translation helpful? Give feedback.
-
you can read ID and password from the config files:
(password can be salted) |
Beta Was this translation helpful? Give feedback.
-
It would be nice to be able to set/get ID as root. Any ideas if this will ever be merged in Rustdesk or we'd have to rollout our own releases? |
Beta Was this translation helpful? Give feedback.
-
For autologin the way anydesk does it is nice: So the command is: On this way the password is not visible on the process list. |
Beta Was this translation helpful? Give feedback.
-
This is exactly our use case. We need to a use to programatically retrieve the ID. We can set password it's sad to see no way to get ID for field deployments. It's OK if this action is only limited to root, that's not the issue. @rustdesk When can we expect this important feature to be implemented? Onyx47@ed9e92f seems like a good solution. |
Beta Was this translation helpful? Give feedback.
-
Highly recommend this, I can only precompile one client per client right now, built in id and password ,is there any body can share a document ,how to pre-config it |
Beta Was this translation helpful? Give feedback.
-
I saw the option to rename the Windows installer file to include the relay server and public key. Is it possible to provide those via cmd line instead of creating a really....really long filename? |
Beta Was this translation helpful? Give feedback.
-
Just chiming in here to say that this is really, really useful in managed deployments with MDM. |
Beta Was this translation helpful? Give feedback.
-
so it's all done!
|
Beta Was this translation helpful? Give feedback.
-
you need? help with developing and testing web api pro lite? ( ;) smile)
|
Beta Was this translation helpful? Give feedback.
-
Hi all, do you know if there has been progress on password-passing via command-line during While I am currently following bilogic's suggestion above to store the password in Rustdesk, I would like to store connection files (e.g. batch files to execute |
Beta Was this translation helpful? Give feedback.
-
Hi Folks, This would be great. I tried rustdesk --help and it just fires up the GUI in X again. Is there a document for all the command line options on Linux please? Paully |
Beta Was this translation helpful? Give feedback.
-
For anyone still wondering what command line arguments are currently available, take a look at the file src/core_main.rs and do ctrl+f for '--'. I'm not sure there are other arguments than those. Edit: in #9484 I made a request to add a --help argument |
Beta Was this translation helpful? Give feedback.
-
go to the network tab in rustdesk after youve added your server and key, click the export button on top right...gives you a encoded string then run rustdesk.exe --config =0nI9Ajeh9GWRdlSJBFc0F1VpZDTCxUYjlEeItkWxZWZnxUWBd3Srp0Z4gFWNxkI6ISsdfhshsdhsdhIiI6ISehxWZyJCLiEmeu82YuQXa5xGcdhdhdhjsdfhciojI0N3boJye thats a garbage key just as an example... https://rustdesk.com/docs/en/self-host/client-deployment/ has the scripts - use that same string you exported in the config = " " field to preconfigure for your deploys. |
Beta Was this translation helpful? Give feedback.
-
By default rustdesk.exe in command line on Windows has no output, you have to run it like below.
Assign Device Users/Groups/Strategies to Devices for self-hosting Pro |
Beta Was this translation helpful? Give feedback.
-
I second this. Rustdesk should have a CLI. I'm on Linux. I want it and I expect it. And I love rustdesk. |
Beta Was this translation helpful? Give feedback.
-
Can someone please help me to setup a client on Linux machine ? thank you |
Beta Was this translation helpful? Give feedback.
-
Would like to see command line support so I can add RustDesk to env variables, and push an id as an argument along with ability to push a password if needed.
Of course the command line interface would need to support other things as well, but this support would be a nice addition.
This feature could also be used to drop shortcuts on to the users desktop, that calls RustDesk and connects to a saved id in the shortcut file. Similar to how AnyDesk does it.
Beta Was this translation helpful? Give feedback.
All reactions