Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Get the JAR (via our dashboard)

Set the jar in a appropriate folder and run it:

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

Last updated