After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
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.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
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

Search found 5 matches

by casiosmu
2024-01-10 10:04
Forum: General help
Topic: Check if remote connection is active
Replies: 1
Views: 17259

Check if remote connection is active

Hello,

is there any api or command line to check at the server side, if currently there is one or more remote support session established?
I need to monitor this from an other program.

Thank you.
Sebastian
by casiosmu
2024-01-10 09:55
Forum: General help
Topic: Securevncplugin configuration
Replies: 1
Views: 12500

Re: Securevncplugin configuration

It looks like the website of the plugin creator (adamwalling.com) is not more maintained and replaced with adware.

Request: remove the "Website" button from the plugin-settings page, or replace it with his Github link (https://github.com/adamwalling), if possible.
by casiosmu
2023-04-11 07:31
Forum: Feature requests
Topic: UltraVNC Viewer: bug-me-not argument
Replies: 0
Views: 14849

UltraVNC Viewer: bug-me-not argument

Hello, many thanks for your work.

Could you please add a -bugmenot or -yestoall or -nodialogs command line option to the UltraVNC Viewer?


The thing I need it for is:
I'm calling the viewer from my program and include the viewer window into my program (by handle).
But if the the viewer is showing ...
by casiosmu
2023-04-11 07:17
Forum: General help
Topic: Any option for me to not have to type the password every time?
Replies: 2
Views: 1955

Re: Any option for me to not have to type the password every time?

You could use a link file and command line arguments for that:
explorer->right-click->new->link
select vncviewer.exe from C:/program files...
link file->right-click->properties
edit 'Destination' field and add the following arguments: "-host DESTINATION_IP -password PASSWORD"
(replace the uppercase ...
by casiosmu
2023-02-28 09:41
Forum: General help
Topic: Omit "do you trust this server" request from command line
Replies: 0
Views: 1508

Omit "do you trust this server" request from command line

Hello, I'm starting UltraVNC 1.4.0.6 from within another program.

My current command line looks like "C:\Program Files\UltraVNC\vncviewer.exe" -host 192.168.32.36:5900 -password mypassword -nostatus -notoolbar -autoacceptnodsm

This works fine so far.

The problem arises, when the destination dont ...