# Startup Parameters

Server startup parameters are set in the **server.ini** file in the root folder of the server. For the new values of parameters to take effect, you must restart the server service/process/daemon. The following is a description of the available parameters:

* **ServerUid:** specifies the global identifier of the server, which is generated after the first startup. Intended for internal use.
* **Port:** specifies the number of the port, on which the server is running.
* **DetailLog:** indicates that a detailed event log of the server must be generated ("True" or "False"). You can only read the detailed log in the logs folder.
* **SafeMode**: specifies whether the server should be run in safe mode. Takes True or False as values. When the server is launched in safe mode, the OPC UA modules, scripts, devices and stores do not perform the execution time actions.
* **MinWorkerThreads**: specifies the minimum number of worker threads in the thread pool. Affects server performance. Accepts values from -1 to 2147483646.
* **EnableRemoteConnection:** enable remote server management ("Yes" or "No").

{% hint style="warning" %}
Remote server management is enabled by default
{% endhint %}

* **EnableCompression:** enable compression of HTTP responses ("Yes" or "No").
* **ReissueServerCert:** indicates that the server security certificate must be re-issued ("True" or "False"). After the server is restarted, parameter sets to "False".
* **ServerCulture:** specifies the culture from which the server is running. The parameter affects how the server logs events and parse the time, date and floating-point numbers during conversion from string format.
* **BacklogPath**: specifies the directory where store backlog files are saved. You can learn more about backlog [<mark style="color:blue;">here</mark>](/time-series-and-stores/stores/backlog.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monokot.io/basics/startup-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
