Guides

Everything we know about FiveM,
written down.

Minimaps are what we build, but running a FiveM server is the rest of the job — so these cover both. No fluff and no filler: they are the answers we give server owners in Discord, written down.

  • 12guides
  • 120 mintotal reading
  • 5topics
  • QBCore · ESXframework agnostic
6 guides

Minimaps

Installing, branding and understanding the GTA V minimap on a FiveM server.

Orange EMBER FiveM minimap showing Los Santos street detail without postal codes
beginnerminimapinstallation8 min read

Install a custom FiveM minimap in under five minutes

Step-by-step guide to installing a custom GTA V minimap retexture on a FiveM server: where the resource goes, what to put in server.cfg, how to clear the client cache, how to remove a conflicting map, and how to verify the map actually loaded.

Copy the resource folder into resources/, add one ensure line to server.cfg, stop any other minimap resource, then clear the FiveM client cache and reconnect.

Blue COBALT FiveM minimap with the postal grid baked into the texture
beginnerpostal codesminimap9 min read

Postal codes on a FiveM server: baked into the map, or drawn by a script?

How FiveM postal codes actually work, the difference between a postal grid baked into the minimap texture and one drawn by a resource, which one to run, and how to avoid ending up with two sets of numbers on screen.

Either the numbers are part of the minimap image, or a resource draws the nearest one on the HUD. Pick one. Baked costs nothing and cannot desync; a script can show one big number and can be renumbered without a re-render.

Topo day FiveM minimap showing the whole San Andreas island with elevation banding
advancedminimapspecification10 min read

The technical specification of a FiveM minimap

Exact dimensions, file formats, texture layout, VRAM cost and radar zoom data for a GTA V minimap replacement — what the game expects, and what a correct replacement has to provide.

The map is 6144 × 9216 across a 2 × 3 grid of land textures and a matching sea layer, DXT5 compressed, plus a LOD texture and 65 .ydd geometry files. Radar zoom levels must be set in a client script or the art will not line up.

Purple VIOLET FiveM minimap in Google style, showing Los Santos street detail
beginnerbrandinglogo8 min read

Brand the minimap with your own logo and text

How to add a server name, a logo or a Discord tag to a FiveM minimap so it looks deliberate rather than pasted on: placement, size, contrast, what reads at radar scale and what does not.

Put branding in the ocean, not over the city. Keep it under about 8% of the map width, match the palette rather than fighting it, and check it at radar scale before committing.

Red CRIMSON FiveM minimap showing the west coast with a glowing coastline
beginnerredzonecombat7 min read

What makes a good minimap for a redzone server

Combat and redzone servers read the map differently from roleplay servers: at speed, under pressure, and for boundaries rather than addresses. Which palettes work, which do not, and why.

Combat servers need high contrast, a clearly separated freeway tier and an obvious coastline. Dark ground with one bright road colour beats a detailed, low-contrast map every time.

Topo night FiveM minimap showing the whole San Andreas island
beginnergta 6planning6 min read

GTA 6 and FiveM: what happens to your minimap

A level-headed look at what a new Grand Theft Auto means for FiveM servers and for map assets: what carries over, what does not, what is worth buying now, and what is worth waiting for.

GTA V servers will run for years after GTA 6 ships. A minimap is a $8 asset for a server that is live now — the question is not whether it will still be useful in five years.

2 guides

Server setup

server.cfg, artifacts, txAdmin, hosting and the things that break on day one.

1 guide

Streaming assets

Vehicles, MLOs, clothing, textures — how streaming actually works and why it fails.

1 guide

Performance

Finding the resource that is eating your frames, and OneSync at scale.

2 guides

Development

Manifests, frameworks, databases, security and debugging crashes.