Here is how to restart your Ghost site

You need to do it through command lines.

Login as root (something like ssh root@your-ip-address)

Then execute the following:

sudo -i -u ghost-mgr
cd /var/www/ghost/
ghost restart