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

    289 646
    289 Topics
    646 Posts
    J
    Hello, I'm the testing admin for a small university looking to upgrade my monitoring software from the 2013 version of LanSchool. How similar is your program to LS? Does this software interfere with the usage of Guardian or Lockdown browsers for high-stakes exam platforms, such as Meazure, CLEP, or Kryterion. Also, do you have an Accessibility Conformance Report/Voluntary Product Accessibility Template (VPAT) or Accessibility Conformance Report (ACR)? I would need one in order to submit the download request to my IT department.
  • You're facing difficulties with setting up Veyon? Ask away!

    1k 3k
    1k Topics
    3k Posts
    J
    Hello I'm doing tests with internet add-on with option block by firewall (I do not want to change routing) on windows computers. It doesn't work because the three firewalls are disabled on our computers. Would it be possible to modify the add-on so that: when blocking is enabled, the add-on verifies and store firewall state it activates firewall and then applies rules when blocking is disabled, it restores firewall initial state ? Exemple of batch script to do that: @echo off :: Script pour activer le pare-feu Windows s'il est désactivé, :: puis le réactiver s'il était initialement activé :: Chemin du fichier temporaire pour sauvegarder l'état initial set "tempfile=%temp%\firewall_state.txt" :: Sauvegarde l'état initial de chaque profil ( for %%p in (Domain,Private,Public) do ( echo Verifying profile %%p... netsh advfirewall show %%pprofile state | find "ON" >nul if errorlevel 1 ( echo %%p=OFF ) else ( echo %%p=ON ) ) ) > "%tempfile%" :: Active le pare-feu pour chaque profil s'il est désactivé for %%p in (Domain,Private,Public) do ( netsh advfirewall show %%pprofile state | find "ON" >nul if errorlevel 1 ( echo Firewall is disabled for profile %%p. echo Firewall activation for profile %%p... netsh advfirewall set %%pprofile state on ) else ( echo Firewall already activated for profile %%p. ) ) echo Firewall activated for all profiles echo Press any key to return to initial state... pause :: Rétablit l'état initial for /f "tokens=1,2 delims==" %%a in (%tempfile%) do ( if "%%b"=="OFF" ( echo Go back profile %%a to OFF... netsh advfirewall set %%aprofile state off ) ) :: Nettoyage del "%tempfile%" 2>nul echo Initial state restored Thanks in advance JM Biansan
  • Tell us about how you successfully set up and use Veyon and post your social media activities on Veyon

    11 27
    11 Topics
    27 Posts
    A
    I am unable to acess Vlan to vlan . only access in open paticular Vlan .Is it any solution to Vlan to Vlan Acess?