Skip to content

Help & Troubleshooting

You're facing difficulties with setting up Veyon? Ask away!

984 Topics 2.6k Posts
  • Connection problems with Windows 10 pro.

    1
    0 Votes
    1 Posts
    129 Views
    No one has replied
  • 0 Votes
    5 Posts
    344 Views
    V

    Hi all,
    i have exactly the same problem. Unfortunately I can't downgrade to version 7.3 because my clients have Ubuntu 22.04 Jammy Jellyfish installed.
    Would be nice if there would be an update soon to lock my students computers.

  • Ask logged on user for permission on preview issue

    6
    0 Votes
    6 Posts
    127 Views
    A

    @Alefunshow Or for example to view the preview only when I double click in the icon and the user give me the permission for the session.

  • Impossibilità di connettere clients remoti

    2
    0 Votes
    2 Posts
    117 Views
    A

    @correlio Nel manuale c'è riportato tutto il necessario, comunque per potersi connettere deve avere l'indirizzo ip del computer dello studente e inserirlo nel configuratore della macchina master

  • Does Veyon has Web Interface?

    2
    0 Votes
    2 Posts
    119 Views
    T

    At the moment this is not possible. We plan to provide a web-based solution with Veyon 5 in 2023.

  • high CPU usage when on multisession

    4
    0 Votes
    4 Posts
    250 Views
    S

    @rpgmem i leave "veyon-master" blank on installation.

  • Share screen on 65" smart tv problem

    1
    0 Votes
    1 Posts
    81 Views
    No one has replied
  • Access to Master from Android tablet or Phone.

    1
    0 Votes
    1 Posts
    88 Views
    No one has replied
  • Screen lock at Logon Screen Windows

    1
    1 Votes
    1 Posts
    96 Views
    No one has replied
  • Tổ hợp Sun Riverpolis Đà Nẵng

    1
    0 Votes
    1 Posts
    80 Views
    No one has replied
  • Chromebooks

    1
    0 Votes
    1 Posts
    87 Views
    No one has replied
  • Windows 11

    6
    0 Votes
    6 Posts
    829 Views
    J

    @mmg-carlos Same thing for me, i install from scratch, and nothing works! Using a pc with ASTER multiseat and other for the teacher, and nothing works anymore on Windows 11

  • how to config demo mode?

    1
    0 Votes
    1 Posts
    132 Views
    No one has replied
  • Access control error & LDAP

    2
    0 Votes
    2 Posts
    182 Views
    L

    @ltsepp
    Found the problem.Wrong settings under object attributes
    User = sAMAccountNAme
    Group = member
    Computer display = cn
    computer hostname = cn

    That worked for me

  • Veyon for Redhat 8

    2
    0 Votes
    2 Posts
    494 Views
    T

    Unfortunately we do not have packages for Redhat 8 (since CentOS 8 is EOL) but I would recommend building an RPM file manually as described in the README.md file in the sources.

  • Interception Driver Uninstalling by itself

    2
    0 Votes
    2 Posts
    153 Views
    T

    I guess you enabled Multi session mode in the Service configuration page. When enabled, the Veyon Service uninstalls the Interception driver since it's known to cause problems in terminal/remote desktop server environments. If you do not need multi session mode, simply switch back to Local session mode.

    Otherwise the Veyon Service has problems with accessing the Interception driver so it tries to reinstall it manually.

  • Forgot Password

    2
    0 Votes
    2 Posts
    168 Views
    T

    Simply enter the password of your user account. If you configured a different (domain?) account for accesing the clients, you can change the password of that user in your AD/LDAP server management UI.

  • Get "CryptoCore: failed to decrypt password!" in VeyonConfiguration.log

    2
    0 Votes
    2 Posts
    392 Views
    T

    I guess it's either the LDAP bind password or the external VNC server password which is stored in the configuration and likely hasn't been set before. You can simply ignore that warning unless you have actual problems with configuring one of these passwords.

  • 0 Votes
    2 Posts
    114 Views
    T

    I'm sorry for the problems you had with managing your network objects through the CLI. I guess veyon-cli didn't identify the location(s) properly in which to import the computers. It would be interesting to see the output of

    veyon-cli config get BuiltinDirectory/NetworkObjects

    before and after the import. May be you can reduce the import to a minimal case with just one entry?

    Next I would also recommend to clear all objects before the import.

  • Problem with nested user groups in computer Access control

    2
    0 Votes
    2 Posts
    273 Views
    T

    Have you tried enabling the Query nested user groups (supported by AD only) option in the Advanced LDAP settings tab? When enabled, Veyon uses the LDAP_MATCHING_RULE_IN_CHAIN search filter rule which tells the server to also return indirect members for a certain group. Access control should then allow access also for indirect memberships.

    For debugging this, you can change the Veyon log level to Debug (config page General), click on the Test button in the access control page and search for lines containing AccessControlProvider in C:\Windows\Temp\VeyonConfigurator.log – there should be a line with a list of all groups of the user entered in the test dialog.