Proxmox
Use xterm.js
-
Add a virtual serial port to the VM using PVE Web GUI and restart the VM
- Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
$ sudo systemctl enable serial-getty@ttyS0.service $ sudo systemctl start serial-getty@ttyS0.service
- Done! You can now select xterm.js in the PVE Web GUI