<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Servers cPanel webhosting blog &#187; configure VNC</title>
	<atom:link href="http://www.theperfectarts.com/tag/configure-vnc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Step by step instructions to install VNC</title>
		<link>http://www.theperfectarts.com/2009/09/step-by-step-instructions-to-install-vnc/</link>
		<comments>http://www.theperfectarts.com/2009/09/step-by-step-instructions-to-install-vnc/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:57:36 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Install server side software / script]]></category>
		<category><![CDATA[configuration for vnc]]></category>
		<category><![CDATA[configure VNC]]></category>
		<category><![CDATA[how to install vnc]]></category>
		<category><![CDATA[install vnc]]></category>
		<category><![CDATA[instructions to install VNC]]></category>
		<category><![CDATA[setup vnc]]></category>
		<category><![CDATA[Step by step instructions to install VNC]]></category>
		<category><![CDATA[steps to install the vnc]]></category>
		<category><![CDATA[tutorial to install VNC]]></category>
		<category><![CDATA[vnc installation]]></category>
		<category><![CDATA[vnc installation steps]]></category>
		<category><![CDATA[what is vnc]]></category>
		<category><![CDATA[what is VNC.install vns]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=227</guid>
		<description><![CDATA[Refer following step by step instructions to install VNC 1) As root user fire the commands yum install vnc-server xorg-x11-xauth xorg-x11 twm xterm 2) if yum is not working, download the rpm using &#8220;wget http://mirror.pacific.net.au/linux/CentOS/4.2/os/i386/CentOS/RPMS/vnc-server-4.0-8.1.i386.rpm&#8221; 2.1) install vncserver by the command &#8220;rpm -Uvh vnc-server-4.0-8.1.i386.rpm&#8221; 3) start vncserver by &#8220;vncserver :0&#8220;. You will be asked for [...]]]></description>
			<content:encoded><![CDATA[<p>Refer following step by step instructions to install VNC<br />
1) As root user fire the commands</p>
<p><span style="color: #800000;">yum install vnc-server xorg-x11-xauth xorg-x11 twm xterm</span></p>
<p>2) if yum is not working, download the rpm using &#8220;<span style="color: #800000;">wget http://mirror.pacific.net.au/linux/CentOS/4.2/os/i386/CentOS/RPMS/vnc-server-4.0-8.1.i386.rpm</span>&#8221;<br />
2.1) install vncserver by the command &#8220;<span style="color: #800000;">rpm -Uvh vnc-server-4.0-8.1.i386.rpm</span>&#8221;</p>
<p>3) start vncserver by &#8220;<span style="color: #800000;">vncserver :0</span>&#8220;. You will be asked for password, set the password you require.</p>
<p>4) try to vnc into your Linux box from Windows to your Linux box using server_ip:5900 eg. <span style="color: #800000;">192.168.0.21:5900</span><br />
4.1) if it doesn&#8217;t work, bring down your firewall by doing &#8220;service iptables stop&#8221; and vnc from your Windows again.</p>
<p>5) you can stop the vncserver by using command &#8220;<span style="color: #800000;">vncserver -kill :0</span>&#8221;</p>
<p>6) remember to bring your firewall back up &#8220;service iptables start&#8221;</p>
<p>7) you might want to have gnome, kde running.. in that case look into your ~/.vnc/xstartup file, uncomment two lines (<span style="color: #800000;"># unset SESSION_MANAGER and # exec /etc/X11/xinit/xinitrc</span>)</p>
<p> <img src='http://www.theperfectarts.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> If gnome is not install, Install Gnome using &#8220;<span style="color: #800000;">yum install gnome-*</span> &#8221; and set the server to use gnome desktop using &#8220;switchdesk gnome&#8221; and restart VNC.</p>
<p>9) you might want to start vncserver when the system reboots, use &#8220;chkconfig &#8211;level 345 vncserver on&#8221;</p>
<p>10) You can change the VNC server password using &#8220;<span style="color: #800000;">vncpasswd</span>&#8221;</p>
<p>Note : If getting error while starting VNC<br />
&#8212;&#8212;<br />
[root@202 conf]# vncserver :0<br />
<span style="color: #800000;">vncserver: couldn&#8217;t find &#8220;xauth&#8221; on your PATH.</span><br />
&#8212;&#8212;<br />
do:<br />
check if xauth is installed</p>
<p><span style="color: #800000;">which xauth<br />
yum install xorg-x11-xauth<br />
yum install xorg-x11<br />
yum install twm<br />
yum install xterm</span></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/09/step-by-step-instructions-to-install-vnc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

