Skip to main content
Version: Current

Learn the basics - running the server

There are some simple commands that enable you to start and stop your server.

startServer starts the server.

After running this, run mon.

This shows you the status of your server, with all the individual services listed:

To stop your server, run killServer --all.

It is important to note that you can start and stop the individual processes; for example, if you want to stop the Genesis Router: killProcess GENESIS_ROUTER gets the job done.