You can stop a server from the console if it is a local or remote process. If the process is currently executing projects, it will finish afterwards, so it may take a while.
Windows:
GridNode --shutdown
GridNode --shutdown --server [remotehost]
Linux/Unix:
GridNode.sh --shutdown
GridNode.sh --shutdown --server[remotehost]