Restricted Server Settings
Configure restricted access in the Control Panel Config tab (orr5rdev_config.json). Playlist-based settings are deprecated and ignored.
If cc_administration is enabled in
playlists_r5_patch.txt, using command cc restricted [1/0/true/false] can enable and disable restricted status in realtimePrivate Settings (Config Tab)
| Key | Type | Description |
|---|---|---|
RESTRICTED_SERVER | Bool | Enable restricted/private server mode. |
RESTRICTED_WHITELIST_ONLY | Bool | Only allow whitelisted players to join. |
RESTRICTED_PLAYER_WHITELIST | String | Comma-separated player OIDs allowed to join. |
RESTRICTED_JOIN_MESSAGE | String | Message shown when a player meets requirements. |
RESTRICTED_WHITELIST_MESSAGE | String | Message shown to whitelisted players. |
RESTRICTED_ADMIN_MESSAGE | String | Message shown to admins when joining. |
RESTRICTED_GAMESPLAYED | Int | Minimum games played (requires USE_GLOBAL_STATS). |
RESTRICTED_PLAYTIME | Int | Minimum playtime in seconds (requires USE_GLOBAL_STATS). |
RESTRICTED_RANK | Int | Minimum rank/score (requires USE_GLOBAL_STATS). |
RESTRICTED_KILLS | Int | Minimum kills (requires USE_GLOBAL_STATS). |
RESTRICTED_KD | Float | Minimum K/D ratio (requires USE_GLOBAL_STATS). |
RESTRICTED_KICK_LOG | Bool | Log kicks for restricted checks. |
How to Configure
- Open the Control Panel Config tab.
- Set the Private section fields above, then download/apply the updated
r5rdev_config.json. - Ensure
USE_GLOBAL_STATSis enabled if you rely on stat gates.
