Skip to content

Starting the server

Poweruser edited this page May 27, 2014 · 1 revision

Several ways:

  • Simply run the PowerServer.jar file by double clicking it. That will start the server with the GUI
  • Start the server from the command line:
    java -jar PowerServer.jar
    If you want to run the server without the GUI and have it in the console window instead, then run it with the parameter -nogui:
    java -jar PowerServer.jar -nogui
Clone this wiki locally