nemu(1)

NEMU(1) nEMU NEMU(1)

NAME

nemu - ncurses UI for QEMU.

SYNOPSIS

nemu [-ldcvh] [-s name] [-p name] [-f name] [-z name] [-k name] [-i name] [-m name]

DESCRIPTION

nEMU is a ncurses UI for QEMU with many other functions.

OPTIONS

-s VMNAME, --start=VMNAME.
Start VM
-p VMNAME, --powerdown=VMNAME
Send powerdown command. The VM will get an ACPI shutdown request and usually shutdown cleanly.
-f VMNAME, --force-stop=VMNAME
Shutdown VM immediately.
-k VMNAME, --kill=VMNAME
Send kill signal to QEMU process associated with VM name.
-i VMNAME, --info=VMNAME
Displays VM information.
-m VMNAME, --cmd=VMNAME
Displays VM command line.
-d, --daemon
Start nEMU daemon.
-c, --create-veth
Create VETH interfaces.
--name=NAME
Snapshot name. Used with --snap-save, --snap-del, --snap-load.
--snap-save=VMNAME
Create snapshot. Used with --name.
--snap-load=VMNAME
Load snapshot. Used with --name.
--snap-del=VMNAME
Delete snapshot. Used with --name.
--snap-list=VMNAME
Show snapshots.
-v, --version
Displays the current version.
-h, --help
Show help options.
2026-01-28 nEMU