Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / Ubuntu: enable remote desktop over SSH

Author
Message
SpyDaniel
19
Years of Service
User Offline
Joined: 4th Feb 2006
Location: United Kingdom
Posted: 22nd Apr 2011 00:44
I have a problem and I need a bit of help. I have a dedicated server, running Ubuntu 10.4, but at the moment I only have SSH access. How do I enable remote desktop on the dedicated box through the command line in a SSH client (remember, I have no desktop to view XD)?.


Minecraft Server: mcs1.virtualsandbox.co.uk
http://virtualsandbox.co.uk/forum
The Wilderbeast
19
Years of Service
User Offline
Joined: 14th Nov 2005
Location: UK
Posted: 22nd Apr 2011 00:50
My Linux knowledge is fairly limited, but as far as I know you can only do remote desktop if there is a Window System installed, which, in Ubuntu Server there isn't.

So my guess would be run a:


And then you'll need to remotely enable the default Ubuntu RDP software (my guess is editing a conf file somewhere).

Hope this helps.

SpyDaniel
19
Years of Service
User Offline
Joined: 4th Feb 2006
Location: United Kingdom
Posted: 22nd Apr 2011 01:31
Thanks Wilderbeast, but I have even less linux knowledge XD.

Anyway, minutes after reading your reply, I came across this helpful page: [href=http://]https://help.ubuntu.com/community/FreeNX[/href]

Got it installed and setup and I'm now viewing the desktop


Minecraft Server: mcs1.virtualsandbox.co.uk
http://virtualsandbox.co.uk/forum
JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 22nd Apr 2011 05:47
FYI: AskUbuntu.com is a great place to ask Ubuntu specific problems. Lots of gurus and they tend to answer in a timely manner.

Your mother has been erased by a mod because it's larger than 600x120
The Wilderbeast
19
Years of Service
User Offline
Joined: 14th Nov 2005
Location: UK
Posted: 22nd Apr 2011 11:24
LinuxQuestions.com on the other hand is not a good place to ask, it's full of extremely arrogant people who are so full of themselves and their *nix knowledge it's unbelievable. It was very offputting for a casual Ubuntu user looking for a little help - stay clear! That said I'm sure that there are plenty of pleasant people on there willing to help, but that was my experience of it.

PAGAN_old
19
Years of Service
User Offline
Joined: 28th Jan 2006
Location: Capital of the Evil Empire
Posted: 24th Apr 2011 00:38
I am not a linux user, but from what i know, Ubuntu isnt the best server solution. me and a friend are currently building a free BSD server. Apperentley they are very good servers. If you are willing to put up with installing the OS piece by piece via command line... well you can do that but i remember you can just automatically install BSD.

dont hate people who rip you off,cheat and get away with it, learn from them
The Wilderbeast
19
Years of Service
User Offline
Joined: 14th Nov 2005
Location: UK
Posted: 24th Apr 2011 00:54
Ubuntu actually has a special server version which doesn't have the X/GNOME frontend installed, plus a hardened kernel etc. which I'm guessing is what they are referring to. I'm actually running a TF2 server on one I chucked together and threw Ubuntu Server and IMO it does a great job and is very lightweight.

n008
18
Years of Service
User Offline
Joined: 18th Apr 2007
Location: Chernarus
Posted: 25th Apr 2011 02:11
Yeah linux is great, but you'll need a control panel like Webmin, not remote desktop.

"I have faith, that I shall win the race, even though I have no legs, and am tied to a tree." ~Mark75
mm0zct
21
Years of Service
User Offline
Joined: 18th Nov 2003
Location: scotland-uk
Posted: 27th Apr 2011 21:18
Or learn to use the bash shell

After a few years living with a bash shell to hand on every system I use (cygwin on all my windows installs, I'm more of a Fedora person when it comes to linux distros) being without a bash shell feels probably a bit like you feel without having a gui.

If you're serious about doing any server stuff learning your way around linux from the terminal will be one of the most useful things you ever learn.

In case you didn't realise "bash" (or some similar shell) is the environment you are in when you log into any 'nix system. Supporting native shell programming and scripting. When you type a command you are telling bash to execute it, but you can pipe things between processes, or into files such as:
ps -A | grep "sshd"
which will list all processes, then use grep to select lines containing the string "sshd" and finally spit this out to the terminal at you.

Beware most strings in the linux works will evaluate regular expressions of some kind.

AMD AthlonX2 5000 black edition @2.8ghz, 4gb pc5400, AMD/ATi hd3850, creative xfi music, 24" hp widescreen 1920x1200 + 22" zalman trimon 3D 1680x1050, ECS KA3 MVP mobo
Neuro Fuzzy
17
Years of Service
User Offline
Joined: 11th Jun 2007
Location:
Posted: 28th Apr 2011 01:13
Quote: "Beware most strings in the linux works will evaluate regular expressions of some kind."


xD

I once tried to remove all hidden directories in a certain directory, so I just did a recursive rm on all ".*" files. unfortunately, I realized later that matches ".."

>.>


Tell me if there's a broken link to images in a thread I post, and I'll fix 'em.
sprite
19
Years of Service
User Offline
Joined: 22nd Apr 2006
Location:
Posted: 30th Apr 2011 01:34 Edited at: 30th Apr 2011 01:35
Hi

I use webmin handles most stuff including remote updating and desktops.

Best bit is good docs and its freeware.

Regards

Sprite

I'll add something later on.
bitJericho
22
Years of Service
User Offline
Joined: 9th Oct 2002
Location: United States
Posted: 30th Apr 2011 12:42 Edited at: 30th Apr 2011 12:42
Virtualmin is also good (it's an addon for webmin, but should be installed from scratch).

They just released an update for it to automagically install DJango on any domain you create. Awesome if you wanted to get into python web scripting

[center]Jerico for President. Obese for VP
My dear tomato \ Please let me classify you \ A fregetable.
SpyDaniel
19
Years of Service
User Offline
Joined: 4th Feb 2006
Location: United Kingdom
Posted: 30th Apr 2011 23:51
Like I said a few days back, this is what I found and now using:

https://help.ubuntu.com/community/FreeNX


Click ^
crispex
17
Years of Service
User Offline
Joined: 22nd Jun 2007
Location:
Posted: 1st May 2011 04:38
Quote: "I am not a linux user, but from what i know, Ubuntu isnt the best server solution. me and a friend are currently building a free BSD server."


FreeBSD is TERRIBLE for sever solutions. Stick with CentOS for servers. It's the lightest solution that can handle every ask you really will ever need.

I just now realized I've had a typo in my signature for the past 3 years.

Login to post a reply

Server time is: 2025-05-21 19:57:03
Your offset time is: 2025-05-21 19:57:03