# Manual Installation with JAR(Linux, Windows,...)

## Get the JAR (via our dashboard)

Set the jar in a appropriate folder and run it:

```bash
java -Xms128M -Xmx512M -XX:+UseG1GC -XX:MinHeapFreeRatio=15 -XX:MaxHeapFreeRatio=30 -jar dreamnetwork.jar
```

{% hint style="danger" %}
If you use Java 9 or higher: please add those arguments before the -jar arument:

<mark style="color:orange;">**`--add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/jdk.internal.ref=ALL-UNNAMED`**</mark>

Exemple : <mark style="color:blue;">`java -Xms128M -Xmx512M --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/jdk.internal.ref=ALL-UNNAMED -jar dreamnetwork.jar`</mark>

It helps to prevent for carbage collections.
{% endhint %}


---

# 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://altata01.gitbook.io/dreamnetwork-docs/installations/manual-installation-with-jar-linux-windows-....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.
