|
| ▲ | warp 6 hours ago | parent | next [-] |
| I have a tiny HDMI screen which I can power from a USB port which I can plug into a computer if for some reason it is unreachable over the network. (this one: https://www.amazon.com/dp/B0B1L935ZT ), and a tiny keyboard with built-in track pad (something like https://www.amazon.com/dp/B00B9996LA ). They're stored together in a small box with all needed cables, so they're easy to take with me to whichever computer is having issues. In practice I only use them a few times per year. |
|
| ▲ | swiftcoder 5 hours ago | parent | prev | next [-] |
| > The most obvious solution would be make a small PC: more powerful and bigger fans means less noise In the performance window of "old Thinkpad", why not go fanless? Those lovely little Intel N150 mini-pc boxes are mostly fanless and completely silent - I have on my desk running Jellyfin/web server/etc, and it's inaudible under load. > but what if it fails to start? In ~15 years of running headless linux boxes, I've never had one crippled to the point it wouldn't boot as far as ssh. |
|
| ▲ | cleartext412 7 hours ago | parent | prev | next [-] |
| > but what if it fails to start? Since you're mentioning opening laptop's lid I assume you mean literally failing to start, as after power cycling. For that, wouldn't simple hitting the power button be enough? It certainly doesn't require keyboard. If you plan to place it somewhere not easily accessible, there is Wake on LAN, which most modern PC motherboards are going to support. If some maintenance task cannot be done with ssh/tmux, you can always use remote desktop software, in local network even RDP will do. And if something went wrong enough for you to not be able to connect to the server remotely then there is indeed no way around bringing and connecting a spare keyboard and monitor, but events like that should be quite rare normally. |
|
| ▲ | toast0 10 hours ago | parent | prev | next [-] |
| I just keep a cheap screen and a cheap keyboard near my servers. No need for a mouse. For my garage and basement servers, the KV stays in place always, and the MIL's condo, the KV goes away when not in use... and the keyboard got moved at some point, so I have to remember to bring it over when it needs adjusting. Around me, most days I can stop at goodwill and get a monitor and keyboard for $30 or less. |
| |
| ▲ | Defletter 4 hours ago | parent [-] | | > I can stop at goodwill and get a monitor and keyboard for $30 or less. The issue isn't cost in this case, it's the storage and effort of having to lug it out and put it back afterwards. Even if someone gave me an old screen and keyboard for free, I'm still not going to build that server PC. I've been looking into PiKVM as advised by another comment and they're pretty pricey at ~£200 but that's genuinely orders of magnitude more preferable. In another conversation on another platform, I was told about nexdock, which is more for docking phones but can be used as a dumb terminal, which is pretty enticing... though their website is pretty dubious, eg: the shop doesn't even tell me what version of the nexdock I'd be buying. | | |
| ▲ | toast0 an hour ago | parent [-] | | > The issue isn't cost in this case, it's the storage and effort of having to lug it out and put it back afterwards. Then connect it once and leave it. :p |
|
|
|
| ▲ | ranger207 10 hours ago | parent | prev | next [-] |
| SSH most of the time of course, and a management interface (iDRAC, iLO, etc) if you have an enterprise server; otherwise an old monitor and spare keyboard. Sometimes they'll support serial out that you can use over a cable to another computer instead of the whole monitor+keyboard combo. Or nowadays you can use a network KVM like a PiKVM, NanoKVM, or JetKVM |
|
| ▲ | seszett 11 hours ago | parent | prev | next [-] |
| I have a keyboard and monitor somewhere in a closet. That's also what we do at work with our "real" servers. I'd say it's needed about once a year at most though. Servers don't just fail to start, normally. |
|
| ▲ | duckfan77 11 hours ago | parent | prev | next [-] |
| My server sits next to my existing desktop, and I just move the keyboard cable from one to the other when I need to get at a local interface on the server. One of my monitors has two inputs, and so is always plugged into both, I can just change the input selected. Not the "cleanest" solution, but it works when I need to get at it, and the space it's in wasn't being used by anything else. |
|
| ▲ | trillic 12 hours ago | parent | prev | next [-] |
| PiKVM or really any cheap IP based KVM is what you’re looking for |
|
| ▲ | dgfitz 4 hours ago | parent | prev [-] |
| Have it boot with serial out, get a cheap usb to serial dongle, and use the laptop you have to serial in. Or do you specifically want a gui? |