The dmssrv.exe server executable supports the following command-line parameters:
| Parameter | Value | Description |
|---|---|---|
-?, --help | Displays the list of supported parameters with short description. | |
--nologo | Do not display the logo message. | |
-config, --config | path | Full path to the JSON config file. If omitted, config.json from the server startup folder is used. |
| Logging | ||
--log-path | path | Write server log to the specified file. |
--log-level | LOGGING-LEVEL | Set logging level to one of the following:
|
--no-screen-log | Do not display a copy of log to the console. | |
| Service operations | ||
-install-service, --install-service | Install server as Windows Service. | |
-uninstall-service, --uninstall-service | Uninstall service. | |