Also Ubuntu Server supports running an X11 desktop environment. For installing this after your initial Ubuntu installation routine, use the following set of commands:
$ sudo apt-get install tasksel $ sudo tasksel
To also make Ubuntu boot into your X11 desktop environment by default, use the following command:
sudo systemctl set-default graphical.target