[20:09] I'm trying to understand how to access the serial port on a VM from the host. I am running 22.04.01 and used "snap install multipass" and "multipass launch ubuntu" which created a 20.04.4 VM. It uses qemu-system-x86_64 ... -chardev null,id=char0 -serial chardev:char0 ... for the serial configuration. Do I need... 1. To have used --classic when I installed multipass? 2. To use QEMU path={some device on host like /dev/ttyFoo0} 3. T [20:09] o create /dev/ttyFoo0 on the host? [20:32] Hi decimal1969! We don't allow connecting to the serial port currently. Multipass is designed to not overwhelm users with all sorts of configuration options. There are plenty of other virtual machine managers that allow for that:) [20:35] Okay - thanks for the answer. [20:36] You're welcome decimal1969.