Skip to content

Use multiple computers using one set of monitors, mouse and keyboard

Notifications You must be signed in to change notification settings

fiddyschmitt/SimpleKVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple KVM

Share your monitor with multiple computers.

Full KVMs are quite expensive, particularly ones which supports high resolution / high framerate.

Using this program and a cheap USB switch (see below), you can achieve the same without spending hundreds of dollars.

SimpleKVM

Where to download

Releases can be found over in the releases section. (Currenly only for Windows)

What you need

All you need is a USB switch such as the following (no affiliation).



This one supports 4 computers. SABRENT 4 Port USB Switch for $27 USD





This one supports 2 computers. 2 port USB switch for $24 USD





This one supports 2 computers, but only has one input USB. 2 ports for for $8 USD



How does it work?

The program detects when USB devices connect or disconnect, or when hotkeys are pressed. It then tells the monitor to change its input source using a DDC/CI command, which many monitors support.

Run at startup

  1. Open the run window, using win + r
  2. Open the startup folder by typing: shell:startup
  3. Paste a shortcut to SimpleKVM.exe into that folder
  4. Open the properties for the shortcut, and select Run: Minimized

License

A work by Fidel Perez-Smith.

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Thanks to

This program was inspired by haimgel's display-switch program.