Download Folia Server JAR

PaperMC's regionized multithreading fork — one server, many CPU cores.

Folia icon
Folia
PerformanceOfficial Source
An experimental fork of Paper from the PaperMC team that uses regionized multithreading to split the world into independent regions, allowing servers to scale across many CPU cores.
MultithreadedRegionizedExperimental

Folia is PaperMC's official multithreading fork: the world is split into regions that tick in parallel across CPU cores, letting one server handle player counts that normally need a whole network. Note that plugins must be explicitly built for Folia — standard Bukkit plugins won't load.

Quick setup

  1. Download the Folia JAR into an empty folder.
  2. Install Java 21+.
  3. Run the command below — give it as many cores as you can.
  4. Set eula=true in eula.txt, then start again.
  5. Only install plugins that declare Folia support.
java -Xms8G -Xmx8G -jar folia.jar nogui

Automate with the free API

Always get the newest build in scripts, Docker images, or panels — see the API docs:

https://mcjarfiles.com/api/get-latest-jar/servers/folia

Folia FAQ

Related downloads