retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.7k stars 372 forks source link

Implement Libvirt Serial Console as Console on WebVirtCloud #519

Closed GaetanF closed 2 years ago

GaetanF commented 2 years ago

Hello,

As libvirt can manage VNC or Spice Graphical Console, Libvirt also permit to have a serial console. They can be accessed using virsh console from libvirt libs.

I've try to implement them on WebVirtuCloud using an another WebSocket and XTerm librairy.

catborise commented 2 years ago

Thanks for that valuable contribution…