FiveM Guide

How to Add a Taxi Job to Your QBCore FiveM Server

August 2026 · 5 min read · Stellar AI

A taxi job gives players a legitimate way to earn money on your FiveM server. This guide covers setting up a complete QBCore taxi job with GPS routes, fares and job management.

Step 1 — Generate your script

Try Stellar AI:

Describe exactly what you want in plain English and Stellar writes all 4 files — fxmanifest, client.lua, server.lua and config.lua — ready to drop in.

Step 2 — Upload to your server

resources/ └── your-script/ ├── fxmanifest.lua ├── client.lua ├── server.lua └── config.lua

Step 3 — Add to server.cfg

ensure qb-core ensure your-script

Step 4 — Restart and test

Restart your server, set your job with /setjob and test everything works. Check your config.lua for any coordinates or settings you need to update for your server.

Generate this script in seconds

Describe what you want and Stellar AI writes the complete script ready to drop into your server. Free to start.

Generate my script free →