To reboot your Ubuntu Server you have many options.
This command will reboot your server
$ sudo shutdown -r now
Or this other command
$ sudo reboot
Use this command to shutdown your server
$ sudo shutdown -h now
I hope this was helpful.
Ubuntu Server Tutorials