Configuration Reference

QB-CR-001 Rev 1.0

A lookup table of every VM setting, its values, and where to change it. For the underlying JSON schema, see VM Configuration Format. Settings are changed in the GUI's Settings dialog (grouped into the sections below) or at creation time via the CLI.

General #

SettingValuesDefaultWhere
Nametext--General
DescriptiontextemptyGeneral
Encryptionon / offon (new VMs)General, --encrypted at create

System (CPU & Memory) #

SettingValuesDefaultWhere
Processors (cores)1, 2, 4, 6, 8, 12, 16per-OS preset (often 2)System, --cpus
Threads per core≥ 11System
Memory512 MB - 32 GBper-OS preset (often 4096 MB)System, --memory
Memory ballooningon / offonSystem
Nested virtualizationon / offoffSystem
Boot orderDisk, CDROM, Network, USB[Disk, CDROM]System

Storage (per disk) #

SettingValuesDefaultWhere
Disk size8 - 500 GB (growable)per-OS presetStorage, --disk
FormatQCOW2, QVD, Raw, VMDK, VDIQCOW2 (QVD if encrypted)Storage
BusVirtIO, SATA, NVMe, IDEVirtIOStorage
Read-onlyon / offoffStorage
Encryptedon / offfollows VM encryptionStorage

Display #

SettingValuesDefaultWhere
BackendSPICE, VNC, SDLSPICEDisplay
Resolutionwidth x height1920 x 1080Display
GPU accelerationon / offoffDisplay
Graphics controllerVirtIO-GPUVirtIO-GPUDisplay
Remote displayon / off--Display
Note: The in-app console uses a VNC server with a WebSocket port regardless of the display backend chosen for the guest window.

Network (per adapter) #

SettingValuesDefaultWhere
Enabledon / offonNetwork
ModeNAT, Bridged, Host-Only, InternalNATNetwork
Adapter (NIC model)VirtIO-net, Intel PRO/1000 (e1000), RTL8139VirtIO-netNetwork
MAC addressauto / manualauto-generatedNetwork
Cable connectedon / offonNetwork
SSH host portport number--(NAT) forwards host port to guest 22

Default NAT network: 10.0.2.0/24, gateway 10.0.2.2, DHCP 10.0.2.15-254, DNS 10.0.2.3. Default host-only network: 192.168.56.0/24, gateway 192.168.56.1, DHCP 192.168.56.100-254.

USB #

SettingValuesDefaultWhere
USB enabledon / offonUSB
Controller versionxHCI (USB 3.0), EHCI (USB 2.0)xHCIUSB
Passthrough devicesvendor/product IDsnoneUSB

Shared Folders (per folder) #

SettingValuesDefaultWhere
Name (mount tag)text--Shared Folders
Host pathdirectory path--Shared Folders
Read-onlyon / offoffShared Folders
Auto-mounton / offoffShared Folders

Audio & Serial #

SettingValuesDefaultWhere
Audio enabledon / off--Audio
Audio controllerIntel HDIntel HDAudio
Serial enabledon / offoffSerial Ports

Unattended Installation #

SettingValuesDefaultWhere
Enabledon / offoffCreate VM dialog
Usernametext--Create VM dialog
Passwordtext--Create VM dialog
Hostnametextderived from VM nameCreate VM dialog
Localee.g. en-US--(generated)
TimezoneIANA, e.g. America/New_York--(generated)

Application Settings (global) #

SettingValuesDefaultWhere
Default encryptionon / offonSettings
Data directorypathplatform defaultSettings
Engine pathpath to QEMUauto-detectedSettings
VNC enabledon / offonSettings
Themetheme namedefaultSettings

See Architecture for details on the data directory and where files are stored.