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

How do I use SingleClick --> HowTo for first time users

Post Reply
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

How do I use SingleClick --> HowTo for first time users

Post by redge »

1 - You should start at this page:
http://www.uvnc.com/pchelpware/sc/create.html
[s]http://www.uvnc.com/pchelpware/create/index.html[/s]

and download the custom.zip, then unzip it.
http://www.uvnc.com/pchelpware/sc/custom.zip

2 - You only need 2 files from this zip file:
logo.bmp and
helpdesk.txt

3 - Change the default logo.bmp to your company logo.
If you do this: 256 colors max, size must be 196x181.

4 - Basic SingleClick
(quick but not secure, as session will not be encrypted)
-> If you need secure SingleClick, please read [topic=3278][/topic]

Settings:
the HOST part of helpdesk.txt content of SingleClick need to know viewer public_IP address or fully Qualifed Domain Name address.


[HOST]
-connect hostname.domain.tld::port -noregistry

[DIS_UAC]

[DIRECT]

Also change the TEXTCLOSEBUTTON section to something like 'Exit' or 'Quit'.

------


5 - Now create a zip file called remote_support.zip with the same 4 files.

6 - Go there:
http://www.uvnc.com/pchelpware/sc/creator.html
[s]http://www.uvnc.com/pchelpware/creator/index.html[/s]

- Use the 3rd form. UltraVncSC update 2009
Username: foo
Password: foobar
In the upload field, insert the path to your remote_support.zip file

In a few seconds (5-10) , there will be a file called remote_support.exe
displayed.
-> Download this file : it is the file that you distribute to your end-user clients/family/friends

7 - Now Run Ultr@VNC Viewer (Listen Mode) from:
Start -> Programs -> UltraVNC -> UltraVNC Viewer (folder) -> Run UltraVNC Viewer (Listen Mode)
or
Start... Run... "%programfiles%\UltraVNC\vncviewer.exe" -listen
Your computer is now listening on port 5500 for incoming connections.

8 - Finally, email the end-user the remote_support.exe file (or put it on your website with a download link, send by Instant Messenger) and tell him to run it.

-> Once he/she runs it, he/she must double click on the appropriate name. It may take up to 20 - 30 seconds for his/her VNC Remote Screen to show up on your display. Now you can operate and remotely control the remote computer.

REM: If both ends are firewalled (NAT/router), you will have to change the settings on the Viewer side to allow port 5500 to go through.


-------------------------------------------------------------


If your ISP provide you a dynamic IP to your NAT/router, you need to subscribe to a dynamicDNS service provider supported from your NAT router and put your hostname freshly created and configure it to your NAT/router and then put the hostname FQDN to your helpdesk.txt and update your Singleclick
the SingleClick (vnc server) need to reach vnc viewer
so the DDNS client need running on viewer side.


to do from the viewer listening side,
http://www.portforward.com/routers.htm has a long list of different routers and a simple to follow step by step on port forwarding for just about any router.

Just select your router spam, then the router model, then select VNC from the list of programs to forward. It will show, pictures and all, how to forward a port for VNC.


FQDN= Fully Qualified Domain Name
A fully qualified domain name consists of a host and domain name, including top-level domain.
For example, sc.uvnc.com is a fully qualified domain name.
sc is the host,
uvnc is the second-level domain,
.com is the top level domain.


helpdesk.txt
example:
[HOST]
-connect myhost.dynamicdns.org::5500 -noregistry

or

if you rent a static public IP address
(you know because is on your contract)
example:
[HOST]
-connect 123.123.123.123::5500 -noregistry

this quick guide is for SC online creator
guide for SC offline creator see topic below:
[topic=4570][/topic]
or
[topic=7991][/topic]


for not lost to much of your (free) time...
[topic=5185][/topic]

---------------------------------------------------------------------
Special thanks to [user=2966][/user], the owner of this post [topic=3021][/topic]
(little bit modified to be more generic and true singleclick ;-))
[mod=2,1121676721]Replaced \"absolute\" URLs by topic and user BB Codes.[/mod]
Last edited by redge on 2010-01-18 01:50, edited 21 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply