Skip to content
JumpWatch edited this page Apr 23, 2026 · 2 revisions

ServerFabric Wiki

Welcome to the ServerFabric documentation.

ServerFabric is a SubServers-inspired orchestration system for BungeeCord-style networks.

It is split into four parts:

  • ServerFabric-Host — standalone Java app that manages instances on a machine
  • ServerFabric-Proxy — proxy plugin that routes actions and exposes the public API
  • ServerFabric-Client — Paper/Spigot/Purpur plugin with the in-game GUI
  • SFabricAPI — public API for developers

Start here

What ServerFabric currently focuses on

  • reliable host behavior
  • version-aware templates
  • cached build output
  • instance stats
  • multi-host routing
  • in-game management
  • plugin developer integrations through SFabricAPI

Clone this wiki locally