<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install VNC Server on RHEL 8	</title>
	<atom:link href="https://www.tecmint.com/install-vnc-server-on-rhel-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-vnc-server-on-rhel-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 09 Jan 2024 11:22:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Babji		</title>
		<link>https://www.tecmint.com/install-vnc-server-on-rhel-8/comment-page-1/#comment-2124141</link>

		<dc:creator><![CDATA[Babji]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 11:22:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33116#comment-2124141</guid>

					<description><![CDATA[After connecting to the machine I am getting a black screen!]]></description>
			<content:encoded><![CDATA[<p>After connecting to the machine I am getting a black screen!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: naveen		</title>
		<link>https://www.tecmint.com/install-vnc-server-on-rhel-8/comment-page-1/#comment-1528787</link>

		<dc:creator><![CDATA[naveen]]></dc:creator>
		<pubDate>Fri, 25 Jun 2021 08:55:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33116#comment-1528787</guid>

					<description><![CDATA[Follow below steps.
&lt;ol&gt;
&lt;li&gt;Create a new username and passwd&lt;/li&gt;
&lt;li&gt;Create vnc passwd using command &#039;vncpasswd&#039;&lt;/li&gt;
&lt;li&gt;Create a config file in ~.vnc/ and &lt;strong&gt;session=gnome&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Add new user in this file &lt;strong&gt;/etc/tigervnc/vncserver.users&lt;/strong&gt; with port number eg: 1,2 etc.&lt;/li&gt;
&lt;/ol&gt;
And then do:
&lt;pre&gt;
# rm -rf /tmp/.X11*
# systemctl enable vncserver@:.service
# systemctl start vncserver@:.service
# firewall-cmd --permanent --add-port=(5900+port number)/tcp
# firewall-cmd --reload
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Follow below steps.</p>
<ol>
<li>Create a new username and passwd</li>
<li>Create vnc passwd using command &#8216;vncpasswd&#8217;</li>
<li>Create a config file in ~.vnc/ and <strong>session=gnome</strong></li>
<li>Add new user in this file <strong>/etc/tigervnc/vncserver.users</strong> with port number eg: 1,2 etc.</li>
</ol>
<p>And then do:</p>
<pre>
# rm -rf /tmp/.X11*
# systemctl enable vncserver@:.service
# systemctl start vncserver@:.service
# firewall-cmd --permanent --add-port=(5900+port number)/tcp
# firewall-cmd --reload
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin		</title>
		<link>https://www.tecmint.com/install-vnc-server-on-rhel-8/comment-page-1/#comment-1391010</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Tue, 17 Nov 2020 19:41:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33116#comment-1391010</guid>

					<description><![CDATA[Mine failed at pid file is missing:

Nov 17 14:33:48 labdev22 systemd[1]: vncserver@:1.service: Can&#039;t open PID file /root/.vnc/labdev22:1.pid (yet?) afte&#062;
Nov 17 14:33:48 labdev22 systemd[1]: vncserver@:1.service: Failed with result &#039;protocol&#039;.

ls /root/.vnc
config  passwd  xstartup

I am trying to set up vnc for root to use.]]></description>
			<content:encoded><![CDATA[<p>Mine failed at pid file is missing:</p>
<p>Nov 17 14:33:48 labdev22 systemd[1]: vncserver@:1.service: Can&#8217;t open PID file /root/.vnc/labdev22:1.pid (yet?) afte&gt;<br />
Nov 17 14:33:48 labdev22 systemd[1]: vncserver@:1.service: Failed with result &#8216;protocol&#8217;.</p>
<p>ls /root/.vnc<br />
config  passwd  xstartup</p>
<p>I am trying to set up vnc for root to use.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-vnc-server-on-rhel-8/comment-page-1/#comment-1390345</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 07:46:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33116#comment-1390345</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-vnc-server-on-rhel-8/comment-page-1/#comment-1388880&quot;&gt;SANTOSH V&lt;/a&gt;.

Santosh,

Run the following command to find more information about this error.
&lt;pre&gt;
# journalctl -xe
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-vnc-server-on-rhel-8/comment-page-1/#comment-1388880">SANTOSH V</a>.</p>
<p>Santosh,</p>
<p>Run the following command to find more information about this error.</p>
<pre>
# journalctl -xe
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SANTOSH V		</title>
		<link>https://www.tecmint.com/install-vnc-server-on-rhel-8/comment-page-1/#comment-1388880</link>

		<dc:creator><![CDATA[SANTOSH V]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 14:12:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33116#comment-1388880</guid>

					<description><![CDATA[systemctl start vncserver@:1
Job for vncserver@:1.service failed because the control process exited with error code.
See &quot;systemctl status vncserver@:1.service&quot; and &quot;journalctl -xe&quot; for details.
How do I correct this error.]]></description>
			<content:encoded><![CDATA[<p>systemctl start vncserver@:1<br />
Job for vncserver@:1.service failed because the control process exited with error code.<br />
See &#8220;systemctl status vncserver@:1.service&#8221; and &#8220;journalctl -xe&#8221; for details.<br />
How do I correct this error.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
