What is a FiveM license system?
A FiveM license system connects three layers: your merchant store where products and keys are defined,
a platform verification API that validates requests at runtime, and the server script
(for example fivem_serverBoot.lua) that decides whether a resource may start.
Without this separation, keys leak, resellers copy files, and you cannot enforce subscription state on live servers.
Rukhsa is built as a multi-tenant FiveM store platform: each merchant operates in an isolated scope with their own products, customers, Discord integration, and license records — while the platform handles verification, rate limits, and shared infrastructure.
FiveM store platform & developer marketplace
A FiveM marketplace is more than a Discord channel with prices. Buyers expect verified sellers, product pages, ratings, and a clear path from purchase to delivery. Our public verified stores directory surfaces active merchants, while each store can run a branded web storefront and Discord-native sales flows.
- FiveM Store Platform — merchant dashboard, products, customers, orders, and license issuance.
- FiveM Developer Marketplace — discover trusted studios, compare activity, and buy with confidence.
- Discord Store Integration — product roles, announcements, and tickets tied to real subscriptions.
Server-side license verification
FiveM server license verification typically sends the store tenant id, API token, and license key to the platform. The response determines whether the resource boots. IP binding, expiry, and suspension are enforced centrally — not in client-side files that players can read.
Read the technical walkthrough in our license verification API documentation and the blog article FiveM license system complete guide.
Who this platform is for
- FiveM script developers selling paid resources with recurring or one-time licenses.
- Studios running multiple products and needing Discord automation plus web storefronts.
- Communities that want a digital license platform without building billing, verification, and admin tools from scratch.