Advanced Bug Report System | Modern UI | Discord Logs | Admin Panel

FxBugsNrepo - Advanced Bug Reporting System

FxBugsNrepo is a modern, secure, and feature-rich bug reporting and suggestion system designed for FiveM servers. It features a sleek glassmorphism UI, automatic framework detection (ESX, QBCore, Standalone), and a powerful admin panel to manage reports directly in-game.

Unlike simple report scripts, FxBugsNrepo automatically detects running resources, allows admins to rename them for friendly display, and includes detailed Discord logs with teleport coordinates.

:sparkles: Key Features

  • :zap: Multi-Framework Support: Auto-detects QBCore, ESX, or runs in Standalone mode.
  • :art: Modern UI: Beautiful dark-themed interface with glassmorphism effects and smooth animations.
  • :shield: Admin Panel:
    • View all reports with filtering options.
    • Update status (Pending, In Progress, Resolved, Rejected).
    • Reply to players: Players receive admin replies in their personal inbox.
    • Teleport: One-click teleport to the location where the report was submitted.
    • Player Info: View submitter’s Job, Ping, Discord, and Citizen ID.
  • :open_file_folder: Smart Resource Management:
    • Auto-populates the “Affected Script” dropdown with currently running resources.
    • Ignored List: Configurable list to hide system scripts (e.g., _cfx_internal, yarn) or prefixes (e.g., ox_).
    • Rename Feature: Admins can rename script names (e.g., esx_policejob → “Police Job”) directly via the UI for a cleaner user experience.
  • :incoming_envelope: Player Inbox: Players can track the status of their reports and see admin responses history.
  • :memo: Report Types: Supports Bug Reports, Suggestions, and Removal Requests.
  • :lock: Security & Optimization:
    • Spam protection with configurable cooldowns.
    • Server-side validation and XSS prevention.
    • Low resource usage (Optimized idle threads).
  • DISCORD LOGS: Beautiful embeds with player details, location commands, and descriptions.

Screenshots



:inbox_tray: Download

Tebex: [https://quickfx.tebex.io/category/3012729]

:gear: Configuration


The script is highly configurable via `config.lua`:

`LuaConfig = {}

-- Command to open the UI
Config.OpenCommand = 'report'

-- Spam Protection (Seconds)
Config.ReportCooldown = 60

-- Admin Permissions (ACE)
Config.AdminPermissions = {
    'group.admin',
    'command'
}

-- Hide specific resources from the dropdown
Config.IgnoredResources = {
    ['_cfx_internal'] = true,
    ['oxmysql'] = true,
    -- Add more here
}`

:tv: Check out our other scripts

Here are some of our other high-quality resources:

:clipboard: Script Information

Feature Details
Code is accessible Config & Editable files
Subscription-based No
Lines (approximately) ~1700
Requirements oxmysql & ox_target or qb-target
Support Yes
1 Like