PcHelpWare_server helpdesk.txt
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
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
helpdesk.txt pchelpware_SC GUI all commands
helpdesk.txt pchelpware_SC GUI all commands
Last edited by redge on 2009-05-31 09:16, edited 4 times in total.
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
-
- Posts: 1
- Joined: 2008-07-27 00:27
Re: helpdesk.txt pchelpware_SC GUI all commands
Hello,
Two quick questions.
1) I tried using -passwd ask and I am not getting prompted for a password.
2) What exactly does auto reconnect do? If I reboot the user will they automatically reconnect? I am assuming they would have to at least re-login to windows? Finally how can I stop the re-login when I am done with the client?
Thanks
Two quick questions.
1) I tried using -passwd ask and I am not getting prompted for a password.
2) What exactly does auto reconnect do? If I reboot the user will they automatically reconnect? I am assuming they would have to at least re-login to windows? Finally how can I stop the re-login when I am done with the client?
Thanks
Re: helpdesk.txt pchelpware_SC GUI all commands
Such commands for the viewer would be nice too, but seem not be available.
Re: helpdesk.txt pchelpware_SC GUI all commands
Is there ever thought about this ?Matts wrote:Such commands for the viewer would be nice too, but seem not be available.
And is it possible to use a "random" helpdesk.txt or link the variables in some way to antoher file or place like a database ?
Or I need to recompile the whole package for every connection
Last edited by Matts on 2008-11-23 17:44, edited 1 time in total.
Re: helpdesk.txt pchelpware_SC GUI all commands
Is it possible to encrypt this file in some way ?
Re: helpdesk.txt pchelpware_SC GUI all commands
well The connection is encrypted the only thing that i can think of is to use 7zip and encrypt your archive exe. Would make more work on the other side to use 7zip to encrypt 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..
Re: helpdesk.txt pchelpware_SC GUI all commands
The issue is that I need to "hide the connection stuff that is in helpdesk.txt" so you might understand why I want to do this.bevtech wrote:well The connection is encrypted the only thing that i can think of is to use 7zip and encrypt your archive exe. Would make more work on the other side to use 7zip to encrypt it..