QBCore Support & FAQ
Search the documentation and existing GitHub discussions before opening a new ticket. Most common configuration and scripting issues already have step-by-step fixes recorded by the community.
Community Support Channels
GitHub Discussions
Join real-time conversations with other developers, share progress, and request advice in the official QBCore DiscussionsΒ board.
GitHub Issues
Report bugs or propose new features in the QBCore Issues trackerΒ . Provide detailed steps to reproduce problems so the team can triage them quickly.
Community Directory
Need more places to connect? Visit the community hub for Discord, forums, and partner resources that can assist with specialist questions.
Self-Service Documentation
- Docs Home β Start here for the full documentation tree.
- Overview & Glossary β Key concepts and terminology.
- Getting Started Hub β Quickstart, platform setup, and first run.
- Core Concepts β Framework internals, jobs, and data flow.
- Advanced Topics β Custom resources, security, and production hardening.
- Performance β Server optimisation, resmon basics, and profiling.
- Troubleshooting β Common fixes, connection issues, and diagnostics.
- Development β Tooling, best practices, and contribution guidance.
- Migration β ESX to QBCore and upgrade tooling.
- Guides & Tutorials β Practical walkthroughs for day-to-day tasks.
- Resource Docs β Official qb-* scripts and APIs.
- Security β Safe event handling and hardening guides.
Featured Resources & Tools
- HUD & Inventory Hub β Inventory options, HUDs, and configs.
- Resource Index β Discover curated resources and integrations.
- Tools Hub β Event Debugger, Config Validator, Server IP Finder, and more.
- Download QBCore β Get the framework with installation notes.
- Tutorials Hub β Beginner, intermediate, advanced, and video tracks.
- News & Updates β Latest announcements and curated mod site list.
- Hardware Guide β Server sizing, performance tuning, and testing.
- QBCore Scripts β Spotlight on community script collections.
Documentation deep-dives
- Glossary β Definitions for common QBCore terms.
- Custom Resources β Build and ship your own qb-* packages.
- Jobs Reference β Structure, grades, and event flow for jobs.
- Database Core Schema β Tables, indexes, and migration tips.
- Troubleshooting: Connection Issues β Network and timeout fixes.
- Linux Install β End-to-end install for Linux servers.
- Clear Cache, Create Job, Set Job
- Create Money as Item, Item Use Effect
Resource quicklinks
- qb-ambulancejob, qb-casino, qb-clothing
- qb-diving, qb-drugs, qb-fishing
- qb-houses, qb-hunting, qb-racing
- qb-taxi, qb-trucking, qb-vehicleshop
- qb-weapons, Core Schema
- HUD Guide, Inventory Overview, NoPixel HUD
- Inventory: lj-inventory, Inventory: qb-inventory-v2
Tools quicklinks
- Server IP Finder
- Automated Backup Manager, Resource Health Monitor
- Code Generator, Character Builder
- Economy Calculator, Update Rollout Planner
- Vehicle Customizer, KRS Notepad
- Notify Scripts, GPS Tracker
- Origen Police, QBCore Inventory
Tutorials & News
Professional Support Services
Need dedicated help for production deployments? Our contributors offer:
- Server Setup β Turn-key installation and configuration tailored to your infrastructure.
- Custom Development β Bespoke scripts, integrations, and feature builds aligned with your roleplay vision.
- Performance Optimisation β Deep profiling, refactoring, and scaling strategies for busy servers.
- Team Training β Workshops for staff so they can maintain and extend QBCore with confidence.
Reporting Issues Effectively
- Search existing GitHub IssuesΒ and discussions to avoid duplicates.
- Collect reproduction steps, error logs, screenshots, and resource names that prove the behaviour.
- Open a new issue with a descriptive title, environment information, and what you expected to happen.
- Follow up with test results or additional context so maintainers know when the fix is confirmed.
Frequently Asked Questions
How do I grant myself admin access on QBCore?
Add your identifiers to the qbcore.admingroup section of server.cfg and restart the framework. The admin tutorial walks through permission setup in detail.
What is the best way to install new QBCore scripts?
Place the resource in your resources directory, install any dependencies, and start it inside server.cfg. The scripting guide covers structure, testing, and deployment tips.
How can I improve my QBCore server performance?
Profile resource usage, monitor server tick rate, and optimise database interactions with the dedicated QBCore performance checklist.
Where should I report bugs or request new features?
Search existing GitHub issues first and include reproduction steps, relevant logs, and affected resources when filing a new report.
Is there guidance for migrating from ESX to QBCore?
Use the migration checklist to map ESX features to QBCore equivalents, plan database updates, and stage the rollout with confidence.