Skip to content

General Discussion

A place to talk about whatever you want

287 Topics 643 Posts
  • Mass wireless deployment

    1
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • Veyon config on dual Win/Linux

    1
    0 Votes
    1 Posts
    262 Views
    No one has replied
  • Appearing as duplicate's

    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • Is there Amazon Linux 2 Support for Veyon or Plan to Support?

    2
    0 Votes
    2 Posts
    236 Views
    T
    I do not yet know this product so all I can suggest is to try building Veyon from source on this platform and see how it works. In general compatibility with recent versions of all major Linux distributions is quite good.
  • Tet Message Function

    4
    0 Votes
    4 Posts
    380 Views
    I
    Corrected: Missing backslash. To send the message use the Veyon ‘Run program’ feature and enter the following command: C:\Windows\System32\wscript.exe \\servername\sharename\Veyon\message.vbs
  • Install in Linux Mint

    2
    0 Votes
    2 Posts
    763 Views
    T
    Welcome to our forum! You should try to install the Veyon package from our PPA: https://launchpad.net/~veyon/+archive/ubuntu/stable/ After installing you can run Veyon Configurator to configure the local installation. If you're running X11-based sessions the Veyon Server should be started automatically for user sessions.
  • Way to stop Veyon?

    2
    0 Votes
    2 Posts
    558 Views
    T
    Not until you find a security flaw in Windows or Veyon itself - and if you do so, you are invited to report it so that it can be fixed
  • 4.5 grand cru

    1
    1 Votes
    1 Posts
    209 Views
    No one has replied
  • How can we apply for the subscriber version?

    5
    0 Votes
    5 Posts
    649 Views
    I
    https://getadmx.com/?Category=Veyon
  • Command line Help

    1
    0 Votes
    1 Posts
    467 Views
    No one has replied
  • Copy computers DB at each startup without admin rights

    5
    1 Votes
    5 Posts
    454 Views
    I
    You could create a Windows scheduled task (taskschd.msc) at each master computer. The idea would be to maintain a master configuration file in a shared network folder having read access for the EVERYONE group. The scheduled task would be configured to use the NT AUTHORITY\SYSTEM account (SYSTEM) and run as a batch file from within the same shared network folder at user log on. \\servername\sharename\foldername\updmaster.bat First, create a global master computer containing all room and computer information. This could be done through importing various room level .csv data files. veyon-cli networkobjects import \\servername\sharename\foldername\Room_A.csv format "%type%;%name%;%host%;%mac%" veyon-cli networkobjects import \\servername\sharename\foldername\Room_B.csv format "%type%;%name%;%host%;%mac%" veyon-cli networkobjects import \\servername\sharename\foldername\Room_C.csv format "%type%;%name%;%host%;%mac%" veyon-cli networkobjects import \\servername\sharename\foldername\Room_D.csv format "%type%;%name%;%host%;%mac%" Next, export the global master computer configuration. veyon-cli config export \\servername\sharename\foldername\mstrcnfg.txt Finally, updmaster.bat will contain; veyon-cli config clear veyon-cli config import \\servername\sharename\foldername\mstrcnfg.txt
  • macOS development?

    3
    0 Votes
    3 Posts
    542 Views
    P
    I will! Sadly I don't know myself how to do it...
  • [SUGGESTION] Customize File Transfer Location

    5
    0 Votes
    5 Posts
    440 Views
    T
    FYI: Veyon 4.5.0 has been released
  • File Transfer Location

    4
    0 Votes
    4 Posts
    2k Views
    T
    Starting with Veyon 4.5.0 the file transfer folders are configurable through the advanced view in Veyon Configurator.
  • Q3 2020 - what's in plan?

    2
    0 Votes
    2 Posts
    235 Views
    T
    Veyon 4.5.0 has been released, see the official announcements for details
  • Android clients?

    7
    0 Votes
    7 Posts
    1k Views
    T
    Unfortunately I can't give an update or ETA since we were busy with Veyon 4.x and the add-ons this year. It's still planned to release Veyon 5 next year including basic Android support.
  • Memory issues.

    2
    0 Votes
    2 Posts
    232 Views
    T
    Thank you for sharing your obvervations! It looks like there's indeed a setup-specific memory leak caused by some kind of erroneous loop inside the server. My first try would be to disable the VNC server option "Use Desktop duplication" engine since this already solved issues in other RDP environments. Alternatively you could try installing an external VNC server, make it listen on localhost only, configure a password and configure Veyon to use that external VNC server instead of the builtin one. Last but not least: try the latest 4.5.0 release since there have been updates to all components, including the builtin UltraVNC server.
  • Text Message Functions

    3
    0 Votes
    3 Posts
    219 Views
    T
    A text chat add-on will be available in 2021, stay tuned
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • run command on remote computer?

    2
    0 Votes
    2 Posts
    299 Views
    I
    Use the 'Run program' feature and enter C:\Windows\System32\cmd.exe