mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 17:41:40 +00:00
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# qm vncproxy
|
|
|
|
> Proxy Virtual Machine VNC (Virtual network computing) traffic to `stdin` or `stdout`.
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
- Proxy a specific virtual machine:
|
|
|
|
`qm vncproxy {{vm_id}}`
|