File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,21 @@ to the VNC port made available via the hypervisor for the console of the
157157guest. Both the administrator and end user web UIs offer a console
158158connection.
159159
160- Clicking a console icon brings up a new window. The AJAX code downloaded
160+ Clicking a console icon brings up a new window. The console viewer
161161into that window refers to the public IP address of a console proxy VM.
162162There is exactly one public IP address allocated per console proxy VM.
163- The AJAX application connects to this IP. The console proxy then proxies
163+ The viewer application connects to this IP. The console proxy then proxies
164164the connection to the VNC port for the requested VM on the Host hosting
165165the guest.
166166
167+ Since 4.15, noVNC has been integrated into the console proxy and is the
168+ default viewer. It inherently supports multiple keyboard layouts configured
169+ in the guest virtual machine. Additionally, it can scale the display as
170+ well as paste into the console.
171+
172+ noVNC is set as the default console viewer which be changed via the
173+ "novnc.console.default" global setting, which is set to true by default.
174+
167175.. note ::
168176 The hypervisors will have many ports assigned to VNC usage so that
169177 multiple VNC sessions can occur simultaneously.
You can’t perform that action at this time.
0 commit comments