<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: remote desktop connection to linux server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644209#M20020</link>
    <description>The best tool for the job is VNC.&lt;BR /&gt;&lt;BR /&gt;There are servers and clients for Linux, HP-UX, Windows and other platforms.&lt;BR /&gt;&lt;BR /&gt;There is a bit of setup on the server side, but VNC can be used to manage and configure clusters, which on Red Hat requires a Graphical User Interface.&lt;BR /&gt;&lt;BR /&gt;I recommend the VNC tool, which is included on Linux distribution disks at no extra charge.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 07 Oct 2005 08:43:13 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-10-07T08:43:13Z</dc:date>
    <item>
      <title>remote desktop connection to linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644207#M20018</link>
      <description>How can i get my linux server desktop from windows client?&lt;BR /&gt;I tried to use Xmanager and able to get the applications in separate GUI from Windows, but not able to see the desktop with start menu directly.I even tried with putty,using X forwarding but its giving error and i'm getting only command level interface to the server.&lt;BR /&gt;Kindly let me know if any freewares are available to do the above task.</description>
      <pubDate>Fri, 07 Oct 2005 07:33:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644207#M20018</guid>
      <dc:creator>Mahesh1</dc:creator>
      <dc:date>2005-10-07T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: remote desktop connection to linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644208#M20019</link>
      <description>You can install and use vnc server on Linux, use vncviewer on the Windows PC to display the Linux desktop.&lt;BR /&gt;&lt;BR /&gt;Most distributions already include tightvnc server.</description>
      <pubDate>Fri, 07 Oct 2005 07:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644208#M20019</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-07T07:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: remote desktop connection to linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644209#M20020</link>
      <description>The best tool for the job is VNC.&lt;BR /&gt;&lt;BR /&gt;There are servers and clients for Linux, HP-UX, Windows and other platforms.&lt;BR /&gt;&lt;BR /&gt;There is a bit of setup on the server side, but VNC can be used to manage and configure clusters, which on Red Hat requires a Graphical User Interface.&lt;BR /&gt;&lt;BR /&gt;I recommend the VNC tool, which is included on Linux distribution disks at no extra charge.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 07 Oct 2005 08:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644209#M20020</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-07T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: remote desktop connection to linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644210#M20021</link>
      <description>Another answer is to use X.&lt;BR /&gt;&lt;BR /&gt;Bear in mind that, by default, most Linux distros disable tcp listening for the X server (in other words, you'll be able to open applications individually, but won't be able to run a full desktop environment).&lt;BR /&gt;&lt;BR /&gt;Execute:&lt;BR /&gt;&amp;gt; ps -ef | grep X&lt;BR /&gt;&lt;BR /&gt;and you should see something that looks a little like:&lt;BR /&gt;&lt;BR /&gt;/usr/X11R6/bin/X :0 -audit 0 -auth /var/gdm/:0.Xauth vt7&lt;BR /&gt;&lt;BR /&gt;*IF* the output also mentions something like '--nolisten tcp' then your X server is not going to accept any XDMCP connections (xmanager).&lt;BR /&gt;&lt;BR /&gt;You can change this in the resources responsible for your X server.&lt;BR /&gt;&lt;BR /&gt;You'll find this (probably) in /etc/X11/&lt;SOMEWHERE&gt;&lt;BR /&gt;&lt;BR /&gt;For example, in Redhat/Fedora, you'll find an entry in /etc/X11/gdm/gdm.conf that reads:&lt;BR /&gt;&lt;BR /&gt;DisallowTCP=true&lt;BR /&gt;&lt;BR /&gt;If you set this to *false* and restart your X server, then it will listen on TCP port 6000 for incoming XDMCP requests. You will then be able to run an X session from an X terminal as if you were locally logged in.&lt;BR /&gt;&lt;BR /&gt;**However** I recommend that you do *not* do this on a server that has a direct connection out to the internet as this is a very significant security risk!!&lt;BR /&gt;&lt;BR /&gt;I do it at home in my internal LAN, but the firewall between me an the big bad world hides it all.&lt;BR /&gt;&lt;BR /&gt;Failing that, use VNC! :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andy B.&lt;/SOMEWHERE&gt;</description>
      <pubDate>Sun, 09 Oct 2005 07:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644210#M20021</guid>
      <dc:creator>Andrew Bruce</dc:creator>
      <dc:date>2005-10-09T07:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: remote desktop connection to linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644211#M20022</link>
      <description>I use vnc have a read at the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.realvnc.com/products/personal/" target="_blank"&gt;http://www.realvnc.com/products/personal/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Sun, 09 Oct 2005 11:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-desktop-connection-to-linux-server/m-p/3644211#M20022</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-10-09T11:59:52Z</dc:date>
    </item>
  </channel>
</rss>

