How to restart Alfresco server

Connect to the Alfresco server and browse to the Alfresco directory.

you should see a script file names alfresco.sh

type the command following command to restart the Alfresco server

sudo ./alfresco.sh restart

To stop the server type:

sudo ./alfresco.sh stop

To start the server type:

sudo ./alfresco.sh start

To check the status type:

sudo ./alfresco.sh status