Hello!
I am running 10961 server on my win7/x64 machine... but the server settings do not save. When I reboot they are lost. Both password and server settings, they just revert to defaults. I have UAC off btw...
Is this a known bug? Any workarounds?
Thanks for any info!
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
10961 server: settings - password not saving
Re: 10961 server: settings - password not saving
noone else faced this problem? I have to manually re-configure every setting every reboot, nothing is saved... I think I'll just try an older version to see if it works better
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: 10961 server: settings - password not saving
1) Stop service,Run winvnc as application , save settings , restart service
2) uvnc_settings.exe seperate app to set/save settings
3) Logon as local admin and not domain user ( domain admin can not be impersonated by the service)
Desktop user need to be able to write to ultravnc.ini "program files ultravnc) and can not be a domain user.
The problem is that running as service you have full access.
To avoid that even a guest user can change the settings, we impersonate the desktop user.
The problem is that we can not impersonate users that exist only on a domain ( permission denied)
I'm working on a control panel applet for the uvnc settings, who can open it is always admin, no impersonation
needed.
2) uvnc_settings.exe seperate app to set/save settings
3) Logon as local admin and not domain user ( domain admin can not be impersonated by the service)
Desktop user need to be able to write to ultravnc.ini "program files ultravnc) and can not be a domain user.
The problem is that running as service you have full access.
To avoid that even a guest user can change the settings, we impersonate the desktop user.
The problem is that we can not impersonate users that exist only on a domain ( permission denied)
I'm working on a control panel applet for the uvnc settings, who can open it is always admin, no impersonation
needed.