VNC Server has no authentication schemes configured.

Hi,

I installed VNC Server on Windows 10 but it doesn't start and there is no icon in the taskbar. When I try to connect remotely the following error message pops up.

VNC Server has no authentication schemes configured.

Please help.

0

Comments

13 comments
  • Official comment

    Hi,

    Thanks for confirming. I've done some testing internally and been able to reproduce the issue. This looks like it might be a bug in the License Wizard specifically when applying a Home subscription using the License Wizard over RDP. I've raised this with our development team, thank you for reporting this!

    To resolve the issue, you'll need to visit the VNC Server computer and open the Options menu via the tray icon, and manually set Authentication to VNC Password, and set a VNC Password when prompted after clicking Apply.

    Alternatively, to fix it at the command line, run the below commands in an elevated Powershell window. The second command will prompt you to enter and confirm the password you would like to use with VNC Server. After its completed, you should be able to connect from VNC Viewer.

    New-ItemProperty -Path "HKLM:\Software\RealVNC\vncserver" -Name "Authentication" -Value "VncAuth"
    & "C:\Program Files\RealVNC\VNC Server\vncpasswd.exe" -service

    Thanks,

    Jack

    Comment actions Permalink
  • Hi,

    Thanks for your post. Did you install VNC Server over RDP, or if it is a virtual machine, through Hyper-V manager? Can I also check if you installed VNC Server 6.11.0 and if you were trying to use a Home subscription with VNC Server?

    Thanks,

    Jack

    0
    Comment actions Permalink
  • Thank you Jack for your reply. Yes, I did install the VNC Server over RDP but on a physical machine. Installed VNC Server is 6.11.0 using Home subscription.

    0
    Comment actions Permalink
  • Hi There,

    I have the same problem! I cannot logon to the physical machine because its a virtual server.

    I typed your line in the terminal and get some sort of an error message. However, I am able to set the password and it still did not work.


    After that I tried to set the thing in the registry manually. 

     

    But still does not work

    Will there be an update in future so that I am able to use your software again?

     

     

    0
    Comment actions Permalink
  • Hi Sebastian,

    Thanks for your post. The commands provided need to be run in Powershell, rather than Command Prompt. Can you try running them there and let me know if it helps?

    For your manual Registry edit, it looks like you may have added the value to the RealVNC key, rather than the vncserver key underneath it. Can you please double check? Note, you will need to restart VNC Server after manually editing the Registry.

    Thanks,

    Jack

     

     

    0
    Comment actions Permalink
  • Ah cool, thank you , I am trying it!

    And is „VncAuth“ the correct value or is it just a placeholder for my user name / email address?
     
    Best regards
    Sebastian
    0
    Comment actions Permalink
  • Hi Sebastian,

    VncAuth is the correct value to use!

    Thanks,

    Jack

    0
    Comment actions Permalink
  • Hi Jack,

    yeah, it worked now! I gave up on that already.

    Thanks a ton!! :)

     

    Best regards

    Sebastian

     

    0
    Comment actions Permalink
  • I tried the steps, but i did not get any prompt to set a password, please advise.,

    Ive also installed it via RDC to a dedicated server

    0
    Comment actions Permalink
  • Same issue here. 

    Reg addition got me connecting and prompting for creds, but then doesn't accept any creds. 

    I think the main cause I have is that if you install over RDP, the tray icon doesn't actually appear. The exe is running as can be seen in the task manager, but the icon is missing, so you can't get in there to set a password or tell it which account to use. 

    This is clearly a niche case as you can already RDP... so why would you need vnc also. The install must take some local variables into account when installing that don't play well with being on RDP. 

    0
    Comment actions Permalink
  • Hi
    it seems that the same behavior happens on the linux server because I have the same error. That step about the authentication scheme was missed when I configured the license. As a workaround I would need the same commands for the bash shell ...

     

    0
    Comment actions Permalink
  • hi

    i think i have same problem, when i installed vnc server the app doesnt ask for setting password,and i cant connect to my pc via my ipad,  would you plz make a video to show how to fix that problem or show us step by step via picture???  thank you

    0
    Comment actions Permalink
  • i've get the same problem and i solved it with this (the same step with the one mentioned before):
    1. you need to login your account by run license wizard, although after clicking done its do nothing.

    2. in powershell, run 

    New-ItemProperty -Path "HKLM:\Software\RealVNC\vncserver" -Name "Authentication" -Value "VncAuth"

    after enter, run this too

    & "C:\Program Files\RealVNC\VNC Server\vncpasswd.exe" -service

    input the password for connecting the vnc server in your computer

    3. run the vncserver.exe (it still blank and the indicator still red, but its ok). close the remote desktop connection

    4. in realvnc viewer, select the computer that you set up with before

    hopefully it helped :)

    2
    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post