-
-
Save xmesaj2/3ea1c35b5215d34a7c9e182c7486653f to your computer and use it in GitHub Desktop.
Proxmox VE xterm.js (Serial Terminal) for Ubuntu VM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment