Skip to content

Instantly share code, notes, and snippets.

@lekoOwO
Forked from yuna0x0/pve_xtermjs_for_vm.txt
Created August 7, 2021 20:25
Show Gist options
  • Select an option

  • Save lekoOwO/d6e9f8df22e2bf9c189cabb28f59f986 to your computer and use it in GitHub Desktop.

Select an option

Save lekoOwO/d6e9f8df22e2bf9c189cabb28f59f986 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment