Getting Started
Mod Installation
How to install the RanklyStats mod on your DayZ server via Steam Workshop or manual PBO deployment.
Option A — Steam Workshop (Recommended)
Subscribe on Steam Workshop
Open the RanklyStats Workshop page (ID 3683623007) and click Subscribe. If you manage your server via SteamCMD, use:
steamcmd +login anonymous +workshop_download_item 221100 3683623007 +quitCopy to Server Directory
After downloading, copy the @RanklyStats folder to your DayZ server root directory (where DayZServer_x64.exe lives). The folder structure should look like:
DayZServer/
├── @RanklyStats/
│ └── addons/
│ └── RanklyStats.pbo
├── DayZServer_x64.exe
└── ...Add Launch Parameter
Add the -servermod parameter to your server launch command:
DayZServer_x64.exe -config=serverDZ.cfg -profiles=config -servermod=@RanklyStatsIf you already run other server-side mods, separate them with semicolons: -servermod=@RanklyStats;@OtherMod
Option B — Manual PBO Install
If you cannot use the Steam Workshop (e.g., Linux dedicated servers without Steam integration), you can install the PBO file manually:
- 1.Download
RanklyStats.pbofrom the Workshop page or obtain it from another machine that has subscribed. - 2.Create the directory
@RanklyStats/addons/in your server root. - 3.Place
RanklyStats.pboinside theaddonsfolder. - 4.Add
-servermod=@RanklyStatsto your launch parameters as shown above.
Profiles Directory
The profiles directory is where your server stores logs (RPT files) and where Rankly reads its configuration. It is set by the -profiles= launch parameter.
-profiles=config → config files go in the config\ folder-profiles flag → defaults to the server root directoryRanklyConfig.json must be placed in this directoryMod Conflicts & Load Order
RanklyStats is a server-side only mod. Players do not need to download anything. Important notes on compatibility:
-servermod (not -mod). The -mod flag forces clients to download the mod, which is not needed.Next: Configuration · Verify Setup