<?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 and Configure VNC Server in CentOS and RHEL	</title>
	<atom:link href="https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 11 May 2023 12:27:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Filippo		</title>
		<link>https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/comment-page-1/#comment-2012963</link>

		<dc:creator><![CDATA[Filippo]]></dc:creator>
		<pubDate>Thu, 11 May 2023 12:27:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27179#comment-2012963</guid>

					<description><![CDATA[Hi,

But should I add a VNC service configuration file for any other user? thanks Phil.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>But should I add a VNC service configuration file for any other user? thanks Phil.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guilherme Monteiro		</title>
		<link>https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/comment-page-1/#comment-1937566</link>

		<dc:creator><![CDATA[Guilherme Monteiro]]></dc:creator>
		<pubDate>Tue, 27 Dec 2022 20:44:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27179#comment-1937566</guid>

					<description><![CDATA[Thanks for this!

I have changed the &lt;strong&gt;/etc/systemd/system/vncserver@\:1.service&lt;/strong&gt; specifying the user, group and workdir, and also removed the runuser so now systemd cares of it and there is no PID file not owned by root error. 

Here it is:
&lt;pre&gt;
[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target

[Service]
Type=forking
User=my_user
Group=my_user
WorkingDirectory=/home/my_user
ExecStartPre=/bin/sh -c &#039;/usr/bin/vncserver -kill %i &#062; /dev/null 2&#062;&#038;1 &#124;&#124; :&#039;
ExecStart=/usr/bin/vncserver %i -geometry 1280x1024
PIDFile=/home/my_user/.vnc/%H%i.pid
ExecStop=/bin/sh -c &#039;/usr/bin/vncserver -kill %i &#062; /dev/null 2&#062;&#038;1 &#124;&#124; :&#039;

[Install]
WantedBy=multi-user.target
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Thanks for this!</p>
<p>I have changed the <strong>/etc/systemd/system/vncserver@\:1.service</strong> specifying the user, group and workdir, and also removed the runuser so now systemd cares of it and there is no PID file not owned by root error. </p>
<p>Here it is:</p>
<pre>
[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target

[Service]
Type=forking
User=my_user
Group=my_user
WorkingDirectory=/home/my_user
ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i &gt; /dev/null 2&gt;&amp;1 || :'
ExecStart=/usr/bin/vncserver %i -geometry 1280x1024
PIDFile=/home/my_user/.vnc/%H%i.pid
ExecStop=/bin/sh -c '/usr/bin/vncserver -kill %i &gt; /dev/null 2&gt;&amp;1 || :'

[Install]
WantedBy=multi-user.target
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bart		</title>
		<link>https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/comment-page-1/#comment-1636615</link>

		<dc:creator><![CDATA[Bart]]></dc:creator>
		<pubDate>Fri, 05 Nov 2021 13:18:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27179#comment-1636615</guid>

					<description><![CDATA[I have VNC up and running on CentOS 7 but I can&#039;t seem to change the existing VNC password. When I use the command &lt;strong&gt;vncpasswd&lt;/strong&gt; to change the password I still need to use the old password to connect using VNCVIEWER on my win10 laptop to connect on Centos7 pc.]]></description>
			<content:encoded><![CDATA[<p>I have VNC up and running on CentOS 7 but I can&#8217;t seem to change the existing VNC password. When I use the command <strong>vncpasswd</strong> to change the password I still need to use the old password to connect using VNCVIEWER on my win10 laptop to connect on Centos7 pc.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jerry Toth		</title>
		<link>https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/comment-page-1/#comment-1401917</link>

		<dc:creator><![CDATA[Jerry Toth]]></dc:creator>
		<pubDate>Wed, 16 Dec 2020 21:55:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27179#comment-1401917</guid>

					<description><![CDATA[I execute the command &lt;strong&gt;sudo yum install tiger-vnc server&lt;/strong&gt;, as listed at the top of this column, it goes out to a bad destination to find the file. I can manually type in the destination &lt;code&gt;http://mirror.keystealth.org/centos/7/os/x86_64/Packages/tigervnc-server-1.8.0-21.el7.x86_64.rpm&lt;/code&gt; and get to the file, even download the file to the PC and execute it. 

I try to install the program (the other option when downloading) and I get a file not supported error. I have been at this for three days now and I&#039;m about to throw the PC out the window. I need access to this server from a remote location.]]></description>
			<content:encoded><![CDATA[<p>I execute the command <strong>sudo yum install tiger-vnc server</strong>, as listed at the top of this column, it goes out to a bad destination to find the file. I can manually type in the destination <code>http://mirror.keystealth.org/centos/7/os/x86_64/Packages/tigervnc-server-1.8.0-21.el7.x86_64.rpm</code> and get to the file, even download the file to the PC and execute it. </p>
<p>I try to install the program (the other option when downloading) and I get a file not supported error. I have been at this for three days now and I&#8217;m about to throw the PC out the window. I need access to this server from a remote location.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahmed Mohamed		</title>
		<link>https://www.tecmint.com/install-and-configure-vnc-server-in-centos-7/comment-page-1/#comment-1386930</link>

		<dc:creator><![CDATA[Ahmed Mohamed]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 12:00:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27179#comment-1386930</guid>

					<description><![CDATA[Hello,

I am facing a problem when I have finished with these steps and connect to the vnc server, blue screen appears to me, and this error on the log file:
&lt;pre&gt;
Sun Nov  8 06:57:05 2020
 Connections: accepted: 197.48.174.78::44930
 SConnection: Client needs protocol version 3.8
 SConnection: Client requests security type VeNCrypt(19)
 SVeNCrypt:   Client requests security type TLSVnc (258)

Sun Nov  8 06:57:11 2020
 VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
 VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian rgb888
&lt;/pre&gt;
Can any one help me to solve this problem?]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I am facing a problem when I have finished with these steps and connect to the vnc server, blue screen appears to me, and this error on the log file:</p>
<pre>
Sun Nov  8 06:57:05 2020
 Connections: accepted: 197.48.174.78::44930
 SConnection: Client needs protocol version 3.8
 SConnection: Client requests security type VeNCrypt(19)
 SVeNCrypt:   Client requests security type TLSVnc (258)

Sun Nov  8 06:57:11 2020
 VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
 VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian rgb888
</pre>
<p>Can any one help me to solve this problem?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
