Veyon Community Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • A

      Demo/Share screen doesn't work
      Help & Troubleshooting • • ankont

      2
      1
      Votes
      2
      Posts
      22
      Views

      M

      @ankont Same problem. Thank you for your post. I am also having same problem. Only difference is I am having a blue screen showing busy icon.

    • D

      Upgrading multiple machines
      Help & Troubleshooting • • dbarry722

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • S

      Option to restart the Veyon Service on Clients from the Master
      General Discussion • • Sanny

      10
      0
      Votes
      10
      Posts
      834
      Views

      D

      @Sanny

      Hi. Not sure if this helps but we experience the same issue from time to time and to assist our ICT Teacher, we use this vbs script. All you need to supply it with is the name of the workstation. Its not foolproof but does our job.

      Copy the code below into notepad the save it as 'VeyonServiceRestart.vbs' and run it. It will ask you for the workstation name and if workstation is on, it will attempt to restart the service.

      Regards

      Declan

      ' StartService.vbs
      ' Sample vbscript script to Restart Veyon Remote Desktop Service
      ' -------------------------------------------------------'
      Option Explicit
      Dim objWMIService, objService
      Dim strService,strComputer,waitTime
      strService="VeyonService"
      waitTime=10000
      strComputer = InputBox ("Computer Name", "Restart Veyon Remote Desktop Service")
      Set objWMIservice = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\" & strComputer & "\root\cimv2")
      For Each objService In objWMIService.ExecQuery("Select * from Win32_Service Where Name = '"_
      &strService&"'")
      objService.StopService
      WSCript.Sleep waitTime
      objService.StartService
      Next
      WScript.Echo "Your "& strService & " service has Restarted"
      WScript.Quit

    • R

      Veyon as a server application
      General Discussion • install • • robb

      11
      0
      Votes
      11
      Posts
      1680
      Views

      C

      I think a central install on a server where teachers get permissions to manage a classroom would be (especially from an admin point of view) highly preferable.

    • E

      Effet mirroir désagréable / unpleasant mirror effect
      Help & Troubleshooting • • Ethernan

      2
      0
      Votes
      2
      Posts
      7
      Views

      tobydox

      You could easily minimize the demo window and control the computer as normal.

    • C

      Red monitor on all ICT PC
      Help & Troubleshooting • • checkmate

      2
      0
      Votes
      2
      Posts
      10
      Views

      tobydox

      Hi,

      can you please check the permissions on the key files? Did you export the private key from one Veyon Master to the other one?

    • N

      Wake-On-LAN set, Power On doesn't kick...
      Help & Troubleshooting • • NikyStSava

      4
      0
      Votes
      4
      Posts
      44
      Views

      N

      Sorry for the late repply...

      Disabling "fast startup" did the trick for me.

      The replacing of dash with colons didn't seem a good idea, cause for the Lenovo's it worked like that. Only the Dell's were the reluctant ones, so it seemed to be a station configuration problem.

    • A

      Failed to build Veyon form source code (Could NOT find LibVNCClient)
      Help & Troubleshooting • • Alex Kiselyov

      6
      0
      Votes
      6
      Posts
      154
      Views

      tobydox

      @lmoellendorf Can you try passing -DWITH_PCH=OFF to CMake? Which version of CMake are you using?

    • P

      first installation failed - no client visible
      Help & Troubleshooting • • PowerBauer

      2
      0
      Votes
      2
      Posts
      13
      Views

      Z

      @PowerBauer What operating system? Key authentication? Do you assign it by hostname or IP address?

      If you are using key authentication, have you set two keys on the master that you want to control, and only the public key on the master?

      Try to set it up based on that, that's what I looked at first.
      link text

    • J

      PCs not appearing
      Help & Troubleshooting • • Joeykmps

      1
      0
      Votes
      1
      Posts
      14
      Views

      No one has replied

    • H

      STUCK AT LOADING WHEN DOING DEMO ON CLIENT
      Help & Troubleshooting • • Heart

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • R

      mute computer
      General Discussion • • rostock

      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • C

      Veyon 4.7.5 classroom's PC doesn't all show up once rebooted.
      Help & Troubleshooting • • Carlo

      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • D

      Error 0xc000007b installing 4.7.5.0
      Help & Troubleshooting • • Damiel

      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • C

      configuration
      Help & Troubleshooting • • coudxavier

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • C

      message d'erreur , help
      Help & Troubleshooting • • coudxavier

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • M

      Background customization
      General Discussion • • marcdo

      2
      0
      Votes
      2
      Posts
      41
      Views

      T

      i can do this for you

    • C

      configurer veyon 4
      Help & Troubleshooting • • coudxavier

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • R

      Supervision par un poste client
      Help & Troubleshooting • • Roux Guillaume

      2
      0
      Votes
      2
      Posts
      9
      Views

      F

      @Roux-Guillaume
      Bonjour
      première chose il faudrait installer que le client sur les postes élèves et le master sur le poste prof.. Est-ce le cas ?
      Fred

    • D

      Multiple masters?
      Help & Troubleshooting • • DrewLoker

      2
      0
      Votes
      2
      Posts
      84
      Views

      M

      Hello,

      I have several teaching rooms with two master computers in operation. It is important that each master computer needs its own private key. I.e. the students' computers each get a public key of Master 1 and Master 2. Master 1 then has its own private key, Master 2 too. A private key for both masters does not work.