Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Starting and stopping the service

Prev Next

Before starting the server as a service, it must first be installed with a script. To do this, the script must be started with .\bin\IS_as_SERVICE.bat install from the installation directory(!). If the installation of the service was successful, it will be in the list of available services under the name specified in ./etc/wrapper.conf.

The service can now be started in the service management or by calling .\bin\IS_as_SERVICE.bat start.

Proceed accordingly when stopping the server as a service (via the service management or by calling .\bin\IS_as_SERVICE.bat stop).

 CAUTION   Unlike the console script, the service startup does not check for updates in the corresponding update directory. If the automatic update installation is to be used, the server must be started once within the console via the script ./bin/hub.bat.