Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

command line connect to repeater

Post Reply
rsearcy
Posts: 3
Joined: 2005-10-27 01:43

command line connect to repeater

Post by rsearcy »

Hi All

I am able to make a connection to my repeater via the GUI, but can not figure out the syntax for connecting from the command line. I am trying something like winvnc.ex -connect repeater:port ID:id Example -connect 66.145.189.80:5500 ID:1234 What am I doing wrong?

Thanks
Rick
bevtech
800
800
Posts: 2168
Joined: 2005-08-03 14:07
Location: Pennsylvania, United States

Post by bevtech »

rick,
well you are close, but I am curious if you are trying to connect to the repeater box or just the repeater??
-connect 66.145.189.80:5500 ID:1234 What am I doing wrong?

If repeater then you would use C:\program files\UltraVNC\vncviewer"
-proxy {your repeater IP}::{your listening repeater port} ID:1234

If you want to connect to the repeater box provided you have a server installed on it

C:\program files\UltraVNC\vncviewer"
-connect {your repeater IP}::{your listening port of the Winvnc server}

Hope this helps,
Bevtech

Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2

User not developer..;)
rsearcy
Posts: 3
Joined: 2005-10-27 01:43

Post by rsearcy »

What I would like to do is do a reverse connection from the server like this: [topic=1340][/topic]

I am able to do so using the gui on the server and the add new client dialog, but I would like to do it command line instead of the add new client box.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

with new "classic" winvnc (not speaking SC)
[topic=3173][/topic]
[topic=4325][/topic]

"%programfiles%\UltraVNC\winvnc.exe" -autoreconnect ID:1234 -connect hostname_repeater::5500

or

"%programfiles%\UltraVNC\winvnc.exe" -autoreconnect ID:1234 -connect repeater_ip::5500

actually,
classic winvnc can't use from command line just ID without "-autoreconnect"

ID:1234 (number 1234 is an example)

classic winvnc supporting feature "-autoreconnect ID:xxx"
http://sc.uvnc.com/V2/winvnc.exe
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply