Skip to main content.

UltraVNC SC (SingleClick)

What is SC?

UltraVNC SC is a mini (166k) UltraVNC Server that can be customized and preconfigured for download by a Customer. UltraVNC SC does not require installation and does not make use of the registry. The customer only have to download the little executable and Click to make a connection. The connection is initiated by the server, to allow easy access thru customers firewall.

What is the difference between UltraVNC and UltraVNC SC?

How secure is UltraVNC SC?

How to create my own version?

  1. Download custom.zip .
  2. Replace the icons ,bmp and rc4.key file with your own version
    Bmp needs to be a windows bitmap, max colors 256, size 196x181 (16colors → smaller size)
    Icons, standard window icons: only 32x32 standard is needed
    The bigger the icons and bmp are, the bigger the final result, the final result is 166k + compressed zip file
    SAME NAMES MUST BE USED… logo.bmp icon1.ico icon2.ic
  3. Replace the rc4.key with your own version or remove the rc4.key if you don't wish to use encryption
    To create your own key you need the normal UltraVnc version and DSM plugin.
    The config button of the DSM plugin allows you to create another key.
    SAME NAMES MUST BE USED… rc4.key
  4. helpdeskt.txt see below
  5. Color background:
    You can add a color background by adding a file background.bmp to the zip file
    Size 1x283, this bmp is stretched as background

    (The samples are already streched here.)
  6. Create a zip File from the files you want to customize
    minimum: helpdesk.txt
    maximum: helpdesk.txt rc4.key icon1.ico icon2.ico logo.bmp background.bmp

    MYCOMPANY.zip or jsdgf654324f.zip
    Use somthing unique, else 2 custom versions could get mixed
    DON'T use .(dot) in the name: sample WWW.XXX.zip
  7. Click Creator in left panel
    login: foo
    password:foobar

Syntax helpdesk.txt

The [PARAMETER TAG] take 0,1 or 2 lines as input.

[HOST] section

Sample


[TITLE]
UltraVnc SC

[HOST]
Internet support
-connect 192.168.1.102:5500 -noregistry
[HOST]
Internet support encryption
-plugin -connect 192.168.1.102:5500 -noregistry
[TEXTTOP]
Dubble Click to make a connection
[TEXTMIDDLE]
Before making a connection
[TEXTBOTTOM]
Please Call 56 576896 to get your ticket
[TEXTRBOTTOM]
                            (empty to clean line)
[TEXTRMIDDLE]
Kasteelpleinstraat 56
[TEXTRTOP]
Ultravnc PC support
[TEXTCLOSEBUTTON]
Close
[TEXTBUTTON]
More Info
[WEBPAGE]
http://www.ultravnc.net

[BALLOON1TITLE]
Trying to connect
[BALLOON1A]
line 1
[BALLOON1B]
line 2
[BALLOON1C]
line 3
[BALLOON2TITLE]
Connected to
[BALLOON2A]
line test1
[BALLOON2B]
line test2
[BALLOON2C]
line test3
[DIRECT]
      


Balloon1 = While trying to connect
Balloon2 = During connection

If you add [DIRECT] and only have 1 [HOST] defined, the menu is not shown and the connection is direct started. (can be usefull for scripting) [DIRECT] doesn't have a parameter line.

How to use encryption?

Create your own key to add to custom.zip