-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JumpWatch edited this page Apr 23, 2026
·
2 revisions
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
- Getting Started
- Architecture Overview
- Host Setup
- Proxy Setup
- Client Setup
- Template System
- Build System
- SFabricAPI
- Troubleshooting
- reliable host behavior
- version-aware templates
- cached build output
- instance stats
- multi-host routing
- in-game management
- plugin developer integrations through SFabricAPI