mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
Offline updates #67
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#67
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 @Albirew on GitHub (Jan 26, 2025).
Originally assigned to: @ym on GitHub.
Is it possible to add a way o update firmware in offline mode?
This would means:
UI would looks as simple as this (with maybe a link to grab latest release):

@Nevexo commented on GitHub (Jan 26, 2025):
This will likely happen, yeah.
It's easy enough to do over SSH in the mean time.
@jasker5183 commented on GitHub (Mar 7, 2025):
Curious as to how you would update if your JetKVM is on a network with no internet (which is the case for me)? Is there a file I can flash over SSH?
@Nevexo commented on GitHub (Mar 7, 2025):
This feature request is for offline upgrading. You can do it by hand using DFU mode (OS) or SSH (app) for the time being, but it'd be nice to be able to upload a tarball in the web UI.
@craigcabrey commented on GitHub (May 5, 2025):
Where are the instructions for updating the firmware over SSH?
@chrisbennight commented on GitHub (May 22, 2025):
Just wanted to follow up on the offline upgrade question; i poked around issues and the other repos, but couldn;t find anything that clarified the ssh firmware update feature
@Albirew commented on GitHub (May 23, 2025):
I believe it's the same way as to factory reset the device (meaning not over SSH, tho)
@chrisbennight commented on GitHub (May 23, 2025):
I may be missing something - that link describes flashing over usb from a linux or windows pc. I was interpreting "over ssh" to be ssh'ing into the jetkvm, not another linux pc. I'm hoping to avoid - basically whatever process the ota update does, i'd like to invoke manually over ssh with an out of band sourced image (probably curled or scp'd to the jetkvm).
@hertg commented on GitHub (Jun 14, 2025):
I would also appreciate this feature since I don't intend to give my JetKVM any internet access. Looking through the source code, I found a way to install the update manually by doing the same as
ota.goDownload the latest updates
jetkvm_appandsystem.tarfile from the links in the JSON responseUpdate the app
Update the system