Skip to content
  • Announcements of releases and news regarding Veyon

    57 58
    57 Topics
    58 Posts
    T
    We're happy to announce Veyon 4.9.7, the seventh maintenance release of Veyon 4.9.x. It introduces optimized bandwidth calculation for demo mode based on type and speed of the network link. The Entra ID Connector (part of Veyon Add-ons) received improved Intune support to query MAC addresses on-demand when powering on computers. All downloads for this release are available in the download area. A complete list of changes in detail can be found below: General: Improved compatibility with Qt 6.9 and 6.10 Plugins Demo: calculate internal bandwidth limit according to network speed and link type (i.e. use half the bandwidth of 100M/1G/2.5G Ethernet links and quarter the bandwidth of wireless links) PowerControl: modernized Wake-on-LAN implementation and added debug messages Linux: Add Debian 13 packages Add RHEL 10 packages Drop Ubuntu 20.04 packages Windows: 3rdparty: libpng: update to 1.6.50 3rdparty: libjpeg-turbo: update to 3.1.1 3rdparty: OpenSSL: update to 3.5.2
  • A place to talk about whatever you want

    297 656
    297 Topics
    656 Posts
    N
    Should be able to master the session Or just create a little derived app with the possibility to have acces on phone to the MASTER computer (phone > master PC > PCs)
  • You're facing difficulties with setting up Veyon? Ask away!

    1k 3k
    1k Topics
    3k Posts
    J
    Every week, I use a PowerShell script to update the software on my computers. Within this script, I use the winget upgrade command to update my software, but I have a problem with Veyon. When I update Veyon with winget upgrade, it also installs Veyon Master, which is a big problem for me because I don’t want Veyon Master on most of my computers. How can I update Veyon without installing Veyon Master using winget upgrade? Thanks
  • Tell us about how you successfully set up and use Veyon and post your social media activities on Veyon

    12 28
    12 Topics
    28 Posts
    RailsimulatornetR
    Hi everyone, I’d like to share a small community contribution that might be useful for schools and parents who run Veyon on Windows devices (especially student BYOD devices without local admin rights). GitHub repository: h tt ps://github . com/Railsimulatornet/VeyonAutoupdateforWindows What it does The script package provides an automatic Veyon update mechanism on Windows using WinGet. It: runs at system startup as a scheduled task (SYSTEM account) checks the online Veyon version via winget only updates when a newer version is actually available creates a configuration backup before updating (with rotation of recent backups) writes a detailed log file under C:\ProgramData\Veyon\Update\ The goal is to keep Veyon up to date on many devices without manual intervention, while preserving the existing configuration. Key features Version check instead of blind updates The script compares the installed Veyon version with the version reported by WinGet and only triggers an update when the online version is newer. Silent upgrade via WinGet Uses winget upgrade VeyonSolutions.Veyon with silent and non-interactive switches, so students don’t see any installers popping up. No unwanted Veyon Master installation If Veyon Master was not installed before, it will not be installed by the updater. A custom parameter is appended so the existing component selection is respected. Configuration backup + rotation Before an actual upgrade, the script exports the configuration (JSON via veyon-cli config export or a registry backup as fallback) and keeps only the last few backups to avoid uncontrolled growth. Robust logging & log trimming A central log file records each run including exit codes. When the log reaches a certain size, older entries are trimmed so it doesn’t grow indefinitely. Idempotent / safe to run repeatedly If the machine is already on the latest version, nothing is changed (no backup, no reinstall, no UI). If a PC is turned off during an upgrade, the check simply runs again at the next boot and retries if still outdated. Requirements Windows 10/11 with App Installer / WinGet available Veyon 4.x / 4.9.x installed (Master optional) Installation (short version) Download the ZIP from the GitHub Releases section. Unzip it and run Install-Veyon-AutoUpdate.cmd as Administrator. This copies the files to C:\ProgramData\Veyon\Update\ and creates a scheduled task that runs at system startup (with a short delay). From the next reboot on, Veyon will be checked and – if needed – updated automatically. To remove everything again, run Remove-Veyon-AutoUpdate.cmd as Administrator (task + files are cleaned up).