Skip to content

Help & Troubleshooting

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

991 Topics 2.6k Posts
  • I have veyon works unstable

    2
    0 Votes
    2 Posts
    451 Views
    T
    Can you try to set the log level to "debug" in Veyon Configurator and run "veyon-server" programm manually in a terminal on the affected client? May be the server crashes or there's some kind of timeout issue.
  • Sending message on client computers

    10
    0 Votes
    10 Posts
    4k Views
    T
    Thank you for your investigations! I opened an issue at https://github.com/veyon/veyon/issues/420 so we can do further investigations and finally fix the issue.
  • LDAP Computers

    2
    0 Votes
    2 Posts
    616 Views
    T
    Do the integration tests report computer rooms and computers properly? If so, did you change the network object directory to "LDAP/AD"? (https://docs.veyon.io/en/latest/admin/ldap.html#using-ldap-backends)
  • No visual, veyon

    3
    0 Votes
    3 Posts
    526 Views
    T
    Thanks for reporting! Veyon 4.1.3 will include a fix which trims spaces and newlines from host and MAC addresses automatically when editing them through Veyon Configurator.
  • 4.1.2 version on ubuntu 18.04 ppa?

    3
    0 Votes
    3 Posts
    531 Views
    T
    Sorry for the delay of the Ubuntu packages.
  • Remote login users

    2
    0 Votes
    2 Posts
    358 Views
    T
    Hello @joffrey welcome to Veyon! Remote login is currently not implemented but is planned for future releases, likely in 2019.
  • Multiples Masters

    2
    0 Votes
    2 Posts
    499 Views
    M
    One master has to generate the public and private keys. Then copy the private key to another master.
  • computers changing state every second on master

    5
    0 Votes
    5 Posts
    704 Views
    G
    It works, thanks!
  • Computers going in and out of service

    3
    0 Votes
    3 Posts
    568 Views
    T
    Issue should be fixed in Veyon 4.1.2 - please give it a try
  • 0 Votes
    2 Posts
    449 Views
    T
    Hello! Welcome to Veyon! The public key should always be readable by everyone, so use a group such as "users " here.
  • Can I change thumbnail size?

    2
    0 Votes
    2 Posts
    414 Views
    W
    looks like thumbnails resize nicely when I click on the Veyon notification icon twice. The first click minimizes the Veyon Master window; second click restores the Master window and the moniotored thumbnails get resized. Oh, I also just discovered the slider and buttons along the bottom of the window - that's what I was looking for!
  • Problem with Raspberry

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

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Problems VEYON installation

    3
    0 Votes
    3 Posts
    667 Views
    A
    @alberto OK. Now I make it. The problem was "use VNC tool" in the Service Tab. Question closed.
  • More Masters

    1
    0 Votes
    1 Posts
    351 Views
    No one has replied
  • How to compile Veyon on windows platform?

    3
    0 Votes
    3 Posts
    899 Views
    L
    I'm trying to use vcpkg to build the required libraries and then use vs 2017(cmake) with vcpkg to generate the vs project.
  • Limiting access for teachers to specific rooms

    6
    0 Votes
    6 Posts
    1k Views
    T
    The "Perform Access control at program start" option makes the Master application check whether the teacher is allowed to access computers at all. It's an additional check for convenience (which can lead to false positives, that's why you should try to disable it for the time being) but not strictly necessary as the actual access control is performed on client computers so that only authorized users will be granted access. If the option is disabled, anybody can start the Master but still will only be able to access clients he's really allowed to access.
  • Can I use Veyon WITHOUT LDAP?

    3
    0 Votes
    3 Posts
    682 Views
    T
    @Tarloth you don't need LDAP to run Veyon. You can configure rooms and computers using the builtin network object directory. The only difference to iTALC is that room and computer management is done through the Veyon Configurator and not inside Veyon Master any longer.
  • Built-in (UltraVNC) password?

    2
    0 Votes
    2 Posts
    615 Views
    T
    Hi @mikep345678 the builtin passwort is generated randomly at runtime so it can't be used from the outside world. You can however install UltraVNC in parallel, set a password and configure Veyon to use this existing UltraVNC server. Best regards Tobias
  • 0 Votes
    2 Posts
    469 Views
    T
    Which directories are the plugin installed in? Please make sure they're located in /usr/lib64/veyon or pass a proper value to cmake via -DCMAKE_INSTALL_LIBDIR=/usr/....