Share serial console via websocket or qemu chardev websocket

gigko

New Member
Sep 7, 2024
1
0
1
Hello!
I'm wondering how to share a vm serial console via websocket.
I've found that qemu can do it via option -serial websocket:127.0.0.1:45252,server,nowait
But if i add it to vm config manually proxmox can't start the vm with error no such serial device.

Can't figure out how to add this option correctly to a vm created by proxmox.

I want to implement this:
https://github.com/ddiss/stermie
https://ddiss.github.io/stermie/


Hope you can help me.