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
- Skip if SSH and the leftover-box keyboard both fail. That is is the leftover box still on? or SSH from the couch.
- Skip a new switch for this look.
- Skip forwarding port 22.
- Skip buying a NAS for an address.
- Skip Proxmox tonight. That is what a VM is, and when you do not need one.
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.