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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

Search found 9 matches

by romrom3254
2019-10-07 15:32
Forum: Old messages
Topic: How can I tell if Add-ons were installed and which version?
Replies: 0
Views: 3500

How can I tell if Add-ons were installed and which version?

Is there an easy way to tell if Add-ons were installed on a particular machine and, if so, which version (of the Add-ons) it is using?
by romrom3254
2019-05-08 14:44
Forum: Old messages
Topic: How to replicate "Add New Client" functionality in cmd line
Replies: 4
Views: 5830

Re: How to replicate "Add New Client" functionality in cmd l

I finally got it to work using:
winvnc -ID:19 -connect myhostname.com

However, for some strange reason if I place the ID tag after my host name it doesn't work as dependably (sometimes yes, sometimes no). Is it possible that the tag order will make a difference?
by romrom3254
2019-05-06 22:03
Forum: Old messages
Topic: How to replicate "Add New Client" functionality in cmd line
Replies: 4
Views: 5830

Re: How to replicate "Add New Client" functionality in cmd l

The server is running 1.2.2.4(b) and I added AllowInjection=1 to Admin section of the INI file (and restarted the service). However the following STILL doesn't work for me: winvnc -connect myhostname.com:5500 -autoreconnect -id::19 myhostname.com is URL of my repeater and 19 is the connection number ...
by romrom3254
2019-05-06 15:29
Forum: Old messages
Topic: How to replicate "Add New Client" functionality in cmd line
Replies: 4
Views: 5830

How to replicate "Add New Client" functionality in cmd line

I have tried many options in the past but still did not have any luck getting this to work so any assistance would be greatly appreciated: This is my issue: If I go to the host computer (where the server is), right click on the tray icon, select "Add New Client" and enter "myhostname.com" for the ...
by romrom3254
2019-05-02 21:56
Forum: Old messages
Topic: How to mimic "Add New Client"
Replies: 6
Views: 9788

Re: How to mimic "Add New Client"

I know this is an old post, but I still didn't have any luck getting this to work and I'm revisting this after giving up a few years back. This is my issue: If I go to the host computer (where the server is), right click on the tray icon, select "Add New Client" and enter "myhostname.com" for the ...
by romrom3254
2015-06-02 19:12
Forum: Old messages
Topic: How to mimic "Add New Client"
Replies: 6
Views: 9788

Re: How to mimic "Add New Client"

Oops, I forgot to mention that I am using the repeater service. The documentation doesn't really state how these commands are affected when you do repeater vs. a listening viewer. I have a few issues with the documentation, but it could just be due to my ignorance of how UVNC works: First, the ...
by romrom3254
2015-06-01 17:04
Forum: Old messages
Topic: How to mimic "Add New Client"
Replies: 6
Views: 9788

Re: How to mimic "Add New Client"

Sorry, but which one is it? Does "Add new client" use autoreconnect or not?
Do I need to include the ID with autoreconnect if I use the -id tag anyway?
Also, when would one use -stopreconnect ?
Documentation is, frankly, very confusing
by romrom3254
2015-06-01 15:10
Forum: Old messages
Topic: How to mimic "Add New Client"
Replies: 6
Views: 9788

How to mimic "Add New Client"

I'm trying to create a mini-program that starts up a new session, basically an equivalent of selecting "Add new client" by right-clicking the UltraVNC server service. What is the exact command line that "Add New Client" executes? Obviously it includes winvnc -connect, etc. Does it also include the ...