-1

I'm new to Ubuntu server.I have Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-88-generic x86_64) installed. I've also installed ubuntu-desktop & gnome.

When I ssh root@my-ip-address and do a cd /usr/share/xsessions/ and ls, I can see I have all these gnome-classic.desktop gnome.desktop ubuntu.desktop.

I'm on a Mac and running all these commands from my terminal (I don't have Virtual box installed).

The reason I installed ubuntu-desktop & gnom was to be able to see a graphic-version of the server/system.

I installed them by doing sudo tasksel.

What do I need to do & how can I get the system up and see my server as a normal ubuntu desktop.

Any help is appreciated

1 Answers1

0

It appears that you did not install any display managers, try

sudo apt install lightdm

and try again.

user8292439
  • 3,878
  • 7
  • 32
  • 57