Skip to content

Help & Troubleshooting

You're facing difficulties with setting up Veyon? Ask away!

994 Topics 2.6k Posts
  • Remote Sound?

    4
    1 Votes
    4 Posts
    784 Views
    I
    As a workaround for monitoring audio you could install Stream What You Hear onto the client computers. http://www.streamwhatyouhear.com/download/ Use the SWYH HTTP Live Streaming option and a player like Media Player Classic Home Cinema. In SWYH settings choose a specific HTTP port and automatically run on log in. From the MPC-HC File menu select Open File then enter the client computer streaming URL: http://ip-address:port/stream/swyh.mp3 or http://computername:port/stream/swyh.mp3 Audio playing on the chosen client computer will be heard on the Veyon master computer. From a command prompt: "C:\Program Files\MPC-HC\mpc-hc64.exe" http://10.62.64.75:5901/stream/swyh.mp3 "C:\Program Files\MPC-HC\mpc-hc64.exe" http://LABx64075:5901/stream/swyh.mp3 A suggestion would be to create a folder of player shortcuts on the desktop, one for each client computer either by name or IP.
  • Veyon Internet Control addon not blocking traffic through proxy

    1
    0 Votes
    1 Posts
    116 Views
    No one has replied
  • Veyon add-on : network-discovery

    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
  • Screenshots not showing in veyon-master until restart

    5
    0 Votes
    5 Posts
    316 Views
    I
    We've kept the default Configurator path even though the redirected H:\Pictures folder would be the more practical. The original Windows 10 default profile folders should still exist so setting the Screenshots path to C:\Users\username\Pictures would save the files locally. You might try mapping a P: drive directly to the roaming profile share \\<servername>\<fileshare>\<username>.V6\Pictures then set Configurator to use P:\ drive for storing screenshots. No way for me to test here.
  • 0 Votes
    5 Posts
    500 Views
    I
    @tobydox Request logins using accounts with blank passwords be allowed as a configurable option. We use Active Directory to assign generic accounts to particular workstations by MAC address. In this way accounts without passwords are limited to logins at specific sets of computers where security is controlled at the machine level. Our library uses the limited PATRON account for public catalog and database access and for general browsing of our collection. It would be convenient to log in our public computers en masse using this password-less account. Students and faculty requiring broader access also have the option to log in using their assigned domain account.
  • Windows 10 clients wont connct

    14
    1 Votes
    14 Posts
    3k Views
    I
    @jrpfahl Try turning off the Windows Defender Firewall (Domain Network) for one of the Windows 10 computers and try again.
  • 0 Votes
    4 Posts
    2k Views
    I
    Use the Veyon ‘Run program’ feature for running either a Devcon or PnPUtil script to disable (and enable) the device’s HID-compliant touch screen drivers using the specific HID\VID device instance path(s) and without the need to restart Windows. devcon enable "@HID\VID_056A&PID_00E6&MI_01&COL05\8&27A6CAE3&0&0004" devcon enable "@HID\VID_056A&PID_00E6&MI_01&COL01\8&27A6CAE3&0&0000" devcon disable "@HID\VID_056A&PID_00E6&MI_01&COL05\8&27A6CAE3&0&0004" devcon disable "@HID\VID_056A&PID_00E6&MI_01&COL01\8&27A6CAE3&0&0000" Disabling touch in this manner should still allow pen input.
  • Can't remove "Run Program" entries

    4
    0 Votes
    4 Posts
    183 Views
    I
    @cns-saintes Try updating to Veyon version 4.4.2.
  • Demo not displaying correct window?

    1
    0 Votes
    1 Posts
    94 Views
    No one has replied
  • Problem in Debian 10

    1
    0 Votes
    1 Posts
    90 Views
    No one has replied
  • Rearrange clients on the master screen?

    2
    0 Votes
    2 Posts
    135 Views
    I
    Click the 'User custom computer arrangement' button located in the lower-right hand corner of the Veyon Master window then drag the computer icons to your preferred locations. The 'Align computers to grid' button found nearby is also useful for this purpose.
  • Slow connection on gigabit ethernet

    5
    0 Votes
    5 Posts
    476 Views
    I
    What is the brand and model of the gigabit switch? Is the switch configured within a stack?
  • Log in using non-password domain account

    1
    0 Votes
    1 Posts
    190 Views
    No one has replied
  • 0 Votes
    1 Posts
    196 Views
    No one has replied
  • Veyon Master Grey Icons

    2
    0 Votes
    2 Posts
    128 Views
    S
    Hi, Fixed the issue by adding 'dNSHostName' to the 'Computer hostname attribute', in Environment settings, under LDAP Basic. Andy
  • Black screen on 4.4.2 with latest Win10

    1
    0 Votes
    1 Posts
    172 Views
    No one has replied
  • Cant stream my screen

    1
    0 Votes
    1 Posts
    112 Views
    No one has replied
  • Can't access to host.

    2
    0 Votes
    2 Posts
    213 Views
    X
    I have the same problem. I tried everything. I asked for professional support. The problem still remains. I think the last upgrates of Windows 10 don't support Veyon 4.4.2 version 64 bit.
  • Keyfile Authentication with domain users

    2
    0 Votes
    2 Posts
    604 Views
    R
    Finally got it to work with 4.2.2. Setup is the following: lab with a Master. The Master will not be used by students, logon auth is unneeded and causes other issues. First install Veyon with the master on a machine and generate a key pair (I just name it "teacher"). Export them to another folder (I put them on the file share for distribution later). Generate locations and computers in Location & Computers. You'll have to install the clients with either a config file included or utilize veyon-wcli to change authentication mode. The config will not set the key access control group, you'll need to set it with veyon-wcli. By default it pulls the highest privilege group available when the key pair is created (Administrators), but you'll actually want to have it for the lowest (Users). //Config for Master/Client General Authentication Method: Key file authentication Computer Access Control x Grant access to every authenticated user (default) Authentication keys Set Access group to "Users" //Imports public key "C:\Program Files\Veyon\veyon-wcli.exe" authkeys import teacher/public \\fileserver\share$\folder\teacher_public_key.pem //Imports private key (Master Only) "C:\Program Files\Veyon\veyon-wcli.exe" authkeys import teacher/private \\fileserver\share$\folder\teacher_private_key.pem //Sets access group to Users (works with domain login as well) "C:\Program Files\Veyon\veyon-wcli.exe" authkeys setaccessgroup teacher/public Users //Sets access group to Users (works with domain login as well) (Master Only) "C:\Program Files\Veyon\veyon-wcli.exe" authkeys setaccessgroup teacher/private Users One gotcha I learned is that the Veyon uninstaller will not remove keys. If you generated new keys for a new version but with the same name, the old ones will have to be deleted first because the import will not work if a file with the same name exists. //Remove the Veyon folder from ProgramData rmdir /s /q "C:\ProgramData\Veyon" When you import the keys with veyon-wcli the folder structure will be created. Now you've Veyon running with key authentication.
  • RDP (mutli session mode)

    1
    -1 Votes
    1 Posts
    146 Views
    No one has replied