Skip to content

Instantly share code, notes, and snippets.

View b11p's full-sized avatar

bleatingsheep b11p

View GitHub Profile
@edisonlee55
edisonlee55 / pve_xtermjs_for_ubuntu_vm.txt
Last active March 29, 2024 07:38
Proxmox VE xterm.js (Serial Terminal) for Ubuntu VM
1. Add a virtual serial port to the VM using PVE Web GUI and restart the VM
2. 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
3. Done! You can now select xterm.js in the PVE Web GUI