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 Arguments For SC and VNCViewer.exe

Post Reply
Lotle
Posts: 3
Joined: 2007-07-02 08:46

Command Line Arguments For SC and VNCViewer.exe

Post by Lotle »

I am attempting to get a custom SC file to work correctly with a repeater.

First, i am having problems with getting the command line arguments correct in the helpdesk.txt file for SC. I have managed to get it to work without the repeater but when i try to add what i believe is the correct syntax for the repeater it seems to not work correctly. I currently am trying:

Code: Select all

[HOST]
Local Connection
-connect 127.0.0.1:5500 -noregistry

[HOST]
Online Connection
-run -autoreconnect ID:123 -connect the_repeater_url.com::5500 -noregistry
The first entry works correctly but the second entry doesn't seem to even connect to the repeater (it doesn't show a connection in the status on the server).

Second, I'm unsure if i am providing the correct arguments for a listening vncviewer.exe. When i do a vncviewer /listen it will just sit in the tray and wait. But when i try to put in the settings for the repeater it pops up the dialog that is shown when you are connecting to the server. My current syntax is:

Code: Select all

vncviewer.exe /listen ID:123 /proxy the_repeater_url.com
I would like the viewer to stay in listen mode and sit in the tray as it does when i just do /listen and not pop up any window until a server tries to add me as a client (from the SC execution).

Can anyone give suggestion on how to modify this to work correctly?

Thanks in advance.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Command Line Arguments For SC and VNCViewer.exe

Post by redge »

better to do a batch script
"C:\Program Files\UltraVnc\vncviewer.exe" -proxy repeater01.ultravnc.info:5901 ID:123 -autoreconnect 1 -listen


SC do not have autoreconnect feature (this a missing feature)
you need to use third vnc related product can do it.
[topic=6593][/topic]
Last edited by redge on 2007-07-02 20:58, edited 2 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply