Skip to content

Proxy Setup

JumpWatch edited this page Apr 23, 2026 · 1 revision

Proxy Setup

Install ServerFabricProxy.jar into the proxy plugins/ folder.

Example config

token: "CHANGE_ME_TOKEN"
pollIntervalSeconds: 5

hosts:
  - id: "local"
    baseUrl: "http://127.0.0.1:8085"
    connectHost: "127.0.0.1"

What the proxy does

On startup, the proxy will:

  • query configured hosts
  • discover running instances
  • register instances into the proxy
  • build host mappings
  • keep polling for changes

Notes

  • token must match the host
  • connectHost is what players/proxy use to connect to that host's instances

Clone this wiki locally