<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Veyon – Cross-platform computer control and classroom management</title>
    <description>This is the official website of the Veyon project (Virtual Eye On Networks) ran by the Veyon community. The website contains a download area, documentation and a blog.
</description>
    <link>https://veyon.io/</link>
    <atom:link href="https://veyon.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Thu, 27 Aug 2026 09:17:24 +0200</pubDate>
    <lastBuildDate>Thu, 27 Aug 2026 09:17:24 +0200</lastBuildDate>
    <generator>Jekyll v4.3.2</generator>
    
      <item>
        <title>Veyon 4.11.1 released</title>
        <description>&lt;p&gt;We’re happy to announce the release of Veyon 4.11.1. This patch release is a security- and reliability-focused update that hardens the VNC network protocol, the internal feature-communication layer, and the Linux authentication helper against malformed data, tampering, and unauthorized access. It also fixes a broken wildcard pattern matching in access control rules, corrects configuration merge/migration bugs, and adds a new setting to cap simultaneous server connections and protect against resource exhaustion. On Linux, the PipeWire-based VNC server for Wayland sessions has been greatly optimized for much lower CPU usage, while the demo/broadcast feature was refactored to recover more smoothly from slow or disconnected student computers.&lt;/p&gt;

&lt;p&gt;Beyond the under-the-hood work, this release brings several user-facing conveniences and bugfixes: teachers can now set a custom title for text messages sent to students, remote access windows show screen content immediately instead of with a delay, and file transfer failures now surface a clear error dialog rather than failing silently. Various crashes and glitches were also resolved, including one when closing a computer’s zoom view, incorrect computer removal in the Spotlight view, and Windows-specific issues around service reinstallation and virtual desktop detection. LDAP/AD searches are more robust against special characters, and the CLI now gives clearer error messages for invalid or unknown commands.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Core, security &amp;amp; reliability
    &lt;ul&gt;
      &lt;li&gt;Hardened the VNC network protocol against malformed or oversized data, improving stability and security when connecting to computers (by @pioug43)&lt;/li&gt;
      &lt;li&gt;Improved authentication security for internal feature communication, protecting against unauthorized message injection (by @pioug43)&lt;/li&gt;
      &lt;li&gt;Significantly hardened the Linux authentication helper (used for logon checks) against memory inspection and environment tampering attacks&lt;/li&gt;
      &lt;li&gt;Linux: environment variables passed to a newly started Veyon Server (e.g. display, session bus, audio settings) are now validated and filtered to prevent injection of unsafe or spoofed values&lt;/li&gt;
      &lt;li&gt;Fixed the “Wildcard” pattern matching used in access control rules (e.g. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;*.example.org&lt;/code&gt;) to behave correctly and safely (by @pioug43)&lt;/li&gt;
      &lt;li&gt;Fixed broken config merge and key removal (#1155)&lt;/li&gt;
      &lt;li&gt;Fixed configuration migration between non-subsequent minor releases&lt;/li&gt;
      &lt;li&gt;Use Qt rather than OpenSSL directly for generating random data&lt;/li&gt;
      &lt;li&gt;Pipewire and headless VNC servers now listen on localhost only like all other internal VNC server backends&lt;/li&gt;
      &lt;li&gt;Updatedand rebased bundled libvncserver library to latest upstream version&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Master
    &lt;ul&gt;
      &lt;li&gt;Fixed delay in remote access windows to show screen updates immediately after opening the window&lt;/li&gt;
      &lt;li&gt;Fixed a crash that could occur when closing the “zoom” view for a computer (by @pioug43)&lt;/li&gt;
      &lt;li&gt;Fixed an issue where removing computers from the Spotlight view could accidentally remove the wrong computer&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Configurator
    &lt;ul&gt;
      &lt;li&gt;Fixed location table state and button management (#1150 by @NICourced)&lt;/li&gt;
      &lt;li&gt;Added a new setting, &lt;em&gt;“Maximum simultaneous server connections”&lt;/em&gt; to protect the Veyon Server from being overwhelmed by too many connections at once (by @pioug43)&lt;/li&gt;
      &lt;li&gt;Check for a valid access control rule being selected when clicking “Move down”&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;Demo: fixed several issues where a slow or lagging student computer during a demo/broadcast could not (re)connect; the demo feature now recovers more smoothly and adapts image quality more accurately based on actual bandwidth usage&lt;/li&gt;
      &lt;li&gt;FileTransfer: users now see a clear error dialog if a file transfer fails, instead of the failure passing silently.&lt;/li&gt;
      &lt;li&gt;LDAP: Improved special-character handling when searching LDAP/Active Directory, fixing potential search failures with names containing special characters&lt;/li&gt;
      &lt;li&gt;LDAP: added “ou” (organizational unit) as an option for identifying location names&lt;/li&gt;
      &lt;li&gt;PowerControl: fixed missing confirmation dialog handling for delayed power-down&lt;/li&gt;
      &lt;li&gt;RemoteAccess: fixed memory leak&lt;/li&gt;
      &lt;li&gt;RemoteAccess: use lighter image compression resulting in less CPU usage on the clients at the cost of slightly more bandwidth&lt;/li&gt;
      &lt;li&gt;Screenshot: wait for initial framebuffer update when invoked immediately after connecting (e.g. via CLI/WebAPI) (#1067)&lt;/li&gt;
      &lt;li&gt;TextMessage: dialog now lets teachers set a custom title for the message window shown to students and defaults to “Message from &lt;username&gt;&quot; (#999, #1129, #1159 / by @pioug43)&lt;/username&gt;&lt;/li&gt;
      &lt;li&gt;TextMessage: always show and keep message dialog in front&lt;/li&gt;
      &lt;li&gt;WebAPI: added null-connection checks across several endpoints&lt;/li&gt;
      &lt;li&gt;WebAPI: fixed HTTPS setup logic&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;CLI
    &lt;ul&gt;
      &lt;li&gt;Refactored handling of invalid or unknown commands and improved messages and fixed crash in certain error cases (#1152)&lt;/li&gt;
      &lt;li&gt;Fixed wrong order of arguments printed in the help for certain commands (#1156)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Greatly improved performance of the Pipewire-based VNC server for Wayland sessions, resulting in much lower CPU usage&lt;/li&gt;
      &lt;li&gt;Fixed an issue where remote screen-share/demo sessions could occasionally miss part of the screen after resizing&lt;/li&gt;
      &lt;li&gt;Improved reliability of user session detection and reduced console error spam in non-standard environments&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;Fixed a possible crash/leak when repeatedly installing or reinstalling the Veyon service&lt;/li&gt;
      &lt;li&gt;Fixed incorrect detection of the active virtual desktop, which could affect window focus behavior on some systems&lt;/li&gt;
      &lt;li&gt;Fixed potential memory issues in the Windows Event Log integration&lt;/li&gt;
      &lt;li&gt;3rdparty: UltraVNC: include fixes for certain VDI environments&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenLDAP: update to 2.6.14&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 21 Aug 2026 15:21:19 +0200</pubDate>
        <link>https://veyon.io/blog/2026/08/21/veyon-4-11-1-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2026/08/21/veyon-4-11-1-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.11.0 released</title>
        <description>&lt;p&gt;We’re happy to announce the release of Veyon 4.11.0, the latest minor update in the Veyon 4 series. Linux users will enjoy experimental support for Wayland, which enables them to monitor client computers running Wayland-based KDE or GNOME sessions. The Internet Access Control add-on now offers a new feature to dynamically restrict the internet access to certain websites only instead of completely blocking it (fully supported by the routing and proxy-redirection backends and partially supported by firewall backend). It has also received an alternative backend for restricting internet access, which changes the proxy configuration to redirect it to an invalid address.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Core
    &lt;ul&gt;
      &lt;li&gt;FeatureWorker: improve security by adding authentication mechanism to only accept connections from workers with matching tokens (reported by https://github.com/priyanshukumar397)&lt;/li&gt;
      &lt;li&gt;Improved LibVNCServer integration to share code across VNC server backends in common libraries&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;FileTransfer: add runtime source/destination path selection so users optionally can specify where to tranfer files to or where to collect files from&lt;/li&gt;
      &lt;li&gt;FileTransfer: fixed sizes and positions of dialogs&lt;/li&gt;
      &lt;li&gt;ScreenLock: don’t lock the master computer when locking all screens and master computer is included in monitoring view (#1133)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Add Pipewire-based VNC server for Wayland sessions&lt;/li&gt;
      &lt;li&gt;Implement input device locking for Wayland sessions&lt;/li&gt;
      &lt;li&gt;Implement screen saver control for Wayland sessions&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;Fix memory leaks and improve code quality by using RAII pattern for all kinds of Windows resources&lt;/li&gt;
      &lt;li&gt;3rdparty: FFmpeg: update to 8.1.2&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenSSL: update to 3.5.7&lt;/li&gt;
      &lt;li&gt;3rdparty: libjpeg-turbo: update to 3.2.0&lt;/li&gt;
      &lt;li&gt;3rdparty: UltraVNC: update to 1.8.2.4&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 10 Jul 2026 14:18:19 +0200</pubDate>
        <link>https://veyon.io/blog/2026/07/10/veyon-4-11-0-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2026/07/10/veyon-4-11-0-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.10.4 released</title>
        <description>&lt;p&gt;We’re happy to announce Veyon 4.10.4, the fourth maintenance release of Veyon 4.10.x. This release primarily fixes a performance regression in Veyon Master resulting from the thumbnail layouting improvement in 4.10.3. Additionally it’s now possible to specify a prefix or suffix by which to extend the identity of guest users automatically such that for example valid exam users can easily be recognized.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Core
    &lt;ul&gt;
      &lt;li&gt;Improve robustness by using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;std::vsnprintf()&lt;/code&gt; instead of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sprintf()&lt;/code&gt;/&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;snprintf()&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;Add various size checks when receiving usernames, signatures and tokens&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Master
    &lt;ul&gt;
      &lt;li&gt;Fixed performance regression introduced with improved thumbnail layouting in 4.10.3&lt;/li&gt;
      &lt;li&gt;Added support for extending guest user identities with prefix or suffix&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;Demo: don’t lock the master computer when sharing a user’s screen fullscreen (#1126)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Added Nix flake and NixOS module&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;3rdparty: UltraVNC: update to 1.8.2.3&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Wed, 03 Jun 2026 14:32:19 +0200</pubDate>
        <link>https://veyon.io/blog/2026/06/03/veyon-4-10-4-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2026/06/03/veyon-4-10-4-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.10.3 released</title>
        <description>&lt;p&gt;We’re happy to announce Veyon 4.10.3, the third maintenance release of Veyon 4.10.x. This is a quite large maintenance release addressing several stability and reliability issues on Windows, improves the monitoring view in Veyon Master and fixes several file collecting releated issues in the FileTransfer plugin.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Core
    &lt;ul&gt;
      &lt;li&gt;Cache authorized user groups from configuration&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Configurator
    &lt;ul&gt;
      &lt;li&gt;Auto-increment default names for new objects (#1123)&lt;/li&gt;
      &lt;li&gt;Hide x11vnc parameters label in standard view (#1125)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Master
    &lt;ul&gt;
      &lt;li&gt;Improved mechanism for layouting thumbnails to always display the whole caption even for long user and/or device names&lt;/li&gt;
      &lt;li&gt;Optimized icon size auto adjust&lt;/li&gt;
      &lt;li&gt;Defer initial icon size auto adjust until application window is fully visible&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;UltraVNC: make sure to load user32.dll and shcore.dll from the Windows system directory only&lt;/li&gt;
      &lt;li&gt;LDAP: add hint on configuration for FreeIPA (#1122)&lt;/li&gt;
      &lt;li&gt;LDAP: update bundled kldap library to fix several issues related to memory allocation failures&lt;/li&gt;
      &lt;li&gt;FileTransfer: only collect from devices with logged in users&lt;/li&gt;
      &lt;li&gt;FileTranser: indicate 100% progress if finished with no files to be collected&lt;/li&gt;
      &lt;li&gt;FileTransfer: show number of files to be collected in 2nd column&lt;/li&gt;
      &lt;li&gt;WebAPI: make the plugin build explicit via WITH_WEBAPI (#1124)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Add Fedora 44 packages&lt;/li&gt;
      &lt;li&gt;Add Ubuntu 26.04 packges&lt;/li&gt;
      &lt;li&gt;Drop Fedora 42 packages&lt;/li&gt;
      &lt;li&gt;Prepared API for upcoming Wayland support for Linux&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;Added advanced device locking options for the screen lock feature - touch screens and touch pads are now temporarily disabled at the device level to suppress gesture handling&lt;/li&gt;
      &lt;li&gt;Improved mechanism for querying full user name - fixes missing full/display names for Azure AD users&lt;/li&gt;
      &lt;li&gt;Improved error handling and resource cleanup in several functions&lt;/li&gt;
      &lt;li&gt;Various optimizations and resiliency improvements&lt;/li&gt;
      &lt;li&gt;Build all binaries without LTO (link time optimization) to fix crashes on certain CPUs&lt;/li&gt;
      &lt;li&gt;3rdparty: UltraVNC: update to 1.8.2.2 (includes fix for CVE-2026-3787 / CWE-428)&lt;/li&gt;
      &lt;li&gt;3rdparty: libjpeg-turbo: update to 3.1.4.1&lt;/li&gt;
      &lt;li&gt;3rdparty: libpng: update to 1.6.58&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenSSL: update to 3.5.6&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 22 May 2026 14:28:11 +0200</pubDate>
        <link>https://veyon.io/blog/2026/05/22/veyon-4-10-3-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2026/05/22/veyon-4-10-3-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.10.2 released</title>
        <description>&lt;p&gt;We’re happy to announce Veyon 4.10.2, the second maintenance release of Veyon 4.10.x. This release fixes a Linux packaging bug which effectively restores missing all translation files for the UI.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Master
    &lt;ul&gt;
      &lt;li&gt;Strip domain from displayed user login names if full name is not available&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Service
    &lt;ul&gt;
      &lt;li&gt;Added placeholder to user identification dialog&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;CLI
    &lt;ul&gt;
      &lt;li&gt;Improved space handling for running command file (#1104)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Fixed CI to build proper release packages (with optimizations and including translations) (#1102)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;Added block sleep key when screen is locked (#1103)&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenLDAP: update to 2.6.13&lt;/li&gt;
      &lt;li&gt;3rdparty: Qt: update to 6.10.3&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 20 Mar 2026 14:21:11 +0100</pubDate>
        <link>https://veyon.io/blog/2026/03/20/veyon-4-10-2-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2026/03/20/veyon-4-10-2-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.10.1 released</title>
        <description>&lt;p&gt;We’re happy to announce Veyon 4.10.1, the first maintenance release of Veyon 4.10.x. This release fixes various bugs and contains minor improvements.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Master
    &lt;ul&gt;
      &lt;li&gt;Show short tooltips in icons only mode&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Configurator
    &lt;ul&gt;
      &lt;li&gt;Order of locations and computers can now be changed with new move buttons (thanks to @pgilfernandez)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;FileTransfer: allow configuration of up to three grouping attributes when collecting files for greater flexibility&lt;/li&gt;
      &lt;li&gt;LDAP: list computers of all locations or groups matching a certain name - fixes empty locations if there are multiple locations (e.g. OUs) with the same name&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Drop openSUSE Leap 15.6 packages&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;Fix all Veyon applications crashing at exit due to threading issue in Qt 6.9+ – fixes faulty error message when importing configuration during installation (#1099)&lt;/li&gt;
      &lt;li&gt;Refactored key event handling in VNC-based remote control views – now the local keyboard layout always defines which keys are sent while the remote keyboard layout has no influence - fixes errors when transmitting characters at the 3rd keyboard level (AltGr) such as @ or € in European keyboard layouts or cyrillic characters in general (#1098, #940, #956, #779, #701)&lt;/li&gt;
      &lt;li&gt;3rdparty: libpng: update to 1.6.55&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenSSL: update to 3.5.5&lt;/li&gt;
      &lt;li&gt;3rdparty: Qt: update to 6.10.2 with more threading-related patches&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 20 Feb 2026 14:21:11 +0100</pubDate>
        <link>https://veyon.io/blog/2026/02/20/veyon-4-10-1-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2026/02/20/veyon-4-10-1-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.10.0 released</title>
        <description>&lt;p&gt;We’re happy to announce Veyon 4.10.0, a new minor release series of Veyon 4. The new version builds on the stable version 4.9.8 and adds a new feature for collecting files from students. There is also a new advanced option to prompt users in guest sessions to enter their name, so that, for example, in exam situations with logged-in guest accounts, they must enter their name. The name is then displayed in Veyon Master instead of the guest account and is also used to name collected files. On smaller screens, the toolbar in Veyon Master now always expands automatically so that all buttons are always visible.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;New features
    &lt;ul&gt;
      &lt;li&gt;Added new feature to collect files from remote computers&lt;/li&gt;
      &lt;li&gt;Added option to request user identification for guest sessions (enable at configuration page “Master” at the very bottom in advanced view mode)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Master
    &lt;ul&gt;
      &lt;li&gt;Refactored main toolbar to resize itself and wrap buttons dynamically&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;LDAP Basic got renamed to LDAP/AD since the commercial LDAP Pro add-on has been retired&lt;/li&gt;
      &lt;li&gt;Allow logging in users remotely without a password&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Added options for customizing delays between simulated key presses when logging in users&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;Rebase build environment to Debian 13 / GCC 14&lt;/li&gt;
      &lt;li&gt;Improved management and monitoring of the Veyon Server process to restart it more reliably on unexpected shutdown - fixes issues where computers were accessible only after restarting the Veyon Service&lt;/li&gt;
      &lt;li&gt;Veyon Server no longer shuts down when using the builtin UltraVNC server parallel to the official UltraVNC service&lt;/li&gt;
      &lt;li&gt;3rdparty: Qt: update to 6.10.2 including bugfix for  TLS-related performance regression (https://codereview.qt-project.org/c/qt/qtbase/+/606906)&lt;/li&gt;
      &lt;li&gt;3rdparty: libpng: update to 1.6.54&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 23 Jan 2026 16:42:11 +0100</pubDate>
        <link>https://veyon.io/blog/2026/01/23/veyon-4-10-0-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2026/01/23/veyon-4-10-0-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.9.8 released</title>
        <description>&lt;p&gt;We’re happy to announce Veyon 4.9.8, the eigth maintenance release of Veyon 4.9.x. It contains several minor improvements in Veyon Master, fixes a bug in the LDAP/AD module and disables the mechanism for handling interfering windows by default. The Internet Access Control and Auvidus add-ons have gained new configuration options to control how the respective blocking functions behave when the service starts or the computer boots up.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;General
    &lt;ul&gt;
      &lt;li&gt;Improved compatibility with Qt 6.10&lt;/li&gt;
      &lt;li&gt;Make log directory handling more secure (prevent symlink/junction abuse and add full path validation, #1075)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Master
    &lt;ul&gt;
      &lt;li&gt;Auto-adjust icon size when switching computer positioning mode&lt;/li&gt;
      &lt;li&gt;Fixed enforcing designated mode (i.e. screen lock) if system tray icon is disabled in the service configuration&lt;/li&gt;
      &lt;li&gt;Allow sorting computers by user’s surname (#1034, #1045)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;LDAP: fixed MAC address retrieval when 1:1 mapping 1:1 of OUs to locations is enabled.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux
    &lt;ul&gt;
      &lt;li&gt;Add Fedora 43 packages&lt;/li&gt;
      &lt;li&gt;Add openSUSE Leap 16.0 packages&lt;/li&gt;
      &lt;li&gt;Drop Fedora 41 packages&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows
    &lt;ul&gt;
      &lt;li&gt;Disable interfering windows handling by default since it caused troubles in various environments&lt;/li&gt;
      &lt;li&gt;3rdparty: libpng: update to 1.6.53&lt;/li&gt;
      &lt;li&gt;3rdparty: libjpeg-turbo: update to 3.1.2&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenSSL: update to 3.5.4&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 12 Dec 2025 13:12:11 +0100</pubDate>
        <link>https://veyon.io/blog/2025/12/12/veyon-4-9-8-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2025/12/12/veyon-4-9-8-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.9.7 released</title>
        <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;General:
    &lt;ul&gt;
      &lt;li&gt;Improved compatibility with Qt 6.9 and 6.10&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;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)&lt;/li&gt;
      &lt;li&gt;PowerControl: modernized Wake-on-LAN implementation and added debug messages&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux:
    &lt;ul&gt;
      &lt;li&gt;Add Debian 13 packages&lt;/li&gt;
      &lt;li&gt;Add RHEL 10 packages&lt;/li&gt;
      &lt;li&gt;Drop Ubuntu 20.04 packages&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows:
    &lt;ul&gt;
      &lt;li&gt;3rdparty: libpng: update to 1.6.50&lt;/li&gt;
      &lt;li&gt;3rdparty: libjpeg-turbo: update to 3.1.1&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenSSL: update to 3.5.2&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 15 Aug 2025 21:24:19 +0200</pubDate>
        <link>https://veyon.io/blog/2025/08/15/veyon-4-9-7-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2025/08/15/veyon-4-9-7-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
      <item>
        <title>Veyon 4.9.6 released</title>
        <description>&lt;p&gt;We’re happy to announce Veyon 4.9.6, the sixth maintenance release of Veyon 4.9.x. The LDAP/AD plugin now supports mapping OUs/containers 1:1 to locations. On Windows a mechanism has been added to handle windows that interfere with screen capturing. Besides those two additions, only bug fixes and 3rdparty component updates are included.&lt;/p&gt;

&lt;p&gt;All downloads for this release are available in the &lt;a href=&quot;https://veyon.io/download&quot;&gt;download area&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A complete list of changes in detail can be found below:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Master:
    &lt;ul&gt;
      &lt;li&gt;Improved performance of internal data models&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Plugins
    &lt;ul&gt;
      &lt;li&gt;LDAP: added support for mapping OUs/containers 1:1 to locations (backport from retired LDAP Pro add-on)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Service:
    &lt;ul&gt;
      &lt;li&gt;Dropped LanmanWorkstation dependency on Windows to fix potential service start issues&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linux:
    &lt;ul&gt;
      &lt;li&gt;Add Fedora 42 packages and drop Fedora 40 packages&lt;/li&gt;
      &lt;li&gt;Drop openSUSE 15.5 packages&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Windows:
    &lt;ul&gt;
      &lt;li&gt;Added various actions for handling windows with unusual attributes/settings that interfere with screen capturing (configurable in advanced view mode)&lt;/li&gt;
      &lt;li&gt;Dropped repeated session-related debug messages&lt;/li&gt;
      &lt;li&gt;3rdparty: DDEngine: update to 1.6.1.0&lt;/li&gt;
      &lt;li&gt;3rdparty: libpng: update to 1.6.48&lt;/li&gt;
      &lt;li&gt;3rdparty: OpenLDAP: update to 2.6.10&lt;/li&gt;
      &lt;li&gt;3rdparty: UltraVNC: update to 1.6.1.0&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Wed, 28 May 2025 22:41:19 +0200</pubDate>
        <link>https://veyon.io/blog/2025/05/28/veyon-4-9-6-released/</link>
        <guid isPermaLink="true">https://veyon.io/blog/2025/05/28/veyon-4-9-6-released/</guid>
        
        
        <category>Veyon</category>
        
        <category>Releases</category>
        
      </item>
    
  </channel>
</rss>
