all command
samples:
-direct -autoreconnect -connect repeater01.ultravnc.info:5500 -id 12345 -passwd 40F1FC278C991EED325D3D226E1D8445
-direct -connect tartempion.dyndns.org:5500 -passwd 40F1FC278C991EED325D3D226E1D8445
-direct -connect 123.123.123.123:5500 -passwd 40F1FC278C991EED325D3D226E1D8445
-connect uvnc.com:5500 -id ask -proxy -passwd ask
-connect dyn:5500 -dynhost uvnc.com:5912 -dynname ask -passwd ask
-------------------------------------------------------------------------------
all -command with #comments
-direct
#connect direct, only one [HOST] allowed.
#and if use, before -autoreconnect
#or
#before -connect if you don't use autoreconnect.
-autoreconnect (autoreconnect to repeater or to server
#if enabled, must exist before -connect)
-connect server:port
#connecting to server, sample: -connect tartempion.dyndns.org:5500
#connecting to server, sample: -connect 123.123.123.123:5500
#port number outgoing TCP, default 5500
-connect repeater:port
#connecting to repeater, sample: repeater01.ultravnc.info:5500
#port number outgoing TCP, default 5500
-connect dyn:5500
#connect to viewer with a dynamic ip address without their own dynamic dns client to port 5500
#viewer pre-requisite to open port 5500 to their NAT router.
-dynhost uvnc.com:5912
#connect to dynamic connector for who are behind NAT router
#not work for people firewalled
#hard coded default port 5912
-dynname ask
#local and remote invited to input alias name one word without space no special caracter
-id 1234
#-id 1234 replace by only integer allowed from 1 to 99999999 (max 8 digits)
-id ask
#requet user to input integer
-passwd 40F1FC278C991EED325D3D226E1D8445
#this an MD5 password generated (convert plain text to MD5 code)
#plain text password example: PcHelpWare
#equivalent MD5 password of above: 40F1FC278C991EED325D3D226E1D8445
#(md5 code uppercase required)
#password required
-passwd ask
#who run pchelpware_server need input plain text password
#password required
-proxy
#if you have a proxy, it allow you to authenticate to your proxy before going online.
thanks to:
dado023 and YY for suggestions
