Every resource folder running on the busiest RedM servers, and which server runs what. Search a script name to see how widely it is used, or open a server to read its whole stack.
What they run on
Detected by resource prefix. A server can show more than one.
Loading the index…
click a server to see its full stack
How this was gathered
- The Cfx.re master list at
frontend.cfx-services.net/api/servers/streamRedir/was pulled in full and decoded from its length-prefixed protobuf frames, then filtered tovars.gamename == "rdr3". - The master list strips the resource array, so the top servers by player count were
fetched one at a time from
/api/servers/single/<joinId>, which returns the full record. That endpoint rate-limits hard; the run backs off and retries. - Player counts are what each server reports. Padding is possible and known to happen, so read the ranking as "who advertises the most players", not verified concurrency.
- Escrowed and paid resources still appear here by folder name only. The name is all that is public; no code, no configuration, and no owner or account name appears anywhere.
- This is a snapshot, not a live feed - see the date at the top of the page.