1

Possible Duplicate:
Accessing Linux server from Windows machine in graphical mode via SSH

How I can login to a remote CentOS' GUI from my Windows 7 laptop?

N. F.
  • 2,109
  • 8
  • 24
  • 24

1 Answers1

1

You can run vnc-server on your Centos Machine. A very good document can be found on the CentOS wiki http://wiki.centos.org/HowTos/VNC-Server

Also, you can get an Xserver like http://sourceforge.net/projects/xming/

This would allow you to connect to your CentOS machine's X server and display a window (or smaller windows) on your Windows host.

Mark Cohen
  • 1,352
  • 9
  • 12