Open Teamviewer with URI and password
Hello World,
I'm developping a little web app to have acces of all my customers's Teamviewer host, and I need to have the link to open TV with the password in it.
I allready have this one : teamviewer10://control?device=123456789
But I can't find the parameter for the password.
Any one has an idea ?
Thank you!
Answers
-
Hi @Yohann,
I do not think there is an alternative to inserting a password through a textbox. Headless hosts are allowed ... not clients.
The appendix A of the API documentation describes the possibility of calling a uri to obtain this series of actions:
- opening of your TeamViewer client;
- pre-setting of the ID of the interlocutor or of the related Contact.
The operation actually ends with the display of the box in which to enter the password to start the connection.Regards.
Domenico Langone
1 -
You can launch the application and pass the credentials.
Although I am having a hard time encrypting the password base64
0 -
Hello,
what were the results here? Unfortunately, I can not open the URL (https://community.teamviewer.com/t5/Knowledge-Base/Are-there-parameters-to-start-TeamViewer/ta-p/4135).
How can I include the password in the URL?
0 -
Hey guys,
Thank you for your time and effort on these forums!
I also couldn't open the link and am interested to know the results with this one.
I suspect that broken link refers to launching the application (eg. via command prompt or Powershell) and passing the credentials using the parameters in this link: https://community.teamviewer.com/English/kb/articles/34447-command-line-parameters
While that is working great for us on local execution, unfortunately, the password parameters from that documentation (--PasswordB64, -B, --Password , and -p) don't seem to work in the use case mentioned above (which would be incredible to have!).
0