Installation
To enable tracking and advanced features on your R5Reloaded server, you need to install the Tracker plugin.- Download: Get the latest files from r5r.dev/download.
- Install: Extract and place all files into your game’s root directory.
Initial Setup
Verification is not required to run the tracker plugin. Unverified hosts still post matches publicly, but those matches are not aggregated or recorded globally.
- Verify Account (recommended): Submit a host verification request at r5r.dev/account.
- Generate Key: Once verified, log in to the Host Control Panel and navigate to the Settings tab to generate your Host API Key.
- Setup a Server: Proceed to configure at least one server in Servers tab
- Configure: Configure settings in the control panel and download the file directly from r5r.dev/cp/?tab=config.
Your API key is automatically updated in your config after generated. If you change your API key, you will have to manually place the r5rdev_config.json file into
/platform/ folder.SSL Certificates
If you are usingtracker_ws_lax_ssl set to 0 (Strict SSL), you must ensure the certificate bundle is present.
- File:
Sectigobundle.pem - Location:
platform/folder. - Download: If missing, download from r5r.dev/cp/certs/Sectigobundle.pem.
Sectigobundle.pem is already included in the correct directory hierarchy
/platform/Sectigobundle.pem within the prepackaged release found at r5r.dev/downloadScript configuration
If you downloaded the pre-compiled release from GitHub, you can skip this.
TRACKER and HAS_TRACKER_DLL are set to true in: \platform\scripts\vscripts\sh_consts.gnut.
If you downloaded the pre-compiled release from GitHub, these are already toggled for you. In the event that you want to disable tracker at a script level, you can keep HAS_TRACKER_DLL set to true,
and set TRACKER to false. This can be especially usful for users who only want to use a subset feature, such as the Host Control Panel.
