Guests
The Guests page lists every VM and container across all your hosts, no host selection required.
The guests list
Section titled “The guests list”Columns include OS, host (linking to its node page), node, VMID, name, type, status, IP, cores, memory and storage. You can search, filter and sort, and select multiple guests to start, reboot, shut down or stop them in bulk.
Creating a guest
Section titled “Creating a guest”A step-by-step wizard walks through:
- Placement: host, node, guest type (VM or container) and name.
- Resources: pick a Plan to fill and lock cores/memory/disk, or go custom.
- OS: for VMs, a cloud-init OS template from your library; for containers, a CT template and a root password.
- Network: DHCP, or a static address allocated from an IP zone.
- Access: assign an owner and attach their SSH keys, or paste one directly.
For containers, the Access step also exposes the privilege level (unprivileged, recommended) and container features: Nesting, keyctl, FUSE, and extra mount types (nfs, cifs).
Day-to-day actions
Section titled “Day-to-day actions”- Power: start, shut down, reboot, stop, suspend and resume, with progress tracking.
- Reinstall: rebuild a guest while keeping its ID and specs (and its IP, for zone-allocated guests).
- Reset password: the root password for containers, or change a VM’s password through the guest agent.
- Delete: remove a guest; a zone-allocated IP is released automatically.
Consoles
Section titled “Consoles”Open a console straight from the browser:
- Containers and serial-capable VMs get a crisp text terminal (xterm.js) with real copy-paste and resize.
- Graphical VMs without a serial console fall back to a noVNC screen.
The connection is proxied through NexoVirt’s own origin, so your Proxmox session cookie never reaches the browser.
The guest detail page
Section titled “The guest detail page”Each guest has its own page with a power-status card, live CPU/RAM/disk usage donuts, full specifications, and an owner picker. Side tabs cover:
- Monitoring: live charts.
- Network/IPAM: an animated server-to-NIC-to-address topology.
- Console: the inline terminal or noVNC session.
- Activity: a full permanent log of the guest’s lifecycle events.
- Dangerous: reinstall, change IP, reset password, delete.
If the guest is on a plan, a Plan card shows its limits with renew/resume buttons.
OS templates & cloud images
Section titled “OS templates & cloud images”Under Settings → OS templates you define your own cloud-init OS templates: a base cloud image plus its cloud-init configuration (user, SSH, networking, upgrades, root SSH). Templates are organized into groups (each with a name and an uploaded image), and those groups become the picker shown when creating or reinstalling a VM.
Container (LXC) templates and downloadable cloud images are managed on the same settings page.
Next steps
Section titled “Next steps”- Networking & NAT for IP zones and exposing private guests.
- Plans & quotas for resource bundles and enforcement.
- REST API to script guest creation and power actions.