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

SC and Terminal Server?

Single Click discussions / bugs
Post Reply
Ben
Posts: 1
Joined: 2006-06-16 20:24

SC and Terminal Server?

Post by Ben »

Hi,

First off, thanks to the developers for a wonderful tool.

Now, to my question. I'm about to roll a version of SC out to clients, but with the number of clients I have, I don't want to only designate one internal computer, nor do I want to have the customer pick from a list (I know they will pick the wrong one) :roll: .

My thought was to use a win2k3 terminal server, have my helpdesk people remote into it, and then in each session have a different Listening Viewer running - but that requires each viewer to have a different port and then we get into the pick-from-a-list again.

Is there a way - or is someone working on a way - to do a sort of connection pooling and/or queueing? Or even to have a server component that would catch incoming SC requests and pipe them through to the helpdesk computers? (*Really* blue-skying it, I know.)

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

Post by redge »

only comercial product do your request.
http://forum.ultravnc.net/viewforum.php?f=27

otherwise, free solution
not fully compliant with your request but need only 1 port and use different ID number on demand.
[topic=3587][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
vnctom
Posts: 6
Joined: 2006-06-16 21:42

Try repeater V1.1.0.4

Post by vnctom »

Try repeater V1.1.0.4

Hello!
Sorry, i dont know how stable the SSL repeater is, that's why i am using the stable repeater version V1.1.0.4 and with the help of the MSRC4 Plugin i may use encryption.

http://prdownloads.sourceforge.net/ultr ... p?download
download and extract the reapeater.exe within the new folder ie.:
%ProgramFiles%\UltraVnc\UltraVnc-Repeater-104
on your W2003 Server.

Open dos prompt, go to the new folder and type repeater -intall enter to install it as service. Type net start repeater_service to start this service.

Rightclick the Repeatericon within the systray and then click Settings:
5901 Accept Enable Mode I
5501 Listen Enable Mode II
Restrict access to server port type 0 (Zero).
Save
Open the firewall ports for incoming (listen) port 5901 and port 5501 for the repeater program.

For encryption create or use an existing rc4.key.
Define for every supporter a own id (1...99999999).
http://sc.uvnc.com/custom.zip
Build UVnc SC exe: replace rc4.key and logo.bmp with your files and put the MSRC4Plugin.dsm file into the custom.zip.
change the helpdesk.txt file within the custom.zip: excerpt!
[TITLE]
UltraVnc SC Support

[HOST]
Supporter Paul
-id 123451 -plugin -connect [RepeaterIP]:5501 -noregistry

[HOST]
Supporter Justin
-id 123452 -plugin -connect [RepeaterIP]:5501 -noregistry

[HOST]
Supporter Carlos
-id 123453 -plugin -connect [RepeaterIP]:5501 -noregistry

[HOST]
Supporter Daniel
-id 123454 -plugin -connect [RepeaterIP]:5501 -noregistry

[HOST]
Supporter Andy
-id 123455 -plugin -connect [RepeaterIP]:5501 -noregistry

[HOST]
Supporter Luke
-id 123456 -plugin -connect [RepeaterIP]:5501 -noregistry
...
Use your names and own id numbers.

You may create Windows lnk files for the supporters :
ie. for supporter one:
"%ProgramFiles%\UltraVnc\vncviewer.exe" -connect ID:123451 -shared -dsmplugin MSRC4Plugin_NoReg.dsm -proxy [RepeaterIP]:5901
Replace [RepeaterIP] with the internal Ip of your Repeater the W2003 Server.
OR
if you want internet access, then
replace [RepeaterIP] with the Dyndns name of your Repeater the W2003 Server for instance "Foo.DynDns.org" (often requires a Nat/router forwarding to the repeater ports 5901 and 5501).

alternative you may create UltraVnc SC Viewer executables for the supporters:
[topic=6948][/topic]

hth

Regards,
vnctom
Last edited by vnctom on 2006-06-18 16:26, edited 1 time in total.
Post Reply