After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

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

helpdesk.txt pchelpware_SC GUI all commands

Post by redge »

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 :-)
Last edited by redge on 2009-05-31 09:16, edited 4 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
Windows OS: XP Home + Vista Business + 7 Home
Only experienced user, [u]not[/u] developer
echosystem
Posts: 1
Joined: 2008-07-27 00:27

Re: helpdesk.txt pchelpware_SC GUI all commands

Post by echosystem »

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
Matts
20
20
Posts: 38
Joined: 2008-07-26 12:39

Re: helpdesk.txt pchelpware_SC GUI all commands

Post by Matts »

Such commands for the viewer would be nice too, but seem not be available.
Matts
20
20
Posts: 38
Joined: 2008-07-26 12:39

Re: helpdesk.txt pchelpware_SC GUI all commands

Post by Matts »

Matts wrote:Such commands for the viewer would be nice too, but seem not be available.
Is there ever thought about this ?

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.
Matts
20
20
Posts: 38
Joined: 2008-07-26 12:39

Re: helpdesk.txt pchelpware_SC GUI all commands

Post by Matts »

Is it possible to encrypt this file in some way ?
bevtech
800
800
Posts: 2168
Joined: 2005-08-03 14:07
Location: Pennsylvania, United States

Re: helpdesk.txt pchelpware_SC GUI all commands

Post by bevtech »

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 Premium, Fedora Core 6, Windows 9X, PcHelpWare 1.0, UltraVNC 1.0.8.2

User not developer ;)
Matts
20
20
Posts: 38
Joined: 2008-07-26 12:39

Re: helpdesk.txt pchelpware_SC GUI all commands

Post by Matts »

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..:(
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.
Post Reply