mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
Support offline JetKVM devices #346
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hertg on GitHub (Jun 25, 2025).
Some people may prefer their KVM devices to have limited or no access to the internet. From a security perspective, with the level of access the KVM device may grant to internal infrastructure, it makes sense to a) not connect it to a cloud service and b) even completely isolate the device from the outside world.
Right now, JetKVM is usable without WAN access, but there's still things that need to be addressed, I am listing them below.
Timesync does not work because JetKVM uses static public NTP servers; which also leads to HTTPS-mode not working because the self-signed certificates are issued for timespans in the past
It is currently very complex to do app and firmware updates offline
Not necessarily about WAN access, but it should be possible to set a static IP in environments where there is no, or an unstable DHCP server
Maybe there's something I missed, but those are the things I stumbled over while configuring my offline JetKVM devices, please feel free to add to he list.