Pacotes de servidor QBCore (download)

Server packs provide pre-configured QBCore installations with essential resources, optimized settings, and tested compatibility.

Available Packs

serverpacks

Installation Steps

  1. Download and Extract
wget https://github.com/qbcore-framework/server-packs/releases/download/v2.5.0/[PACK_NAME].tar.gz
tar -xzvf [PACK_NAME].tar.gz -C /home/FXServer/server-data/
  1. Database Setup
CREATE DATABASE qbcore_server CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'qbcore'@'localhost' IDENTIFIED BY 'your_secure_password';
GRANT ALL PRIVILEGES ON qbcore_server.* TO 'qbcore'@'localhost';
FLUSH PRIVILEGES;
  1. Configure server.cfg
set mysql_connection_string "mysql://qbcore:your_secure_password@localhost/qbcore_server?charset=utf8mb4"
ensure oxmysql
ensure qb-core
ensure [qb]
ensure [standalone]
  1. Set License Key
sv_licenseKey "your_fivem_license_key"
  1. Start Server
cd /home/FXServer/server-data
bash run.sh +exec server.cfg

Post-Installation

Required Configurations

  1. Admin Permissions – Edit QBCore.Config.Server.Permissions in qb-core/config.lua
  2. Discord Webhook – Configure logging in qb-core/config.lua
  3. Locale Settings – Set QBCore.Config.Locale (default: ‘en’)

Performance Optimization

# server.cfg optimizations
set sv_projectName "Your Server Name"
set sv_projectDesc "Your Description"
sv_maxclients 48
set onesync on
set onesync_population true

Troubleshooting

Database Connection Failed

  • Verify MySQL/MariaDB service is running: systemctl status mysql
  • Check connection string format and credentials
  • Ensure database exists and user has privileges

Resources Not Starting

  • Check server console for specific error messages
  • Verify all dependencies are present in resources folder
  • Correr refresh command in server console
  • Check for version mismatches in fxmanifest.lua

High Resource Usage

  • Monitor with resmon 1 in F8 console
  • Disable unused resources in server.cfg
  • Increase set sv_threadedHitch 100 for better performance

Version Compatibility

ComponentRequired VersionVerified
FiveM Server6683+
oxmysql2.7.5
QBCore1.2.7

Observação: Server packs are tested on Ubuntu 22.04 LTS and Windows Server 2022. Other operating systems may require additional configuration.


QBCore Server Packs provide tested, production-ready configurations that eliminate common setup errors and accelerate deployment time from days to under 30 minutes.

Ganhe 20% de desconto em qualquer servidor QBCore completo
pt_BRPortuguês do Brasil
Rolar para cima