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 ...
- 04-16-2009 #1Just 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!
- 04-16-2009 #2Linux 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.
- 04-16-2009 #3Linux 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
- 04-16-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 19
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!
- 04-16-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 19
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?
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!
- 04-16-2009 #6Linux Enthusiast
- Join Date
- Aug 2006
- Location
- Portsmouth, UK
- Posts
- 539
To start a local xServer use
You need to allow access to the X Server to the remote host:Code:startx.bat
Open a remote session (ssh with -X to tunnel X, mentioned before)Code:xhost + <remote ip address or hostname (if it will resolve in DNS) >
Start the application and it should display on your local machine.Code:ssh -X <remote ip address or hostname (if it will resolve in DNS) >
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.
- 04-19-2009 #7Just 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!
- 04-21-2009 #8Linux Guru
- 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!


Reply With Quote
