Labthrift Labthrift What to buy. What to skip. Why.

Written 27 Aug 2026. This is a how-to, not a product card. Buy links are not tagged yet.

See the leftover box's address on the house network

You need the leftover box's number before you reserve DHCP or SSH from another room.

The address (IP) is the leftover box's number on the house network, like a house number on the street. hostname -I prints it in one line. You need that number before you reserve DHCP or SSH from another room.

Skip until SSH works

If ping fails and SSH hangs, start with is the leftover box still on? If you have never logged in from the couch, that is SSH from the couch. You can also type this at the leftover-box keyboard. Prefer this look after a cable is plugged in: a cable beats Wi-Fi for the leftover box. This note assumes you can log in from the couch, or sit at the leftover-box keyboard.

What this is

A look, not a shopping trip. You need the leftover box's number to SSH from the couch later, to set a DHCP reservation (keep the leftover box on the same number), or to check the box is on the house network (keep the leftover box on the house network). Do not buy a switch for this look.

Ask for the house number

SSH in from the couch, or sit at the leftover-box keyboard, then ask:

hostname -I

One line of numbers. The first one that looks like 192.168.… or 10.… is usually the house address. Ignore long IPv6 strings for now unless that is all you see.

Optional clearer print

If you want a table of plugs instead of one line:

ip -brief addr

Point at the ethernet line (often a name that starts with en, or eth0) with UP and an inet address. Wi-Fi lines can wait if a cable is plugged in.

Write it down

Sticky note or phone. The next step to keep it stable is keep the leftover box on the same number. If the number keeps changing after a reboot, that reservation guide is the fix, not a new mini PC.

What next

Path to the router: check that the leftover box can reach the house router. Hardware address: see the leftover box's hardware address. Same number after reboot: keep the leftover box on the same number. Cable: a cable beats Wi-Fi for the leftover box.

Skip

Sources

Debian: hostname. Debian: ip. Official pages only. For the cable, see a cable beats Wi-Fi for the leftover box. For keeping the number, see keep the leftover box on the same number. For the house-network boundary, see keep the leftover box on the house network. For the login, see SSH from the couch.

Also on this topic

A cable beats Wi-Fi for the leftover boxOnce the leftover box is doing real work, plug it into the router with a cable. House Wi-Fi can wait. Skip this if it is already on a cable. Keep the leftover box on the same numberSSH and Pi-hole keep working after a reboot when the router always gives the leftover box the same address. Keep the leftover box on the house networkSSH and Pi-hole belong on the house network. Skip this if you never opened the router settings. Do not forward port 22. SSH from the couchType commands on the leftover box from your laptop, on the house network. Password login first. Do not open this to the internet.