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

cmdline to connet vncviewer to repeater II

Post Reply
cmdliner

cmdline to connet vncviewer to repeater II

Post by cmdliner »

i'm trying to establish a connection with vncviewer (RL18) to repeater II from command line.

i could not figure out how to pass ID on command line, tried this, with no success:

Code: Select all

vncviewer  -autoscaling  -proxy xxx.xxx.xxx.xxx:5901 -ID 1234
I can connect to repeater II from vncviewer graphical connection -screen with no problen (VNC server ID:1234 and Proxy:xxx.xxx.xxx.xxx:5901) but not from command line.
CBailey
40
40
Posts: 71
Joined: 2005-02-28 23:41

Post by CBailey »

I'd like to second that request. I've attempted the same thing, and eventually gave up...
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

resume of your request :D

doc winvnc + viewer command line with usage of the repeater
[post=10928][/post]

but anybody try RC206 if -id already done ?

I was not testing new RC206 vncviewer and winvnc to use with repeater 1.02
wait your feedback

verified bugs ... test exe
[topic=2944][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
cmdliner

Post by cmdliner »

after careful strudy and by trial and error: it suddenly started to work like this:

Code: Select all

vncviewer  -autoscaling  -proxy xxx.xxx.xxx.xxx:5901 ID:1234
Post Reply