Use Coupon WELCOME to save 20%

$ USD
  • $ USD
  • € EUR
  • £ GBP
  • $ AUD
  • R$ BRL
  • CHF CHF
  • ¥ JPY

FiveM guides: find help for your next task

How To Create FiveM MLOs

How to Build and Test a FiveM MLO Interior

Build your first FiveM MLO as one small interior with a doorway, collision and correct room visibility. Keep the editable project separate from the exported resource, and test each layer before adding detailed props or lighting.

How to Run a FiveM Server Using Docker

Run FiveM in Docker with Persistent Data and Private txAdmin

A Docker deployment needs persistent server data, deliberate port exposure and a recoverable image/configuration pair. The example below uses the community-maintained spritsail image on a Linux host; its paths and environment variables are specific to that image, not universal FXServer options.

CFX Server List Ranking Guide: Settings, Listing Hygiene,…

FiveM Server List Guide: Get Listed and Improve Clicks

The FiveM server list has three separate jobs: your server must be technically listable, the entry must be understandable enough to earn the right click, and the experience must keep the players who connect. Fix them in that order. Cfx.re documents the listing requirements and configuration variables, but it does not publish a complete ranking formula . Treat anyone promising a guaranteed position as speculation.

FiveM: How to Remove the Crosshair (Players & Server …

How to Remove the Crosshair in FiveM (HideHudComponentThisFrame 14)

Fast answer: FiveM servers remove the default GTA crosshair — HUD component 14 , the reticle — by running HideHudComponentThisFrame(14) every frame in a client script. The call must run on the client, inside a loop, because HUD components render again on the next frame. Below: the copy-paste resource, an optional player toggle command, and fixes for a crosshair that keeps coming back.

QBCore Admin Commands

QBCore Admin Commands

A dependency-labelled QBCore admin command reference based on the current qb-core source, with permissions, syntax and safe testing notes.

FiveM server.cfg

Configure FiveM server.cfg and Verify Your Changes

Edit the server.cfg that your active FXServer or txAdmin profile actually loads. Keep a working copy, change only the setting you need and verify startup plus a real player connection. The configuration tool below can help draft settings; review its output against your installed resources and the official reference.

Voice on FiveM: Mumble / SaltyChat / pma-voice (Setup, Tu…

Set Up and Troubleshoot FiveM Voice: pma-voice and SaltyChat

Choose one voice system that your radio and phone resources support, then test proximity, radio and calls independently. pma-voice uses FiveM’s built-in Mumble transport; SaltyChat adds a TeamSpeak client/plugin workflow. Neither choice guarantees a particular latency or sound quality on your server.

Los Santos Airport. -Getting New Players

How to Grow a FiveM Server and Keep Players

Grow a FiveM server by making the first session work and giving players a reason to return. Promotion can bring visitors; stable gameplay, clear onboarding and consistent staff support determine whether those visitors become regular players.

How To Install Custom Cars (FiveM)

Install and Test Custom Cars on a FiveM Server

To install an add-on vehicle, place its complete FiveM resource in your server’s resources folder, start that resource and spawn the model named in vehicles.meta . Test the vehicle before adding it to a dealership or merging it with other packs.

QBOX vs QBCORE

Qbox vs QBCore: Differences, Compatibility and Migration

Choose Qbox for a new server when you want its modern, OX-integrated stack and are prepared to follow its conventions. Keep QBCore when your stable server depends on QBCore-specific resources and a migration has no clear payoff. Qbox provides a compatibility bridge for most properly written QBCore scripts, but compatibility is not universal.

QBox Logo

Qbox Framework Guide: Install, QBCore Bridge and Migration

Qbox is a FiveM roleplay framework that began as a QBCore fork and now provides its own core APIs and resources. It keeps a compatibility bridge for many properly written QBCore resources, but direct database access, internal-file access and unsupported behavior are documented exceptions. Use the official Qbox txAdmin recipe for a new installation and audit every resource before a migration.