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!