Skip to content

Instantly share code, notes, and snippets.

@yuna0x0
Last active April 9, 2025 14:26
Show Gist options
  • Save yuna0x0/7fdd61ea9ed9aba68e2dd02f6ff4814a to your computer and use it in GitHub Desktop.
Save yuna0x0/7fdd61ea9ed9aba68e2dd02f6ff4814a to your computer and use it in GitHub Desktop.
Proxmox VE xterm.js (Serial Terminal) for VM (Tested on Ubuntu and Arch Linux)
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 [email protected]
$ sudo systemctl start [email protected]
3. Done! You can now select xterm.js in the PVE Web GUI
@souhaiebtar
Copy link

@edisonlee55 in single command

sudo systemctl enable --now [email protected]

@joebnb
Copy link

joebnb commented Jun 23, 2024

works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment