You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/extensions/developer.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,10 +139,13 @@ VNC-based console:
139
139
"host": "pve-node1.internal",
140
140
"port": "5901",
141
141
"password": "PVEVNC:6329C6AA::ZPcs5MT....d9",
142
+
"passwordonetimeuseonly": true
142
143
"protocol": "vnc"
143
144
}
144
145
}
145
146
147
+
``passwordonetimeuseonly`` is optional. It can be set to ``true`` if the system returns a one-time-use VNC ticket.
148
+
146
149
For VNC-based access, the returned details are forwarded to the Console Proxy VM (CPVM) in the same zone as the instance. The specified **host** and **port** must be reachable from the CPVM.
Copy file name to clipboardExpand all lines: source/adminguide/extensions/inbuilt_extensions.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The Proxmox CloudStack Extension is written in shell script and communicates wit
33
33
34
34
Before using the Proxmox Extension, ensure that the Proxmox Datacenter is configured correctly and accessible to CloudStack.
35
35
36
-
Since 4.22.0, console access support is available for instances deployed using the in-built Proxmox extension via VNC and console proxy VM. Only one console session will successfully connect at a time per instance.
36
+
Since 4.22.0, console access support is available for instances deployed using the in-built Proxmox extension via VNC and console proxy VM.
0 commit comments