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)

01

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 +quit
02

Copy 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
└── ...
03

Add Launch Parameter

Add the -servermod parameter to your server launch command:

DayZServer_x64.exe -config=serverDZ.cfg -profiles=config -servermod=@RanklyStats

If 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. 1.Download RanklyStats.pbo from the Workshop page or obtain it from another machine that has subscribed.
  2. 2.Create the directory @RanklyStats/addons/ in your server root.
  3. 3.Place RanklyStats.pbo inside the addons folder.
  4. 4.Add -servermod=@RanklyStats to 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
·No -profiles flag → defaults to the server root directory
·Your RanklyConfig.json must be placed in this directory

Mod Conflicts & Load Order

RanklyStats is a server-side only mod. Players do not need to download anything. Important notes on compatibility:

·Use -servermod (not -mod). The -mod flag forces clients to download the mod, which is not needed.
·Load order does not matter for RanklyStats. It is compatible with all major DayZ mods including DayZ Expansion, CF, and trader mods.
·If you experience issues with another mod overriding the same DayZ classes, please contact support so we can investigate compatibility.