Results 1 to 5 of 5
Hi,
I want to access the GUI of the remote server. Right now, all I can do is ssh to it, but i am not able to run startx via ...
- 06-23-2009 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 6
accessing remote GUI.
Hi,
I want to access the GUI of the remote server. Right now, all I can do is ssh to it, but i am not able to run startx via ssh and get the GUI interface .
I guess there must be some way to access remote GUI of the server. How do I do it ?
- 06-23-2009 #2
If the server is within your LAN you could likely get by forwarding X. To do this you'll need to edit /etc/ssh/sshd_config on the server to allow for X11 forwarding. Make it look like this:
Save and exit. Then, from the other machine, do:Code:X11Forwarding yes
You probably won't be able to startx but you can start remote applications and they'll come up on the client's monitor. If you really need to see the server's desktop as if you were sitting in front of it, you'll want to install a VNC server on the server and log into it from the other machine. See this for more...Code:ssh -Y servermachine
HOWTO - Linux VNCserver
- 06-24-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 19
You could also try NoMachine. It's fast and secure.
- 06-24-2009 #4
- 07-02-2009 #5Just Joined!
- Join Date
- Jun 2009
- Posts
- 19
I don't agree about the complexity of NoMachine. Try googling for "nomachine lenny" for a quick how to.
It's really a matter of 3 package to install and that's all.


Reply With Quote

