How can I run a StandaloneVM headlessly?

I created an OpenBSD-based qube to provide networking for another qube, but whenever I start the VM, the default console terminal always appears.

How can I start a StandaloneVM without opening a terminal window?

qvm-prefs QUBE debug false
qvm-prefs QUBE guivm None

should do it

Edit: fix a typo (guivm instead of quivm), according to @James369 answer.

I never presume to speak for the Qubes team. When I comment in the Forum I speak for myself.
1 Like
qvm-prefs QUBE debug false
qvm-prefs QUBE guivm None
1 Like

Sorry for late reply. Thank you guys!