this post was submitted on 22 Sep 2025
43 points (93.9% liked)

Sysadmin

11508 readers
17 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
!lemmy@lemmy.ml
!lemmyworld@lemmy.world
!lemmy_support@lemmy.ml
!support@lemmy.world

founded 2 years ago
MODERATORS
 

Hi there, looking for a KVM for my home server to fix it remotely when having an important issue
because wel... My home server isn't at MY home but at my mother's home

I was looking at nanoKVM-USB which I would plug to a raspberry pi, enabling and disabling the remote app according to my need to avoid unnecessary security issues, maybe even unplug it and ask my mother to plug it when needed, what do you think of such a solution ?

Thanks !

top 15 comments
sorted by: hot top controversial new old
[–] Terces@lemmy.world 15 points 1 month ago* (last edited 1 month ago) (1 children)

Check out JetKVM. The software and hardware is well thought out and works great. I use it for my homelab (mostly internally, so I can't say too much about external access).

https://jetkvm.com/

[–] rainwall@piefed.social 1 points 1 month ago* (last edited 1 month ago)

Note that this apparently does work with a 4 port local KVM as well. Technotim, a homelab youtuber, tested them working together smoothly.

So buddy up the above with a jetkvm and you can control 4 systems at once.

[–] exu@feditown.com 9 points 1 month ago (1 children)

Here's a video comparison of 4 common options. He tests uploading an ISO, booting said ISO, looks at out of the box security and how the developers have handled issues.

Remote Access using IP KVMs! Full Comparison JetKVM vs NanoKVM vs Comet vs PiKVM

[–] Notamoosen@lemmy.zip 3 points 1 month ago

I personally use the Comet and have had a great luck with it.

[–] WolfLink@sh.itjust.works 2 points 1 month ago

I use https://pikvm.org/

It’s a raspberry pi with a hat. Plugs into USB and HDMI to mimic a keyboard, mouse, and monitor, and you can wire it to the power button as well.

I keep mine behind a VPN for security but there are other options.

[–] troed@fedia.io 2 points 1 month ago

I use NanoKVM and I'm quite happy with that. Also connected to the internal header so it can power on/off and edit BIOS.

As for security, I don't allow its IP to open up any outgoing connections.

[–] Salcie@feddit.fr 1 points 1 month ago

So I've bought the nanokvm-usb. Why:

  • I needed it quickly and was available
  • the idea of going through another server for secutiry seemed better: I control the updates and security fixes
  • well tested on the internet

the product itself costed around 50€ and I found a used mini pc with wireless connection for 25€

it was easy to install, works fine and is of good quality

[–] vk6flab@lemmy.radio 1 points 1 month ago (1 children)
[–] blargbluuk@sh.itjust.works 3 points 1 month ago (1 children)

What do you do when the device isn't on the network for some reason (e.g. stuck during boot)?

[–] vk6flab@lemmy.radio 2 points 1 month ago

Go and see mom and have a nice home cooked meal.

[–] BillDaCatt@lemmy.world 1 points 1 month ago

You can use a smart plug to remotely control power to the Raspberry Pi.

If you enable Wake-on-LAN in the server BIOS, the Raspberry Pi can use Etherwake to power up the server when needed.

To connect to the Pi, I would suggest using a Pi4 or Pi5 and remote into it via Raspberry Pi Connect. That will give you secure remote access to the Pi.

[–] Brkdncr@lemmy.world 1 points 1 month ago

It might have intel amt or vpro already, which is out of band management.

[–] Bebopalouie@lemmy.ca 1 points 1 month ago

Mouse without borders? It’s Mickeysoft and somewhat flaky but it does the job. I use it for 2 local puters. Uses IP addresses. Maybe some swearing at your router to config it to work might do the job.

https://www.microsoft.com/en-ca/download/details.aspx?id=35460

[–] takeda@lemmy.dbzer0.com 1 points 1 month ago

Responding as I also would be interested and don't want to lose this thread.

Though in my use case being able to power cycle is also important, although maybe could be done via controlling UPS

[–] subignition@fedia.io -3 points 1 month ago

ssh

though more seriously you haven't specified what platform the home server is. if you absolutely need a gui, probably VNC over ssh.