Successfully performed a remote install using FastPush but when I attempt to connect to my test machine, I'm getting the error: "This server does not have a valid password enabled. Until a password is set, Incoming connections cannot be accepted."
I am using UltraVNC v1.0.5.6. I have followed the FastPush instructions to the letter but I cannot get around this error. Ive noticed others having the same problem, but no one seems to have a solution.
I have to install VNC on 100 new workstations....please help.
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
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
This server does not have a valid password enabled.
- Rudi De Vos
- Admin & Developer
- Posts: 6884
- Joined: 2004-04-23 10:21
- Contact:
Re: This server does not have a valid password enabled.
the ultravnc.ini need to have password.
Make sure you create local a passwd in this file before pushing it.
Verify with fastpush if it also push this file
Make sure you create local a passwd in this file before pushing it.
Verify with fastpush if it also push this file
Re: This server does not have a valid password enabled.
Ultravnc.ini is now included in fastpush. Now when I run fastpush, it installs UltraVNC onto the remote machine, but the remote machine shows the "Server Properties" page. If I click OK, it brings up a windows credentials box which asks for a user account to run UltraVNC. If I click cancel, I get an error that reads "Running WinVNC without a password is a dangerous security risk...." I have exported the password from the registry and included it in the fastpush files, so I'm a little confused as to why this is happening.
- Rudi De Vos
- Admin & Developer
- Posts: 6884
- Joined: 2004-04-23 10:21
- Contact:
Re: This server does not have a valid password enabled.
"server properties popup first run, when no password is set"
1) is ultravnc.ini on the remote machine in the same folder as winvnc.exe
2) does this file contain a password
registry ? ultravnc from 104 doesn't use registry, all is saved in a file, including password
1) is ultravnc.ini on the remote machine in the same folder as winvnc.exe
2) does this file contain a password
registry ? ultravnc from 104 doesn't use registry, all is saved in a file, including password
Re: This server does not have a valid password enabled.
Ultravnc.ini is in the same folder as winvnc.exe on the remote machine and ultravnc.ini does have a password set. Unfortunately, ultravnc still prompts for a password.
Re: This server does not have a valid password enabled.
I removed ultravnc on the remote machine and started from scratch. Ultravnc.ini is not copied over by fastpush and fastpush uses the machine.ini file found in the "common" folder to make changes to the registry.
Since I am using the latest version of UltraVNC, these registry changes made by the machine.ini file are not needed, is that correct?
This is what fastpush copied to the remote pc:
authadmin.dll
authSSP.dll
vnchooks.dll
vncviewer.exe
vncviewer_tab.exe
Whatsnew.txt
winvnc.exe
workgrpdomnt4.dll
zip32.dll
I then manually copied over ultravnc.ini and restarted the winvnc service, and I was able to connect. Now I need to figure out how to add ultravnc.ini to the files that fastpush copies to the remote pc as well as what I should do about the machine.ini file.
Since I am using the latest version of UltraVNC, these registry changes made by the machine.ini file are not needed, is that correct?
This is what fastpush copied to the remote pc:
authadmin.dll
authSSP.dll
vnchooks.dll
vncviewer.exe
vncviewer_tab.exe
Whatsnew.txt
winvnc.exe
workgrpdomnt4.dll
zip32.dll
I then manually copied over ultravnc.ini and restarted the winvnc service, and I was able to connect. Now I need to figure out how to add ultravnc.ini to the files that fastpush copies to the remote pc as well as what I should do about the machine.ini file.
- Rudi De Vos
- Admin & Developer
- Posts: 6884
- Joined: 2004-04-23 10:21
- Contact:
Re: This server does not have a valid password enabled.
registry is not used, machine.ini should have no effect on the usage
Re: This server does not have a valid password enabled.
Thanks for the info. Everything seems to be working the way it should.