We'd like to use Ultra VCN to offer remote support for our customers.
They should be able to select one of our operators and add him as a client.
I know how to do it using the taskbar symbol.
But most of them are rookie users and have no idea how ports or IPs work, so I would like to create a link on their start menu to add a certain client.
Is there a way to do this (via batch or configuration file)?
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
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
Adding a client the easy way
Maybe I didn't get it right, but I think this is much more than I asked for.
I just need to tell a runnning server wich client to add, but don't want to type anything, just running a batch file or something.
The client is allready running in listen mode.
I heard about .vnc files, but I didn't find any documentation about. After the installation of UltraVNC they are connected with the viewer. Can they be used for the server, too?
I just need to tell a runnning server wich client to add, but don't want to type anything, just running a batch file or something.
The client is allready running in listen mode.
I heard about .vnc files, but I didn't find any documentation about. After the installation of UltraVNC they are connected with the viewer. Can they be used for the server, too?
Hi,
If I am understanding your requirements correctly, you want your clients to click an icon and be connected to one of many of your support personel that are running the Viewer in Listen mode and you do not connect the other way around (i.e. you start the connection to the Client)
If this is correct then Rudi's UltraVncSC.exe is the best answer for you.
If you just want a bunch of icons, you can set the icon target to
But using the standard WinVNC Server does have other considerations.
If I am understanding your requirements correctly, you want your clients to click an icon and be connected to one of many of your support personel that are running the Viewer in Listen mode and you do not connect the other way around (i.e. you start the connection to the Client)
If this is correct then Rudi's UltraVncSC.exe is the best answer for you.
If you just want a bunch of icons, you can set the icon target to
Code: Select all
"C:\Program Files\UltraVNC\winvnc.exe" -connect ###.###.###.###
Paul Benn
If you want to use the encryption key, use this for the listenernjc wrote:Hi,
If I am understanding your requirements correctly, you want your clients to click an icon and be connected to one of many of your support personel that are running the Viewer in Listen mode and you do not connect the other way around (i.e. you start the connection to the Client)
If this is correct then Rudi's UltraVncSC.exe is the best answer for you.
If you just want a bunch of icons, you can set the icon target to
But using the standard WinVNC Server does have other considerations.Code: Select all
"C:\Program Files\UltraVNC\winvnc.exe" -connect ###.###.###.###
vncviewer.exe /dsmplugin MSRC4Plugin.dsm /listen 5500
Can NAT customers be supported
My requirements are similiar. I'd like the customer to be able to download the server app from my website and install it. The customer should supply me with a temporary password whereby I can access his machine with WinVNCVeiwer. I'm willing to walk the non tech customer through the install procedure and don't anticipate issues for dial-up users.
However, many of my customers are behind a NAT router. Establishing a static IP and port forwarding is too cumbersome for them.
My question is, is there a work around for this? Also, is it possible to have a script developed (VBS, batch, JAVA, etc)that would perform the task of port forwarding with a minimum of fuss. My thoughts are the script could backup the original router configuration files, prompt for information needed and setup the port forwarding. After the session, the original config files can be restored. Does this sound feasible? Does a solution exist?
Since each support session terminates the static IP shouldn't be an issue.
Thoughts?
However, many of my customers are behind a NAT router. Establishing a static IP and port forwarding is too cumbersome for them.
My question is, is there a work around for this? Also, is it possible to have a script developed (VBS, batch, JAVA, etc)that would perform the task of port forwarding with a minimum of fuss. My thoughts are the script could backup the original router configuration files, prompt for information needed and setup the port forwarding. After the session, the original config files can be restored. Does this sound feasible? Does a solution exist?
Since each support session terminates the static IP shouldn't be an issue.
Thoughts?
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
For nat you better use the invers way...
Let the cusomer make a conection to your viewer.
In that case, you don't have to make any changes on the customers NAT translation.
On your site, if you also have a NAT router or someother firewall, you need to make some changes that the customer can connect to the viewer.
But that's local, you have full controle and you only need to do it once.
You can also use the SC for it.
The customer download the exe, and click. SC is preconfigured
by you to make a connection to your viewer.
Disadvantage of SC is that it does not work as service.
-You can not connect when nobody is logged on.
-Only the customer can initiate the connection
-When a reboot is needed, the customer need to initiate the connection again.
From security point, perhaps not bad, the customer need to grand access and is in front of the PC you controle. But for
long installations that require several reboots....
Rdv
Let the cusomer make a conection to your viewer.
In that case, you don't have to make any changes on the customers NAT translation.
On your site, if you also have a NAT router or someother firewall, you need to make some changes that the customer can connect to the viewer.
But that's local, you have full controle and you only need to do it once.
You can also use the SC for it.
The customer download the exe, and click. SC is preconfigured
by you to make a connection to your viewer.
Disadvantage of SC is that it does not work as service.
-You can not connect when nobody is logged on.
-Only the customer can initiate the connection
-When a reboot is needed, the customer need to initiate the connection again.
From security point, perhaps not bad, the customer need to grand access and is in front of the PC you controle. But for
long installations that require several reboots....
Rdv