Most of the linux admins love the command console for their remote work. You can use Putty to login remotely to your server. But if you want to have the graphical user interface at your disposal, use vnc server.
nanosani
Unauthenticated Liar
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
yes. PuTTY is available as a small windows client (1 small .exe file). You can use this for encrypted command line access to your server.
VNC on the other hand is more like remote desktop, but considering most servers wont have a GUI anyway then putty is generally what is used. There is a windows client available.
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
Here is the link to the VNC website. You can download the VNC server for your linux box and VNC client for your windows box.
nanosani
Unauthenticated Liar
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
if I were you, I'd install webmin on the server, instead of trying to log into GUI. Much more secure and very convenient. You can d/l it for almost any distro out there
DimaYasny
Posting Virtuoso
1,777 posts since Jan 2007
Reputation Points: 183
Solved Threads: 89
by the way if its a debian or ubuntu based server (as opposed to a redhat one), you can use a command called apt to install the ssh server or VNC server.
on a debian system just do:
apt-get update
apt-get install (packagename)
Itt will download, install and configure it all for you as well as any dependencies.
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
if I were you, I'd install webmin on the server, instead of trying to log into GUI. Much more secure and very convenient. You can d/l it for almost any distro out there
Webmin is good but I'm not used to it .. I mostly prefer the CLI option.
nanosani
Unauthenticated Liar
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
by the way if its a debian or ubuntu based server (as opposed to a redhat one), you can use a command called apt to install the ssh server or VNC server.
on a debian system just do:
apt-get update
apt-get install (packagename)
Itt will download, install and configure it all for you as well as any dependencies.
The alternate of apt-get in redhat systems is yum .. you can use yum to install vnc and openssh from yum.
yum install vnc
yum install openssh
nanosani
Unauthenticated Liar
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56