</pre>
The options have the following meaning(as above, equivalent database options have been included in the table):
{| class="wikitable"
! width='60' | Flag
! Description
! Option
! Default
! width='165' | Examples
|- valign="top"
| {{Mono|stop}}
| Stop Stops an existing server instance; remaining input is ignoredand quits.
|
|
|- valign="top"
| {{Mono|-c<cmd>}}
| Launch Launches database commands before the server itself is started; . The flag should be placed last, as all remaining text is characters are interpreted as command inputcommands. Several commands can be separated by semicolons.|
|
| {{Mono|-c"open database;info"}}
|- valign="top"
| {{Mono|-d}}
| Turn Turns on the debuggingmode. Debugging information is output to ''standard error''.| [[Options#DEBUG|DEBUG]]
|
|
|- valign="top"
| {{Mono|-e<num>}}
| Specify Specifies the port on which the server will send events to clients.| [[Options#EVENTPORT|EVENTPORT]]
| {{Mono|1985}}
| {{Mono|-e9998}}
|- valign="top"
| {{Mono|-i}}
| Interactively enter commands on Starts the interactive consolemode, which can be used to enter database commands. This mode is similar to the default standalone and client mode.|
|
|
|- valign="top"
| {{Mono|-p<num>}}
| Specify Specifies the port on which the server will be addressable.| [[Options#PORT|PORT]]
| {{Mono|1984}}
| {{Mono|-p9999}}
|- valign="top"
| {{Mono|-z}}
| Do Does not generate any [[Logging|log files]].
|
|