Replies: 45 comments 43 replies
1.1.6 |
|
Glad to see this reopened. |
|
Because someone mentioned this on discord, and I have been investigating on AnyDesk/TeamViewer/Parsec API lately. |
|
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. |
|
Teamviewer https://community.teamviewer.com/English/kb/articles/34447-command-line-parameters I normally use |
|
|
wow thanks! is it documented anywhere? |
|
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 |
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. |
You are right.
|
|
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. |
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. |
|
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: |
|
you can read ID and password from the config files:
(password can be salted) |
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. |
|
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 |
|
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? |
|
Just chiming in here to say that this is really, really useful in managed deployments with MDM. |
|
so it's all done!
|
you need? help with developing and testing web api pro lite? ( ;) smile) |
|
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 |
|
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 |
|
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 |
|
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. |
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 |
|
I second this. Rustdesk should have a CLI. I'm on Linux. I want it and I expect it. And I love rustdesk. |
|
Can someone please help me to setup a client on Linux machine ? thank you |
|
Guessing there's no way to accept the share prompt via SSH/command line? |
|
I am using a custom-built RustDesk client named customclient.exe.The client is successfully installed as a service and the service is actively Running.I am executing the command with full Administrative privileges to set permananet password. |


Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions