Skip to content

Help & Troubleshooting

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

987 Topics 2.6k Posts
  • Veyon 4.3 - Screen flashes

    4
    0 Votes
    4 Posts
    304 Views
    5

    Yes it is, Reproductile on several pc of brand and different generation

  • Updating to 4.3 from 4.1.2

    2
    0 Votes
    2 Posts
    240 Views
    T

    First of all: 4.3.0 is the most recent version while 4.1.2 is a very old version released more than a year ago 😉 And yes, usually you should update both master and client computers. Use silent installation options to automate this task easily: https://docs.veyon.io/en/latest/admin/installation.html#automated-silent-installation

  • Disabling "Access Control Error" notification

    3
    0 Votes
    3 Posts
    365 Views
    T

    Unfortunately Veyon Master is not capable of filtering computers based on access control rules on the client computers. The reason for this is that the local state of the individual computers (which user is logged on etc.) is not known to Veyon Master so we can't reliably determine whether a certain computer can actually be accessed or not.

  • 0 Votes
    2 Posts
    231 Views
    T

    You can try to set up https://docs.veyon.io/en/latest/admin/access-control-rules.html and play with the conditions regarding computer locations. This way you can prevent users easily from accessing computers at a different location (room).

  • 0 Votes
    1 Posts
    241 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Login to Local User without password

    2
    0 Votes
    2 Posts
    252 Views
    M

    Problem solved. Username is Student with no password. A password is not required when using key file authentication. Computer name is used to identify machine.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Client PCs with username but no password using key authentication?

    1
    0 Votes
    1 Posts
    220 Views
    No one has replied
  • Setup with AD

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Conf LDAP

    1
    0 Votes
    1 Posts
    173 Views
    No one has replied
  • Upgrade from 4.0.3 to 4.3.0?

    2
    0 Votes
    2 Posts
    314 Views
    B

    The upgrade works with a caveat or two. On the Veyon Master machine, it lost all of the location and PC data. Having a .csv file on hand with that info made it almost painless to get them back. The "almost" is due to misinformation in the Veyon-Cli help information:

    veyon-cli.exe networkobjects help import

    show this as one of the examples:

    * Import simple CSV file to a single room: networkobjects import computers.csv location "Room 01" format "%name%;%host%;%mac%"

    The above is exactly what I needed to do but it gave an error saying it failed to parse line 1. With no additional info available, I presumed something was wrong with my file... "Does it need a header row?", "Are certain keywords needed in a header row?", and other questions like that came up. After a few experiments, none successful, I noticed the ";"s in the format section of the sample line - changing those to to ","s fixed the problem:

    networkobjects import computers.csv location "Room 01" format "%name%,%host%,%mac%"

    And for those wondering, a header row in the import file is seen as data, so a new PC is created using the info it contains.

    In the old config, I was using keys for authentication. The old keys still work, although I had to configure the Master and Clients to use key file authentication, as they both defaulted to logon auth. As I recall using the old keys may not have been possible back in the 4.1 days, which is what prompted my question here in the first place. It seems that if I'm remembering correctly, that has been addressed and fixed.

    So the short answer to my question is "Yes". I hope this helps some else down the road...

    ~bd

  • public key not the same from windows master to ubuntu client ...

    1
    0 Votes
    1 Posts
    111 Views
    No one has replied
  • El servicio no inicia automático

    1
    0 Votes
    1 Posts
    113 Views
    No one has replied
  • Bug report : demo mode not working with access control with veyon 4.3.0

    1
    0 Votes
    1 Posts
    216 Views
    No one has replied
  • I can run iTalc but not Veyon

    6
    0 Votes
    6 Posts
    506 Views
    E

    Hi,
    It is possible that the italk service in not uninstalled (conflict with veyon service) or another old vnc still running.

  • veyon + tigervnc-scraping-server (as external vnc server)

    3
    0 Votes
    3 Posts
    326 Views
    E

    @clash Hi,
    I do experience the same issue with the standard VNC with windows 7 64bits since veyon 4.2.4 and now 4.3.0.

    Thank you

  • Is there a maximum limit of objects in OU?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Veyon 4.3.0.0 win10 : issue with user's auth

    3
    0 Votes
    3 Posts
    363 Views
    Z

    Hi,

    If you're talking about tests in veyon-configurator : no, they don't.
    But the conf is exactly the same as in previous version (I used the same file, imported with veyon-cli).
    That's why I asked about what could have changed in veyon's way to interact with Active Directory between the two versions.

  • Master Freeze since 4.2.5

    2
    0 Votes
    2 Posts
    254 Views
    T

    That's an interesting observation! Which version have you used before? It's likely caused by too much data being fetched from the LDAP/AD server, caused by either non-optimal LDAP settings in Veyon or too many computers in your directory which Veyon tries to load. Can you try to drop the settings for the MAC and/or hostname attribute?