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
- Installation Guides – Prepare your environment, database, and dependencies for a stable FiveM server.
- Core Documentation – Understand how the framework is structured and how each module interacts.
- Resource Documentation – Explore official scripts, HUDs, and inventory systems maintained by the team.
- Guides & Tutorials – Follow practical walkthroughs that solve common development challenges.
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.