<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Connettersi_in_VNC_a_delle_VM_Proxmox</id>
	<title>Connettersi in VNC a delle VM Proxmox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Connettersi_in_VNC_a_delle_VM_Proxmox"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Connettersi_in_VNC_a_delle_VM_Proxmox&amp;action=history"/>
	<updated>2026-05-06T02:48:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Connettersi_in_VNC_a_delle_VM_Proxmox&amp;diff=10771&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: Created page with &quot;Installing openbsd-inetd package  To install the openbsd-inetd package, you simply type (from the console or using the web “console”) the following command      aptitude i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Connettersi_in_VNC_a_delle_VM_Proxmox&amp;diff=10771&amp;oldid=prev"/>
		<updated>2022-08-04T11:01:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Installing openbsd-inetd package  To install the openbsd-inetd package, you simply type (from the console or using the web “console”) the following command      aptitude i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Installing openbsd-inetd package&lt;br /&gt;
&lt;br /&gt;
To install the openbsd-inetd package, you simply type (from the console or using the web “console”) the following command&lt;br /&gt;
&lt;br /&gt;
    aptitude install openbsd-inetd&lt;br /&gt;
&lt;br /&gt;
When prompted, Press Yes to confirm the installation of this package&lt;br /&gt;
&lt;br /&gt;
At this stage, the service is not started because not configured yet.  We will need to modify the inetd configuration file.  For each virtual machine that you want to connect to using the external vnc viewer, you will need to add a entry in the /etc/inetd.conf file using the following structure&lt;br /&gt;
&lt;br /&gt;
&amp;lt;%port&amp;gt;   stream tcp nowait root /usr/sbin/qm qm vncproxy &amp;lt;%vmid%&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    where &amp;lt;%port%&amp;gt; is the port number where the service will listen for incoming requests&lt;br /&gt;
    where &amp;lt;%vmid%&amp;gt;  is the id of the virtual machine you want to connect to&lt;br /&gt;
&lt;br /&gt;
In my example, I will need to connect  to the Virtual machine with ID 104 and I will assign the VNC port (where to listen to) to 59004.  You can edit the file and add the following line at the bottom of the configuration file&lt;br /&gt;
&lt;br /&gt;
    59004 stream tcp nowait root /usr/sbin/qm qm vncproxy 104&lt;br /&gt;
&lt;br /&gt;
Finally, you will need to restart the openbsd-inetd daemon to have the changes applied.  You perform this action by issuing the following command&lt;br /&gt;
&lt;br /&gt;
    /etc/init.d/openbsd-inetd restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[https://c-nergy.be/blog/?p=2923 Proxmox VE – Connect to Virtual Machines through a VNC Client – Griffon&amp;#039;s IT Library]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>