|- valign="top"
| <code>-l</code>
| Starts the server in local mode, communicating with an embedded database session. This option will set the system property <code>org.basex.local</code> to <code>true</code>.
|
|
|- valign="top"
| <code>-P<pass></code>
| The user password, which will be used by the HTTP services to communicate with the BaseX Server. The password will be stored in the system property <code>org.basex.password</code>. ''Warning'': when the password is specified on command-line, it may be visible to others.
| <code>admin</code>
| <code>-Uadmin -Padmin</code>
|- valign="top"
| <code>-U<name></code>
| The user name, which will be used by the HTTP services to communicate with the BaseX Server.The password will be stored in the system property <code>org.basex.user</code>
| <code>admin</code>
| <code>-Uadmin</code>