Strata unifies the Minecraft ecosystem. A simple RPM package bringing PaperMC stability and Geyser connectivity. Play on PC, PS5, Android, and iOS in the same world.
Designed for system administrators who want to run a game server with the same discipline as a production server.
Thanks to pre-configured Geyser and Floodgate, PS5, Xbox, and Mobile players join the same server as Java PC players.
Forget loose zips and manual scripts. Install, update, and remove the server using your Linux native package manager.
Based on PaperMC for maximum performance, with optimized Aikar Flags already included in the systemd service.
Compatible with Fedora, RHEL, AlmaLinux, and Rocky Linux.
# 1. Add rda.run repository config
sudo dnf localinstall -y https://rpm.rda.run/repo.rpm
# 2. Install the package
sudo dnf install strata
# 3. Start the service
sudo systemctl enable --now minecraft
# 4. Check status
sudo systemctl status minecraft