Difference between revisions of "VNC"

From wikieduonline
Jump to navigation Jump to search
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[wikipedia:Virtual Network Computing]]
 +
 +
* <code>/etc/[[libvirt]]/[[qemu.conf]]</code>
 +
 +
[[virsh vncdisplay]] VM_NAME
 +
:2
  
[[wikipedia:Virtual Network Computing]]
+
Ports:
 +
*<code>:1 -> 5901</code>
 +
*<code>:2 -> 5902</code>
  
<code>/etc/[[libvirt]]/[[qemu.conf]]</code>
 
  
 +
VNC example configuration, <code>[[virsh edit]]</code>:
 +
<graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'>
 +
      <listen type='address' address='0.0.0.0'/>
 +
</graphics>
  
<code>[[virsh vncdisplay]] VM_NAME</code>
+
== Clients ==
 +
* [[VNC Connect]]
  
 +
== Related terms ==
 +
* <code>[[virt-install]]</code>: <code>virt-install --install [[ubuntu20.10]] --memory 2048 --disk size=2 [[--graphics]] vnc,listen=0.0.0.0</code>
 +
* [[Virt-install Windows]]
  
== Related commands ==
+
* <code>[[virsh attach-device]]</code>
* <code>[[virt-install]]</code>: (<code>--graphics vnc,listen=0.0.0.0</code>)
+
* <code>[[virsh vncdisplay]]</code>
 +
* [[Spice]]
 +
* [[macOS]]: <code>fn+ctrl+option+delete</code>
 +
* [[macOS]], configure the [[VNC server]] to only allow [[local connections]]
 +
* <code>[[defaults]]</code>
 +
* [[VNC Connect]]
 +
* [[3389]]
 +
* [[TightVNC]]
 +
* [[TigerVNC]]
  
 
== See also ==
 
== See also ==
 
* {{QEMU}}
 
* {{QEMU}}
 
* {{KVM}}
 
* {{KVM}}
 +
* {{VNC}}
  
  
 
[[Category:KVM]]
 
[[Category:KVM]]

Latest revision as of 07:48, 22 August 2023

Advertising: