Skip to content

Hardware

The Hardware tab controls the virtual hardware presented to a VM: CPU topology and pinning, memory, remote console access, PCI passthrough, and TPM emulation.

VM Hardware tab showing vCPUs, RAM, VNC, serial console, PCI devices, and TPM emulation

Select an entry in the table, then choose Edit to open its configuration. The table is also a quick view of the VM’s current topology and enabled capabilities.

Entry What it controls
vCPUs CPU topology and optional pinning of guest vCPUs to host logical CPUs.
RAM The memory allocated to the VM.
VNC The graphical console listener, its bind address, port, resolution, and password.
Serial Console Whether Sylve presents a serial device to the guest.
PCI Devices Prepared PCI devices passed directly through to the VM.
TPM Emulation A virtual Trusted Platform Module for guests that require TPM features.

Set the number of sockets, cores, and threads per core. Their product is the total number of vCPUs presented to the guest. For example, 1 × 4 × 2 presents eight vCPUs.

Optionally choose host logical CPUs in CPU Selector to pin individual guest vCPUs. Pinning is useful for workloads that need predictable CPU placement. Sylve validates the selected topology and rejects duplicate pins, pins outside the host CPU range, pin counts larger than the VM’s vCPU count, and pins already reserved by another VM.

CPU topology editor showing sockets, cores, and threads for a VM

CPU Selector assigning individual guest vCPUs to host logical CPUs

RAM is configured in MiB. Sylve requires at least 128 MiB and the UI prevents an allocation that would leave less than 1 GiB available to the host. Treat that as a minimum guardrail, not a sizing recommendation. FreeBSD, ZFS, and other services need memory too, especially on nodes with active ARC caching or several running VMs.

RAM editor setting the VM memory allocation in MiB

Enable VNC to give the VM a graphical console. Choose an IPv4 or IPv6 Bind IP, a port from 5900 to 65535, a resolution, and optionally a password. Sylve checks the selected port against other VMs and against host TCP listeners before saving it.

Wait for VNC makes the guest wait for a VNC client connection before continuing. This is useful when you need to observe early boot or an installer.

VNC editor with bind address, port, resolution, password, and Wait for VNC enabled

The VNC value in the Hardware table is clickable. Select it to copy a VNC connection URI for an external client. If you configured a password, the copied URI includes it, so handle the clipboard contents as sensitive.

For using the in-browser graphical or serial console, see Console.

Enable Serial Console to add a serial device to the VM. The guest operating system must also be configured to send a login prompt and kernel output to that device. Once the guest is ready, open the serial console from the Console tab.

Serial Console confirmation dialog for enabling the VM serial device

PCI passthrough gives a VM direct access to a prepared physical device, such as a GPU, NIC, storage controller, or USB controller. First prepare the device under PCI Passthrough, restart the node as recommended there, then select it here.

The picker identifies devices that are already assigned to another VM. A device assigned to a stopped VM can be reassigned after you remove it from that VM. A device in use by a running VM cannot be used elsewhere, and Sylve prevents the conflicting VM from starting.

PCI device picker showing prepared passthrough hardware and its assignment status

Enable TPM Emulation when the guest requires a TPM, for example for an operating-system feature that stores credentials or encryption state in TPM-backed storage.

TPM Emulation confirmation dialog for a virtual machine