Skip to content
  • Veyon with Wayland in fedora

    Help & Troubleshooting
    1
    1 Votes
    1 Posts
    56 Views
    No one has replied
  • 1 Votes
    1 Posts
    283 Views
    No one has replied
  • Demo will not start forever

    Help & Troubleshooting demonstration
    10
    1 Votes
    10 Posts
    517 Views
    C
    @DCteacher You are very welcome! So it was the public key, good to know. I'm happy you have solved the issue! Have a good day! Carlo
  • 1 Votes
    2 Posts
    206 Views
    L
    @Luigi-Capp I have fixed it with the command "sudo apt-get -f install /home/luigicapp/Scaricati/Temp/veyon_4.7.5.0-ubuntu.jammy_amd64.deb" Luigi Cappellazzo
  • install veyon-client on ubuntu 20.04

    Help & Troubleshooting
    1
    1 Votes
    1 Posts
    271 Views
    No one has replied
  • Black screen on 4.8.0

    Help & Troubleshooting
    18
    1 Votes
    18 Posts
    1k Views
    A
    The version 4.8.0.4 have resolved the problem of black screen. But I realised that we can not login a session for multiple computers. Is there a bug for this function too?
  • 1 Votes
    4 Posts
    475 Views
    D
    Update: My mistake. I was trying to configure this on the main console / instructor computer. Didn't realize I have to change the destination file transfer path in the configuration on each separate client. That being said it still gives an error that the public desktop folder is not writeable. But I can work around that. Just wanted to provide an update in case anyone else has the same brain fart that I did.
  • Disable thumbnails.

    General Discussion
    2
    1 Votes
    2 Posts
    533 Views
    S
    Hello, This would also be an interesting feature for me but as for now I have not found an option to diasble it. Anyone an idea?
  • Keyboard/Mouse Stop Working on Veyon Client

    Help & Troubleshooting
    1
    1 Votes
    1 Posts
    54 Views
    No one has replied
  • Performance considerations for network

    General Discussion
    6
    1 Votes
    6 Posts
    374 Views
    R
    @Bilgediver said in Performance considerations for network: As far as I can tell Veyon uses self-hosted VNC. As far as I know VNC is between client and server, there is no inbetween. The only way that would work (in my head) would be to set it up on a server, then you use your instructor computer to remote into the server to view everything. I just tested it on our network and you can use Veyon on your Instructor computer to remote into the Server Installation of Veyon, and use the Server Veyon to view all of the other computers. Thank you so much for this input!! Although I don't really have a specific deadline for getting this setup, ideally it'll be setup before summer break kicks in, because we have summer day camps that will use the computer lab much more heavily than during the school year. So I'm gonna definitely slot out some time here within the next month or so to get this all fully figured out. Again, I appreciate this! Helps me greatly in getting a better idea of if Veyon may be a high potential solution for our needs. Thank you!
  • Question about setting up a student laptop

    Help & Troubleshooting
    1
    1 Votes
    1 Posts
    70 Views
    No one has replied
  • What's coming to Veyon this year?

    General Discussion
    5
    0 Votes
    5 Posts
    669 Views
    I
    Hey Toby, thanks for de clear information. Ik guess you'll have an idea of my next question now : is a chromeOS client on the roadmap (this should be an enormous added value for schools with 1:1 chromebook projects) and if so, will a chromeOS management licence be required? thanks! Mark
  • Remote login of user does not work

    Help & Troubleshooting
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    10 Posts
    2k Views
    F
    @tobydox Hello tobydox I have created an environment variable in the operating system with a value equal to 2 SET VEYON_SESSION_ID = 2 And also in the veyon-client environment. veyon-cli config set Service/VEYON_SESSION_ID 2 My session ID is two QUERY SESSION SESSION NAME USER NAME ID STATE services 0 Desc rdp-tcp # 2 administrator 2 Active console 3 Conn rdp-tcp 65536 Listen And in no case have I managed to make the screen that shows to the students the session in which the teacher works. I have also test with the new version of Veyon 4.4.0 I would like to remind you that both the students and the teacher are working on their own virtual desktop connected by RDP, that is, they are all in session 2 of their own virtual desktop.
  • Task Manager Based Issues

    Help & Troubleshooting
    4
    0 Votes
    4 Posts
    516 Views
    H
    Figured it go to registry Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System Add a DWORD 32 BIT VALUE name it DisableTaskMgr and the value is 1. Windows 10. Do the same here to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. It works on all verison of Window 10. Even Home.
  • 0 Votes
    3 Posts
    252 Views
    E
    @tobydox said in Windows 10: upgrade to latest version, control problem: The problem has been fixed in version 4.5.2 - if possible please upgrade and give us some feedback. I confirm, thank you.
  • Installing Veyon Master from GPO

    Help & Troubleshooting
    7
    0 Votes
    7 Posts
    541 Views
    I
    @hobo-sapiens There isn’t a way in Windows 7 or Windows 10 to intercept a pending sleep state to run code before entering sleep mode. You can configure a scheduled task to run on the detection of a sleep event but the action to perform (Veyon update) happens not prior to entering a sleep state but actually occurs immediately after the computer wakes. So there could be a significant time delay between when the update is queued and when the update is actually performed. I’ve not attempted to update Veyon with the master open but once the master computer exits sleep mode veyon-master.exe would likely still be in memory so it might be necessary to end the process. You could do this by the scheduled task I mentioned or as part of another update procedure. The command would be: "C:\Windows\System32\taskkill.exe" /f /im veyon-master.exe Or remotely, "C:\Windows\System32\taskkill.exe" /S computername /f /im veyon-master.exe
  • Appearing as duplicate's

    Help & Troubleshooting
    1
    0 Votes
    1 Posts
    82 Views
    No one has replied
  • Appearing as duplicate's

    General Discussion
    1
    0 Votes
    1 Posts
    176 Views
    No one has replied
  • Windows 10: log in function does not work

    Help & Troubleshooting
    3
    0 Votes
    3 Posts
    188 Views
    E
    @tobydox said in Windows 10: log in function does not work: @erotavlas how does your Windows login screen look like? Do users have to enter their usernames? We have some information at https://docs.veyon.io/en/latest/admin/platform-notes.html#user-login Right, thank you.