FiveM Guide

How to Add a Fishing Job to Your QBCore FiveM Server

August 2026 · 5 min read · Stellar AI

A fishing job is one of the most popular civilian activities on FiveM. This guide covers setting up a complete QBCore fishing system with different spots, fish types and selling.

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 →