Written 27 Aug 2026. This is a how-to, not a product card. Buy links are not tagged yet.
See if the leftover box can run a pretend computer
Before you buy a tiny computer for Proxmox, check whether the leftover box already has the CPU feature for VMs.
A pretend computer inside the leftover box is a VM. You do not need one this weekend. That idea is what a VM is, and when you do not need one. Before you shop for a quiet mini just to run Proxmox, ask whether the leftover box you already have can even do that job. Worker count is a different look: see how many workers the leftover box already has. Total memory size is see how much memory the leftover box already has. Memory room is see if the leftover box still has free memory.
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. Prefer this look after the leftover box is doing real work, before you shop: start with what you already have. This note assumes you can log in from the couch.
What this is
A look, not a shopping trip. You are asking whether the leftover box chip already has the feature that lets it run a pretend computer. Intel calls that feature VT-x (the flag is vmx). AMD calls it AMD-V (the flag is svm). You are not installing Proxmox tonight. You are not buying an N100 for this look.
Ask for the virtualization flag
SSH in from the couch, then ask:
grep -E 'vmx|svm' /proc/cpuinfo | head -1
Any line means the leftover box chip can do VMs. vmx is Intel. svm is AMD. No line means the feature is off, missing, or the leftover box is too old for this job. Do not buy a mini PC tonight just because the line is blank. First check the leftover box BIOS for a virtualization switch, then decide later.
Optional count
If you want a number instead of one sample line:
grep -cE 'vmx|svm' /proc/cpuinfo
That prints how many times the flag appears (often once per worker). Zero means no. A positive number means yes. Keep this light. Do not install extra tools for this look.
If the answer is yes
You still do not need a VM this weekend. House ad block and a file share stay on the real leftover box. When you actually want a pretend computer later, start with what a VM is, and when you do not need one. Spare memory matters more than the flag alone: see if the leftover box still has free memory. Skip wiping Pi-hole to "do it right."
If the answer is no
A later leftover-next mini that can run Proxmox is a tiny computer you can leave on, when the leftover box is actually in the way. Do not buy one this morning because grep printed nothing. Confirm BIOS first. Worker count still helps you decide whether the leftover box is enough without VMs: see how many workers the leftover box already has.
What next
Leave it. The VM idea stays what a VM is, and when you do not need one. Worker count stays see how many workers the leftover box already has. Total memory size stays see how much memory the leftover box already has. The leftover-first rule stays start with what you already have. The later buy is a tiny computer you can leave on, when you actually need it.
Skip
- Skip if SSH fails. That is is the leftover box still on? or SSH from the couch.
- Skip installing Proxmox tonight because the flag printed.
- Skip buying an N100 because
grepprinted nothing, until you checked BIOS. - Skip nested virtualization, GPU passthrough, and Kubernetes.
- Skip a NAS for this look.
Sources
Linux kernel: virtualization. Debian wiki: system virtualization. Debian: grep. Official pages only. For the VM idea, see what a VM is, and when you do not need one. For worker count, see see how many workers the leftover box already has. For memory room, see see if the leftover box still has free memory. For the leftover-first rule, see start with what you already have. A leftover-next mini is later: a tiny computer you can leave on. For the login, see SSH from the couch.