Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

SC Service to autostart the SC winvnc.exe

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
vnctom
Posts: 6
Joined: 2006-06-16 21:42

SC Service to autostart the SC winvnc.exe

Post by vnctom »

SC Service V1.0.1
to autostart the SC winvnc.exe
(also if the user is not loged in)

Download:
sourceforge project sctools
SCHost-1.0.1-SC-Winvnc-20.3-install.exe
SCViewer-1.0.1-SC-vncviewer_ssl-1.1.0.0-install.exe
http://sourceforge.net/project/showfile ... _id=170965

1. function description

- The SCViewer & the VNCViewer_ssl.exe initiate the remote connection
by uploading a file with the id-name i.g. 12345 to the << FTP- FOLDER >>
and adding a Viewer to list at the << REPEATER_SSL >> i.g. 12345.

- The SCHost & SCService check the FTP- FOLDER,
if the right id i.g. 12345 appears, then the id-ftp- file will delete,
the SC winvnc.exe will start and the connection will astablish.

2. installation

- Create an FTP- account with fileread, filecreate and filedelete rights
within the ftp- folder (check it out!)

- Setup or use a repeater_ssl server

- install the SCHost-SCService Program on the remote computer
enter the FTP- Server address, the repeate_ssl address and the ftp- account
define and enter the ID i.g. 12345

STRONGLY RECOMMENDED: REBOOT MANUALLY THE SYSTEM, IF SC WINVNC.EXE WONT WORK!!!

- install the SCViewer Program on the local computer
enter the SCHost Id within the SCViewer Shortcut i.g. 12345
use parameters ...\SCViewer.exe 12345 [/s] [other vncviewer parameters]
/s for admin access

enjoy,
vnctom
vnctom
Posts: 6
Joined: 2006-06-16 21:42

Re: SC Service to autostart the SC winvnc.exe

Post by vnctom »

scenario web- repeater_ssl- server on local site

1. the web- repeater_ssl- server
a) xampp (Apache, MySQL, PHP, Perl and Ftp server)
download
http://www.apachefriends.org/xampp.html
A couple of mouseclicks and you get it. Install Ftp server as Service.
The problem is https that uses the port 443.

Edit the xampp/apache/conf/extra/httpd-ssl.conf file
change it to use port 4433 as ssl-port for apache:
...
Listen 4433
...
<VirtualHost _default_:4433>
...
reboot the web- server

b) create an ftp-account with fileread, filewrite
and filedelete rights within a ftp- folder

c) repeater_ssl
download
http://www.uvnc.com/pchelpware/downloadsc/index.html
extract the repeater_ssl.exe and the CERTIFICATE.PEM
into one path

create a new CERTIFICATE.PEM
[topic=7834][/topic]

install the repeater_ssl as service
start the command prompt and type
path\repeater_ssl -install enter
net start UltraVNC_Repeater enter

d) behind a router
forwarding the ports 443 for repeater_ssl and 21 for ftp- server
(also 80 for http and 4433 for https).

e) behind a firewall
create rules to gain internet access to the lan ports 443 and 21 (also 80 and 4433).

f) the repeater_ssl and the ftp- server should reachable from internet
thats why you must create an dynamic DNS provider account and an internet address
i.g.
xxxxx.yyyyyy.org
use software to update the dynDNS IP- address or
a function within the router

2. install the SC Service on remote site
the admin may install this Service behind firewalls, routers and proxy- servers
use the internet address xxxxx.yyyyyy.org

3. install the SC viewer program with vncviewer_ssl on local site
behind firewalls, routers and proxy- servers
use the internet address xxxxx.yyyyyy.org

The SC Viewer initiate the connection.
Furthermore the SC Service may start the SC Winvnc.exe at Win Logon Window.

Vnctom
Last edited by vnctom on 2007-06-24 20:18, edited 3 times in total.
Post Reply