Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

start server and viewer with password parameter from cmd

Post Reply
rookie1516
Posts: 2
Joined: 2015-08-24 15:14

start server and viewer with password parameter from cmd

Post by rookie1516 »

Hello,

I am using ultravnc repeater and I am trying to establish connection between two computers.
I noticed that the classic winvcn does not support -password as parameter. I switched to single click because of this.
The commands I am using and that are working at this point are:

1) start the server:
"C:\Program Files\uvnc bvba\UltraVNC\winvnc.exe" -ID:104 -connect 10.0.0.XXX::5500 -run

2) start the viewer:
"C:\Program Files\uvnc bvba\UltraVNC\vncviewer.exe" -proxy 10.0.0.XXX:5901 ID:104

Running these commands from two different pc`s allow me sharing the screen of the pc where the first command is running.

My question: Is it possible to pass -password parameter to the both of the commands so I can be sure that the connection is the same?


Something like this:


"C:\Program Files\uvnc bvba\winvnc.exe" -plugin -id 105 -connect 10.0.0.XXX::5500 -password test -service

and

"C:\Program Files\uvnc bvba\UltraVNC\vncviewer.exe" -proxy 10.0.0.XXX:5901 ID:105 -password test

using these both commands also share the screen but the password parameter is not working properly. If I type different password in the second command it connects to the server anyway.

Any help is appreciated!

Thank you very much!
Post Reply