vote up 1 vote down star

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.

flag

1  
Guys, this probably belongs on serverfault, not superuser. – Stefan Kendall Oct 14 at 18:53

2 Answers

vote up 2 vote down check

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.