Hello,
I was wondering if it is possible to make a connection through UltraVNC that automatically disconnect after a period of time.
Looking forward hearing from you guys.
Thanks in advance.
Best Regards,
DVCVNC
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
A time based connection
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: A time based connection
There is a idle timeout ion UltraVNC ( disconnect after a period of Idle time, no mouse or key movement)
Require UltraVNC server and viewer
To set
Run uvnc_settings.exe
tab connections
Idle input Timeout: x seconds
You can also set it manual in the ultravnc.ini file ( sample == 2 minutes)
[admin]
IdleInputTimeout=120
Require UltraVNC server and viewer
To set
Run uvnc_settings.exe
tab connections
Idle input Timeout: x seconds
You can also set it manual in the ultravnc.ini file ( sample == 2 minutes)
[admin]
IdleInputTimeout=120
Re: A time based connection
Thank you very much!Rudi De Vos wrote: ↑2022-07-07 17:42 There is a idle timeout ion UltraVNC ( disconnect after a period of Idle time, no mouse or key movement)
Require UltraVNC server and viewer
To set
Run uvnc_settings.exe
tab connections
Idle input Timeout: x seconds
You can also set it manual in the ultravnc.ini file ( sample == 2 minutes)
[admin]
IdleInputTimeout=120
This works.
Small feedback, the input is not seconds but in minutes.