v1.0 Release Candidate

One Server.
Any Platform.

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.

root@server:~
# 1. Configure repository
$ sudo dnf localinstall -y https://rpm.rda.run/repo.rpm
# 2. Install Strata
$ dnf install strata
Resolving dependencies...
Installing: strata-1.0-1.x86_64
Complete!
_

Robust Architecture

Designed for system administrators who want to run a game server with the same discipline as a production server.

Native Cross-Play

Thanks to pre-configured Geyser and Floodgate, PS5, Xbox, and Mobile players join the same server as Java PC players.

RPM Packaging

Forget loose zips and manual scripts. Install, update, and remove the server using your Linux native package manager.

PaperMC Core

Based on PaperMC for maximum performance, with optimized Aikar Flags already included in the systemd service.

Installation

Compatible with Fedora, RHEL, AlmaLinux, and Rocky Linux.

Terminal
# 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
Note: The server will start on TCP port 25565 (Java) and UDP 19132 (Bedrock). Ensure these ports are allowed in your firewall.