Easily self-host your own FNLB cluster using this minimal setup. FNLB is a powerful and scalable system for managing Fortnite bots at scale.
Clone the Repository
Install Dependencies
Configure Environment Variables
.env.example
file to .env
:.env
file with your actual values:Variable | Description | Default |
---|---|---|
API_TOKEN | Your personal FNLB API token | Required |
CATEGORIES | Comma-separated list of bot category IDs | Required |
NUMBER_OF_SHARDS | Number of individual shards (instances) to spawn | 2 |
BOTS_PER_SHARD | Maximum number of bots assigned to each shard | 32 |
RESTART_INTERVAL | Cluster restart interval in seconds (for stability/maintenance) | 3600 |
CLUSTER_NAME | The name of the cluster that will appear in the app | Self Hosted Cluster |
Pull the latest changes from the Git repository
Update dependencies
Restart the cluster to apply changes