Skip to content

Host Setup

JumpWatch edited this page Apr 23, 2026 · 2 revisions

Host Setup

Running the host

java -jar ServerFabricHost.jar

You can also specify a custom config path:

java -jar ServerFabricHost.jar --config path/to/config.properties

Example config

bindHost=127.0.0.1
bindPort=8085
hostId=local

token=CHANGE_ME_TOKEN

rootPath=dyn/

portMin=25570
portMax=25650

javaCmd=java
jvmArgs=-Xms512M,-Xmx1024M

Folder structure

ServerFabric-Host stores data under:

rootPath/templates/
rootPath/instances/
rootPath/build-cache/
rootPath/tools-cache/

Notes

  • token must match the proxy configuration
  • javaCmd is used for runtime server launch
  • build-time Java is managed separately through the internal JDK cache

Clone this wiki locally