![]() |
před 2 dny | |
---|---|---|
.. | ||
img | před 5 dny | |
www | před 5 dny | |
README.md | před 6 dny | |
cert.pem | před 6 dny | |
go.mod | před 6 dny | |
key.pem | před 6 dny | |
main.go | před 6 dny | |
usbkvm.exe | před 2 dny |
A USB-KVM application that runs on your laptop / PC that provide an interface for using the USB-KVM device.
**This is the off-grid version of DezuKVM and only provide a subset of features that the full DezuKVM IP-KVM has to offer. This is mostly for local debugging or as a temporary display / keyboard & mouse for server management. **
Since the USB-KVM app is simply a webpage, if you already got a server with proper HTTPS setup, you can just rename & place the whole ./www/
folder into your web server and launch the index.html on your laptop that has the USB-KVM device connected.
If you do not have a HTTPS web server already running in your homelab or you want to use the USB-KVM offline, you can use the simple HTTPS server provided here to serve the site wit ha self-signed certificate.
go mod tidy
go build
./usbkvm
This will automatically generate the cert.pem
and key.pem
file for the TLS connection and you can visit the self-hosted USB-KVM App user interface by opening https://localhost:8443
using Chrome (or any Chromium based) browser.
Note: Firefox do not support Web Serial API, so until Firefox support this API, you will not be able to use this with Firefox Browser.