HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

qm terminal — Attach to the serial console of a VM. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcliattachconsoleserialmoreqm terminal
linux

Problem

How to use the qm terminal command: Attach to the serial console of a VM. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_terminal>.

Solution

qm terminal — Attach to the serial console of a VM. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_terminal>.

Attach to a terminal:
qm {{[ter|terminal]}} {{100}}


Detach from a terminal:
<Ctrl o>

Code Snippets

Attach to a terminal

qm {{[ter|terminal]}} {{100}}

Detach from a terminal

<Ctrl o>

Context

tldr-pages: linux/qm terminal

Revisions (0)

No revisions yet.