Find the answer to your Linux question:
Results 1 to 8 of 8
I will remote access a linux server from a Windows PC, I download PUTTY, it's a command line window, who would please recommend some free GUI remote access software to ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19

    Remote access freeware

    I will remote access a linux server from a Windows PC, I download PUTTY, it's a command line window, who would please recommend some free GUI remote access software to access linux from Windows? Thanks!

  2. #2
    Linux Enthusiast
    Join Date
    Aug 2006
    Location
    Portsmouth, UK
    Posts
    539
    There are a few around, personally I use cygwin / cygwinX
    RHCE #100-015-395
    Please don't PM me with questions as no reply may offend, that's what the forums are for.

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    You're probably looking for VNC. Most distros include it and allow you to set it up easily and there are plenty of Windows clients available. However that said I find it more useful to run an X server like xming on Windows and use ssh, that way you can run command line apps and graphical apps as needed without the need to stream a whole desktop all of the time. In fact, if you really want to you can run a full desktop as if it was on your Windows machine

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    Quote Originally Posted by matonb View Post
    There are a few around, personally I use cygwin / cygwinX
    From Cygwin Information and Installation, I downloaded setup.exe, ran it, selected download and install, using all default setting, I just clicked the "Next" button, after the installation finished, there was a cygwin icon on the desktop.

    I clicked the cygwin icon, a terminal window appeared, with
    "admin@admin-PC~
    $_"

    then I don't know how to connect to remote linux server, and how to get the linux desktop X window. Would you please tell me what to do next? Thank you!

  5. #5
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    Quote Originally Posted by bigtomrodney View Post
    You're probably looking for VNC. Most distros include it and allow you to set it up easily and there are plenty of Windows clients available.
    Installing tightvnc-1.3.10-setup.exe for Windows is just clicking buttons, it's easy.
    And Installing tightvnc-1.3.10_unixsrc.tar.gz is difficult.

    To use tightvnc, here are 2 questions.

    1. Should both the windows PC and linux server install tightvnc?
    2. How do I know if the remote Linux has installed tightvnc ? and does it accept tightvnce connection from Windows pc?



    Quote Originally Posted by bigtomrodney View Post
    You're probably looking for VNC. Most distros include it and allow you to set it up easily and there are plenty of Windows clients available. However that said I find it more useful to run an X server like xming on Windows and use ssh, that way you can run command line apps and graphical apps as needed without the need to stream a whole desktop all of the time. In fact, if you really want to you can run a full desktop as if it was on your Windows machine
    I can logon to the remote linux using putty, then I installed xming, but I don't know how to use it, who could tell me how to use xming? Thank you!

  6. #6
    Linux Enthusiast
    Join Date
    Aug 2006
    Location
    Portsmouth, UK
    Posts
    539
    Quote Originally Posted by walkerf View Post
    From Cygwin Information and Installation, I downloaded setup.exe, ran it, selected download and install, using all default setting, I just clicked the "Next" button, after the installation finished, there was a cygwin icon on the desktop.

    I clicked the cygwin icon, a terminal window appeared, with
    "admin@admin-PC~
    $_"

    then I don't know how to connect to remote linux server, and how to get the linux desktop X window. Would you please tell me what to do next? Thank you!
    To start a local xServer use
    Code:
    startx.bat
    You need to allow access to the X Server to the remote host:
    Code:
    xhost + <remote ip address or hostname (if it will resolve in DNS) >
    Open a remote session (ssh with -X to tunnel X, mentioned before)
    Code:
    ssh -X <remote ip address or hostname (if it will resolve in DNS) >
    Start the application and it should display on your local machine.

    Just read the last line of your post (Linux Desktop), if your after something like windows "mstsc" then VNC is what you want, in which case I hand the baton back to BigTom
    RHCE #100-015-395
    Please don't PM me with questions as no reply may offend, that's what the forums are for.

  7. #7
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    When I install cygwin, I just clicked "next" button and made no custom changes.
    After installation finished, I clicked cygwin icon on the desktop to run it. In the terminal window, I ran following commands and got errors as below:

    $ startx
    bash: startx: command not found

    $ startx.bat
    bash: startx.bat: command not found

    It maybe because something like X windows hasn't been installed, but should I install everything under the X winows? or should I just install part of the packages under X windows and what are the package names?

    Thanks!

  8. #8
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    I use cygwin and the x-server that it provides, and have for years. Works great! You do need to install the x-server, but which additional components you put up, such as optional desktop (it can use the Windows desktop if you want - which I did. After all, when in Windows, use Windows!) like Gnome or KDE. The basic X installation provides xterm, and such. I usually installed nedit (x-windows text editor) as well (download from sourceforge.net). You don't run startx with that. When the X-server is installed, it will install a menu entry and/or start menu button to click, though you probably can use startx if you want.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...