Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- 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

Need Help with command line switches

Post Reply
jdamian
8
8
Posts: 8
Joined: 2004-11-01 16:42

Need Help with command line switches

Post by jdamian »

I know it must be around here, but I cant seem to find it.

I want to make a login script so that when a certain customer logs into their machine, ultranvc starts as an application (because of some other details, UltraVNC cannot be started as a service) and be ready to receive at a certain port.

so far I have tried (with no success)


winvnc.exe -run -connect host:03 -connect host::5903


I want it to start, load and be ready to receive on port 5903.


Thanks.
ipsec
Former moderator
Former moderator
Posts: 565
Joined: 2004-09-20 18:56
Contact:

Post by ipsec »

RC18 im assuming?

Things I am assuming -
U just want the server to run
U want it to run on port 5903 for the Main

Start up the VNC server on the computer - Configure it to your preferences under the default and user settings - 5903 for main viewer port password ect.

Then have the script kick off the winvnc.exe -run command and it should start up in the system tray with the settings you want.

Now if it is a user that you want a different port than other users, then under thier profile and thier user settings change the port and I believe this will give you everyone else on port 5902 and them on 5903?

I think the first method (configure it and kick off the exe from the login script) will work for you.
Guest

Post by Guest »

well, I was hoping to have it more flexible than that. some way to dynamically change port settings and passwords etc...
ipsec
Former moderator
Former moderator
Posts: 565
Joined: 2004-09-20 18:56
Contact:

Post by ipsec »

Anonymous wrote:well, I was hoping to have it more flexible than that. some way to dynamically change port settings and passwords etc...
If you are looking to update machines with new passwords or port settings -

They are all in the registry. YOu can update anything your little heart desires by exporting the registry setting and when users log in. they kick off the registry import by which changes all of your settings for you.

for example - change your password.. save and export registry settings for the HKLM\Software\ORL\WINVNC\Default or which ever part is changed and you are done :-)

Or use some good tools, not sure if they still work but here is a link

http://www.sysworksoft.net/products/
Post Reply