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
REQ: HOWTO for setting up SCIII with SSL repeater
REQ: HOWTO for setting up SCIII with SSL repeater
I've been browsing about these forums all day, and have discovered quite a few links with "documentation" all over the place. Would someone mind putting together -- or pointing me to -- an updated HOWTO for the following:
1) Setting up the SSL repeater
2) Creating a SC executable that will connect to the SSL repeater
3) Starting the viewer that connects to the SSL repeater
I would be extremely thankful for such a quick walkthrough. Thank you!
[mod=494,1144886262]modified subject, replaced SC by SCIII[/mod]
1) Setting up the SSL repeater
2) Creating a SC executable that will connect to the SSL repeater
3) Starting the viewer that connects to the SSL repeater
I would be extremely thankful for such a quick walkthrough. Thank you!
[mod=494,1144886262]modified subject, replaced SC by SCIII[/mod]
Last edited by oaaltone on 2006-04-12 23:57, edited 2 times in total.
There will be a step by step for SCIII when it is released as Stable. It is still in beta status and that is why you are not finding much documentation for it..
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..
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..
That's understandablebevtech wrote:There will be a step by step for SCIII when it is released as Stable. It is still in beta status and that is why you are not finding much documentation for it..
I seem to have gotten things working by fooling around a bit, but I have a few quick questions:
1) Do the session IDs have to be numbers, or can they be arbitrary alpha-numeric strings?
2) How do I compile my custom SC client? I've done it through the web with the previous version of the SC client, but what's different for the new one with ID entry?
Thanks!
yes sorry about the documentation...
2) How do I compile my custom SC client? I've done it through the web with the previous version of the SC client, but what's different for the new one with ID entry?
[/quote]
You can compile online..
http://ultravnc.sourceforge.net/addons/singleclick.html
or offline
SC Client Creator / Offline Compiler
[topic=4046][/topic]
ID's =numbers 1234, 5678, etc.1) Do the session IDs have to be numbers, or can they be arbitrary alpha-numeric strings?
2) How do I compile my custom SC client? I've done it through the web with the previous version of the SC client, but what's different for the new one with ID entry?
[/quote]
You can compile online..
http://ultravnc.sourceforge.net/addons/singleclick.html
or offline
SC Client Creator / Offline Compiler
[topic=4046][/topic]
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..
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..
I didn't have any luck compiling the new SC client for use with SSL online, so I just created a single-click executable with 7zip (this is fine for me).
More questions:
I'd like to do the same for the viewer side; what are the command line options to give vncviewer_ssl.exe to point to the proxy/repeater IP and port? I'd like to have it pre-loaded in the app so that tech's only need to an ID number at the top.
Actually, is there a way to create a singleclick-like interface for the viewer side as well? Ideally both the client and the tech would have a window to enter the ID in, but not see any other configuration settings.
More questions:
I'd like to do the same for the viewer side; what are the command line options to give vncviewer_ssl.exe to point to the proxy/repeater IP and port? I'd like to have it pre-loaded in the app so that tech's only need to an ID number at the top.
Actually, is there a way to create a singleclick-like interface for the viewer side as well? Ideally both the client and the tech would have a window to enter the ID in, but not see any other configuration settings.
I tried online compiler with this helpdesk:
[HOST]
1. Bill
-id 11111 -sslproxy -connect remote.nospam.com:443 -noregistry
The online compiler RC23 and 1.00 works, but the result file (remote.exe) errors out. I think the online compiler does not support -sslproxy yet.
2. This helpdesk.txt DOES work in the OFFLINE compiler, ....but my code is unsigned. When I run remote.exe, Win XPSP2 firewall gives an alert, likely about unsigned code, using 443. I don't want my end users to see a firewall alert.
Do I need to get my own code signer?
Or use 7-zip ?
Online compiler is signed, that is nice.
Thanks much
Cannot wait for SCIII updates. 443 outbound !, with new repeater. SC is cool, until you hear about SCIII.
-Bill
[HOST]
1. Bill
-id 11111 -sslproxy -connect remote.nospam.com:443 -noregistry
The online compiler RC23 and 1.00 works, but the result file (remote.exe) errors out. I think the online compiler does not support -sslproxy yet.
2. This helpdesk.txt DOES work in the OFFLINE compiler, ....but my code is unsigned. When I run remote.exe, Win XPSP2 firewall gives an alert, likely about unsigned code, using 443. I don't want my end users to see a firewall alert.
Do I need to get my own code signer?
Or use 7-zip ?
Online compiler is signed, that is nice.
Thanks much
Cannot wait for SCIII updates. 443 outbound !, with new repeater. SC is cool, until you hear about SCIII.
-Bill
actually is only number supportedoaaltone wrote:Do the session IDs have to be numbers, or can they be arbitrary alpha-numeric strings?
Maybe would be possible for futur release for be more unique ID but need to be Unicode support.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Hi i´m new at this so bare with me
Q: Is it possible to get the repeater log in a automatic updated file for error handling?
OR Manually
http://support.microsoft.com/?kbid=251192
in binpath= <path>\distributer5.exe -service
OR
Serviceing the distributer5.exe is done by configuring a scheduled action.[/quote][/quote]
Q: Is it possible to get the repeater log in a automatic updated file for error handling?
just type path\distributer5.exe -install and it will install itself nicleyAnother question: how do I set distributer5.exe to run as a service? I'd like to automatically restart the server when it crashes.
OR Manually
http://support.microsoft.com/?kbid=251192
in binpath= <path>\distributer5.exe -service
OR
Serviceing the distributer5.exe is done by configuring a scheduled action.[/quote][/quote]
Last edited by stalkers on 2006-05-17 00:02, edited 4 times in total.
Re: REQ: HOWTO for setting up SCIII with SSL repeater
log are available trough the id number
current folder of repeater_ssl
123456789.txt <<--- example
current folder of repeater_ssl
123456789.txt <<--- example
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: REQ: HOWTO for setting up SCIII with SSL repeater
Hi,
I set SCIII the other day, and found it very frustrating, because there is no documentation, which seem to make sense!!! For those of us who don’t have IQ of 3722799197293222442. Me I’m about 2!
Any way I wrote up what I found, with loads of pictures (in colour) on then following URL.
http://www.simply-postcode-lookup.com/S ... ickVNC.htm
This may help others, cause I nearly jumped out of the window, in frustration!!!
I set SCIII the other day, and found it very frustrating, because there is no documentation, which seem to make sense!!! For those of us who don’t have IQ of 3722799197293222442. Me I’m about 2!
Any way I wrote up what I found, with loads of pictures (in colour) on then following URL.
http://www.simply-postcode-lookup.com/S ... ickVNC.htm
This may help others, cause I nearly jumped out of the window, in frustration!!!