Good afternoon folks.
I'm trying to find a way of automatically logging people out of the VNC Server after 10minutes or so. This is to prevent people from remaining logged in after they have finished their remote work, but also to limit the ammount of data that is being used on the remote site as it's on an LTE connection, and I don't want any over data charges.
Many thanks in advance for the advice
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
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
Automatic logout of remote connection
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Re: Automatic logout of remote connection
There exist some idle time paramter.
Works only with an ultravnc viewer !! You set the value on the server site, and the server activate it on the viewer.
ultravnc.ini
IdleInputTimeout=b
b > 60 -> disconnect after b seconds
b<60 after b seconds updates happen every 5 seconds ( slow mode)
samples
b=50
If input is idle for 50 seconds, screen goes in slow mode (one update every 5 seconds)
b=10
If input is idle for 10 seconds, screen goes in slow mode (one update every 5 seconds)
b=250
If input is idle for 250 seconds, viewer disconnect
Works only with an ultravnc viewer !! You set the value on the server site, and the server activate it on the viewer.
ultravnc.ini
IdleInputTimeout=b
b > 60 -> disconnect after b seconds
b<60 after b seconds updates happen every 5 seconds ( slow mode)
samples
b=50
If input is idle for 50 seconds, screen goes in slow mode (one update every 5 seconds)
b=10
If input is idle for 10 seconds, screen goes in slow mode (one update every 5 seconds)
b=250
If input is idle for 250 seconds, viewer disconnect