-
Notifications
You must be signed in to change notification settings - Fork 0
Host Setup
JumpWatch edited this page Apr 23, 2026
·
2 revisions
java -jar ServerFabricHost.jarYou can also specify a custom config path:
java -jar ServerFabricHost.jar --config path/to/config.propertiesbindHost=127.0.0.1
bindPort=8085
hostId=local
token=CHANGE_ME_TOKEN
rootPath=dyn/
portMin=25570
portMax=25650
javaCmd=java
jvmArgs=-Xms512M,-Xmx1024MServerFabric-Host stores data under:
rootPath/templates/
rootPath/instances/
rootPath/build-cache/
rootPath/tools-cache/
-
tokenmust match the proxy configuration -
javaCmdis used for runtime server launch - build-time Java is managed separately through the internal JDK cache