Results 1 to 5 of 5
I have a linux server in a remote location. I have access to it only via putty. How do I install GUI on the linux server and view the GUI ...
- 01-07-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
Linux GUI on Windows
I have a linux server in a remote location. I have access to it only via putty. How do I install GUI on the linux server and view the GUI on my windows laptop?
I installed KDE and when I type startx I get errors.
- 01-07-2011 #2
Your question is pretty broad but I'll attempt to answer it. You'll need to set up the Linux machine as a vnc server, then you'll be able to access its desktop from any browser that is java enabled. Install tightvnc on the Linux machine and start it. From the command line as regular user:
After vnc is running, log into it via a browser from any remote machine:Code:vncserver
Ports 590* and 580* must be open in whatever router you are using on the Linux server side and forwarded to the server itself. For instance, if the local IP of the server is 192.168.1.104, then make sure ports 5801 and 5901 are forwarded to that machine. This is brief but I hope it helps...Code:http://linux_server:5801
- 01-07-2011 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
Thank you for your response. How do I install kde?
- 01-07-2011 #4
I thought from your first post that you'd already installed KDE as your chosen desktop. More info on the server machine please. Is this a straight server as in, it was installed without any "GUI?" Or is it a regular Fedora install that included a desktop environment like Gnome? If it was installed without Xwindows you'll need that to do what I think you are wanting:
http://www.linuxforums.org/forum/red...mand-line.html
IF you don't need a full desktop environment like Gnome or KDE and only want to run certain apps, I'd go with a minimal window manager like TWM or OpenBox instead as it will save on resources. As su:
Should do it. Another option might be to simply forward X back to your client with putty:Code:yum install twm
YouTube - X11 forwarding through putty
I hope some of this gets you going in a right direction.
- 01-09-2011 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
Thank you
You all have been very supportive.


Reply With Quote
