PUTER-INFO(1) Puter Manual PUTER-INFO(1)

puter-info - show full details for a VM

puter info name

Display full details for a single VM, including status, IP address, image, resource allocation (CPU, memory, disk), MAC address, node, SSH user, timestamps, error messages, and mounted volumes.

Output fields:

The VM name.
Current VM status: running, stopped, error, creating, starting, or stopping.
Error message (only shown when status is "error").
The VM's assigned IP address.
The container image used as the VM base.
Number of virtual CPU cores.
Memory allocation in MB.
Disk allocation in MB.
The VM's MAC address.
The cluster node the VM runs on.
The SSH login user for the VM.
VM creation timestamp.
Last update timestamp.
Mounted volumes (name and guest mount path).

Show VM details:

$ puter info myvm
Name:        myvm
Status:      running
IP:          10.0.0.10
Image:       ubuntu:24.04
CPU:         2 cores
Memory:      1024 MB
Disk:        2048 MB
MAC:         52:54:00:00:00:0a
Node:        local
SSH User:    root
Created:     2026-03-06 10:30:00
Updated:     2026-03-06 10:31:15

puter-list(1)

2026-03-06 puter