RP plates for any format — bulk generate and export
Generate realistic license plates for your FiveM RP server. Pick a format, set the quantity, and hit generate. Great for pre-populating vehicle databases, testing your garage script, or just getting plates that look right for your server's setting.
26XSJ572
Format preview
San Andreas
In most FiveM frameworks, you set a vehicle's plate with SetVehicleNumberPlateText(vehicle, "PLATE").
FiveM plates are limited to 8 characters. The San Andreas format matches this exactly. If you use longer formats like UK or Germany, they'll be truncated — keep that in mind.
For QB-Core, plates are stored in the vehicle metadata. For ESX, they're in the owned_vehicles table. Either way, the plate string is what you need.
What format does FiveM use for plates?
FiveM uses GTA V's native plate system, which supports up to 8 characters. The default San Andreas format (like "26XSJ572") fits perfectly. You can use any alphanumeric string up to 8 chars.
How do I use custom plates in FiveM?
Use SetVehicleNumberPlateText(vehicle, "YOURPLATE") in Lua. Most garage scripts let you set the plate in their config or database. Just paste the generated plate string wherever the script expects it.
Need a garage script that handles plates properly?
Premium FiveM scripts — instant download, lifetime updates.