File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,21 @@ to the VNC port made available via the hypervisor for the console of the
112112guest. Both the administrator and end user web UIs offer a console
113113connection.
114114
115- Clicking a console icon brings up a new window. The AJAX code downloaded
115+ Clicking a console icon brings up a new window. The console viewer
116116into that window refers to the public IP address of a console proxy VM.
117117There is exactly one public IP address allocated per console proxy VM.
118- The AJAX application connects to this IP. The console proxy then proxies
118+ The viewer application connects to this IP. The console proxy then proxies
119119the connection to the VNC port for the requested VM on the Host hosting
120120the guest.
121121
122+ Since 4.14, noVNC has been integrated into the console proxy and is the
123+ default viewer. It inherently supports multiple keyboard layouts configured
124+ in the guest virtual machine. Additionally, it can scale the display as
125+ well as paste into the console.
126+
127+ noVNC is set as the default console viewer which be changed via the
128+ "novnc.console.default" global setting, which is set to true by default.
129+
122130.. note ::
123131 The hypervisors will have many ports assigned to VNC usage so that
124132 multiple VNC sessions can occur simultaneously.
@@ -593,3 +601,4 @@ in an immediate termination of the command and report back to the operator that
593601
594602
595603
604+
You can’t perform that action at this time.
0 commit comments