tags:

views:

38

answers:

2

I have a virtual private server running ubuntu, and I'm just curious (and expecting a solid "no" answer) if it's possible to install a desktop environment and remotely log into it. My only access right now is via shell.

I know, total noob question.

+2  A: 

Yeah, you can. You'll need to install gdm or kde and then tunnel X over SSH.

ssh -X server

Now, you can start programs that require the X window server, and you'll get graphical windows. It's probably better to just run your server from the command line, however. You never really need a windowing system.

Stefan Kendall
A: 

Yes, as described above. However many VPS have small limits on memory and disk space.

Brian Carlton