Top
Best
New

Posted by elashri 1 day ago

JetKVM – Control any computer remotely(jetkvm.com)
Available for retail purchase: https://jetkvm.com/products
374 points | 199 commentspage 2
karolist 1 day ago|
I love this little thing. In case someone uses ESRack system, here's the bracket I designed you can print https://www.printables.com/model/1359418-esrack-module-jetkv...
GaryBluto 1 day ago||
>Join our Discord

Nothing instils faith in a product like using a gaming chatroom populated by tweens for communication.

dilyevsky 20 hours ago||
Are you aware how expensive community slack can be these days? Between this and some old school community support forum i personally pick discord
GaryBluto 20 hours ago||
Support forums are ten-times better than either Slack or Discord and offer more control, they're also searchable and archivable.

I don't think it's a stretch to say people who prefer Discord to forums are the type who sign in with Google or Facebook on all websites that offer it.

system2 22 hours ago|||
I agree. Discord support = a cheap company that can disappear tomorrow. Similar to cryptos.
jpfromlondon 13 hours ago|||
God forbid they try to save a bit of money, got a better suggestion?
wahnfrieden 1 day ago||
It's not 2018 anymore
GaryBluto 1 day ago||
I don't see what that has anything to do with it.
wahnfrieden 21 hours ago||
demo shift
arjie 1 day ago||
I wonder if there's a form-factor that looks like an ATX expansion slot (perhaps dual slot) type system with PoE powering it and all the electronics on a PCI-card form-factor. Then the whole thing can all fit on the case neatly, and we just have to plug in from the case to the case and run two Ethernet instead of one.

EDIT: Anything I can think of, China has already built https://wiki.sipeed.com/hardware/en/kvm/NanoKVM_PCIe/introdu...

Amazing

buserror 18 hours ago||
Pro tip: Do not use on your internet router if it is ALSO the DHCP server, as the JetKVM is by default DHCP (with no backup fallback to a LL address) so if your server somehow needs serious attention...

Well yes, your JetKVM no longer has a lease.

Don't ask me how I discovered this one :-)

cpfleming 17 hours ago|
Static addressing in the next release, shame there's no link locals setup though.
chelmzy 1 day ago||
Don't use these on your corporate devices or the infosec department will think you are a DPRK remote worker.
jxi 18 hours ago|
Is this even detectable? Doesn’t it just show up as a regular mouse and keyboard?
directmusic 1 day ago||
As others have said, a full size HDMI port would be nice. However, I've been very satisfied with my JetKVM. I was about to order the GL.iNet KVM they just launched, but I ended up picking up another JetKVM now that sales are open.

My use-case is that I have it connected to an Raspberry Pi which I use to test the RPi builds of my application. I just ordered a second to connect to a mini-PC which is the minimum spec supported by my application. It has made my testing experience very smooth.

gommm 1 day ago||
I've been using it since I got it. It's been working great with one small issue that I haven't been able to solve. For some reason when I use plasma on Arch linux (but not ubuntu), the display outputs garbage. I'm guessing it's not detecting the EDID correctly and setting a weird resolution or refresh rate. It's not a major issue since other desktop work well so I haven't spent much time looking into it.
vinnymac 10 hours ago||
Ever since I started using Wayland I’ve had this problem, even when I’m not using KVMs. I have to do a power reset of my monitor to get it to negotiate the correct resolution and refresh rate. Meanwhile Windows and macOS use the monitor without issue. I suspect the issue isn’t solely with the KVM.
iamtedd 1 day ago||
I get that too on a machine running Mint Cinnamon. It also happens from the BIOS screen, so I don't think its a Linux issue. A re-plug fixes it, but that's not great for a remote access device.
crims0n 1 day ago||
Please forgive my ignorance, but what advantage does this have over RDP/VNC?
pythonaut_16 1 day ago||
Operates at a hardware level, separate from the target machine rather than software in the OS.

With RDP/VNC what do you do if the machine fails to boot? Or RDP stops working for some reason and you can't SSH in?

Or for installing a headless OS on a new machine.

I'm sure there are more specific usecases as well but that's what I mainly use remote KVM devices for at home.

mlapida 1 day ago|||
A few things: 1/ the system doesn’t need to be connected to a network, or can be on a private/secured network. 2/ You can make changes to BIOS and other elements of the system that the OS can’t “see”. 3/ If the system is sleeping or shutdown, JetKVM can send a wake-on-LAN signal/magic packet.

I’d say for many use cases, it’s not better than RDP/VNC, but if you’re looking access that is independent of the network and state of the system, JetKVM can’t be beat.

crims0n 1 day ago||
Ah, this use case makes the most sense to me - thank you kind stranger.
dmd 1 day ago|||
RDP/VNC don’t work when the computer is off. Or the computer’s network card is down.
burnt-resistor 1 day ago||
Add-on, almost lights-out remote management.

Without lights-out management, eventually physical access to power cycle will be needed.

For systems people care about, they already have BMC (Supermicro), iLO (HP), iDRAC (Dell) controllers.

Anything that can capture HDMI and spit it securely over a wire without some cloud-dependency bullshit, present "virtual USB" or input over the network, and close a RST circuit momentarily would do the job. The problem is, in the name of consumerishism and convenience, none of these home-gamer "solutions" have been independently audited that I know of by any reputable firm. (A competitor, NanoKVM, is known to be shady AF downloading serialized binary crap. It talks to tailscale without user permission, communication, or approval. Never use it for anything.) Don't trust something simply because there's press release or social media hype about it. I have to endure constant Cloudflare CAPTCHAs because it's probable that a large fraction of other customers on my ISP have pwned IoT (cameras, doorbells, whizbang startup weather station, etc.) DDoSing and hacking the rest of the world.

PSA: For the love of the sysadmin gods, please don't use desktops as servers. ECC RAM, HA, duty cycle, lights out management, and vendor support are completely different beasts compared to retail gear.

For non-lights-out, host-based remote desktop that can be self-hosted, RustDesk is able to work locally without relaying to any clouds. And using WG (non-TS) for "VPN"/remote network bridging, that's a pretty compelling option. I haven't yet checked if it can work in an air-gapped environment but I think it might work; but if it doesn't, that would be sad.

jonathanlydall 16 hours ago||
Can you elaborate further on the security concerns of NanoKVM?

I also fundamentally disagree on your implication that one should "never" use desktops as servers, it all depends on your needs and what trade-offs make sense for your situation.

I've been doing this for decades for a basic home server (essentially, for Plex, a personal Minecraft server and a couple of other minor things for my home) in combination with a backup strategy. I guess I've been lucky that I've never had data loss, but if it packed up tomorrow taking all data with it, it wouldn't be a big deal for me.

If I had used a full server, it would have been noisier, more expensive and possibly more power hungry. The amount of money I haven't spent at this point is very substantial.

fm13 13 hours ago||
https://telefoncek.si/2025/02/2025-02-10-hidden-microphone-o...
bnferguson 17 hours ago||
Absolutely love this little thing. Picked a couple up back when it was still a kickstarter and was super surprised at the build quality (shockingly heavy for its size) and how smooth everything went.

It's not a thing I use everyday but sooo much nicer than having to unplug and lug my proxmox server up from the meter closet anytime there's an issue.

KETpXDDzR 12 hours ago|
If someone is looking for an open source alternative: https://pikvm.org/
More comments...