Introduction
What RSG Framework is and why it exists.
What is RSG Framework?
RSG Framework is a free, open source and highly optimized framework for building RedM roleplay servers. It provides the core systems every Red Dead Redemption roleplay server needs — players, characters, economy, inventory, jobs, gangs and more — while staying modular and developer friendly.
If you have used QBCore or VORP Core before, RSG will feel familiar: it follows the same resource-based philosophy, exposing a clean API through exports, events and callbacks so you can build your own resources on top of a solid foundation.
Why RSG?
- Highly optimized — low resource usage keeps your server smooth even at high player counts.
- Modular by design — every feature is a standalone resource you can enable, disable or replace.
- Developer friendly — consistent, well-documented API with exports, events and callbacks.
- 100% open source — no license keys, no paywalls, no vendor lock-in. Forever free.
- Community driven — built and maintained by an active community of server owners and developers.
Requirements
Before you begin, make sure you have:
- A RedM server running the latest recommended artifacts.
- A MySQL / MariaDB database.
- Basic knowledge of Lua and editing server configuration files.
New to RedM development?
Don't worry — the guides in this documentation walk you through everything step by step, from installation to writing your own resources.
Get involved
RSG Framework is shaped by its community. Whether you want to report a bug, request a feature, or contribute code, you are welcome.

