![]() |
2 gün önce | |
---|---|---|
.. | ||
img | 5 gün önce | |
www | 5 gün önce | |
README.md | 6 gün önce | |
cert.pem | 6 gün önce | |
go.mod | 6 gün önce | |
key.pem | 6 gün önce | |
main.go | 6 gün önce | |
usbkvm.exe | 2 gün önce |
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.