I am curious to all the command line options that VNC has.
i am aware of -password <password> which is very nice so i don't have to enter one in everytime i run VNC.
if i could get a list and what they do that'd be great.
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
VNC command line
See description of cmdline params in the online docs:
http://doc.ultravnc.net/install/cmdline.html
Hope this is complete.
Please let me know if something is missing.
http://doc.ultravnc.net/install/cmdline.html
Hope this is complete.
Please let me know if something is missing.
Marscha
Can the Connection Window stay Open on a Bad Connection
[topic=2644][/topic]
You are making a very good work and nice doc ...continue this way.
my english is poor, but maybe you can find a good word than me to your "???" about -autoreconnect usage-autoreconnect
???
Note that this "autoreconnect" param must be before the "connect" one on the command line!
Can the Connection Window stay Open on a Bad Connection
[topic=2644][/topic]
You are making a very good work and nice doc ...continue this way.
Last edited by redge on 2005-04-25 19:47, edited 1 time 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
Regde,
thanks for your encouraging words
The problem with -autoreconnect is not your English but me not knowing what autoconnect is doing exactly.
If anybody could explain it to me I'll add it to the docs
Martin
thanks for your encouraging words
The problem with -autoreconnect is not your English but me not knowing what autoconnect is doing exactly.
If anybody could explain it to me I'll add it to the docs
Martin
Last edited by Marscha on 2005-04-26 06:06, edited 1 time in total.
It is my understanding that the -autoreconnect switch is used in conjunction with the -connect switch when having a server "back-connect" to a listening viewer. I use it with a batch file for my clients that are behind a firewall that is not under my control. The batch file looks something like this:
"c:\program files\ultravnc\winvnc" -autoreconnect -connect 12.34.56.78
On my computer I run the viewer in "listening" mode, and I have someone on the server end run the batch file. Anyway, the -autoreconnect will make the server end attempt to reconnect to my listening viewer if the connection drops or is closed. It will immediately reconnect to my listening viewer if I close the session. I must close my listening viewer altogether in order to stop the server end from "autoreconnecting" to my computer. The server attempts to "autoreconnect" for only a few seconds.
Hope this helps. If I am missing something, hopefully someone else will add to my description.
"c:\program files\ultravnc\winvnc" -autoreconnect -connect 12.34.56.78
On my computer I run the viewer in "listening" mode, and I have someone on the server end run the batch file. Anyway, the -autoreconnect will make the server end attempt to reconnect to my listening viewer if the connection drops or is closed. It will immediately reconnect to my listening viewer if I close the session. I must close my listening viewer altogether in order to stop the server end from "autoreconnecting" to my computer. The server attempts to "autoreconnect" for only a few seconds.
Hope this helps. If I am missing something, hopefully someone else will add to my description.
Michael
Guest,
If you are concerned about security when leaving the server running, then maybe the server package isn't the correct package for you. You may want to configure a single-click package which would be much cleaner on the "server" end.
But in the given scenario, if you want the server to stop running when you are done, then I don't think there is any other way to do it other than manually killing the server. If you have the server installed as a service, it may be a little cleaner to use a "net stop winvnc" command rather than killing the winvnc.exe process. Also, you could write a small batch file to stop the service or kill the process, which you would run when you are done on that server.
Michael
If you are concerned about security when leaving the server running, then maybe the server package isn't the correct package for you. You may want to configure a single-click package which would be much cleaner on the "server" end.
But in the given scenario, if you want the server to stop running when you are done, then I don't think there is any other way to do it other than manually killing the server. If you have the server installed as a service, it may be a little cleaner to use a "net stop winvnc" command rather than killing the winvnc.exe process. Also, you could write a small batch file to stop the service or kill the process, which you would run when you are done on that server.
Michael
Michael
When you are in, right click on the server icon in the tray and select close.Anonymous wrote:Hi, MBrown.
I work just like you, but when i close my listening viewer i'll be glad if the server can be closed too by security reasons...
I tried all the ways, including shutdown the server via task manager. Do you have a better solution?
Thanks!
It will close and knock you off.
You won't be able to reconnect but it will be closed.