z-dev Logoz-devv4.2
FeaturesDemoPricingDocsStatus
Introduction
What is Z-UCP?The SaaS ConceptGetting StartedFeature Overview
Concepts
Architecture & ConceptsTier System
Player Hub
Player GuideZ-Property & Housing System
Admin Control
Audit Logs & SecurityAdmin OverviewPermissions in DetailRoles & Permissions (RBAC)CMS & Whitelabeling
Modules & Integrations
CMS Block ReferenceDatabase Best PracticesDiscord BotStatus PageGlobal BansDatabase Module
Technical & Security
Bridge TroubleshootingFiveM Bridge SetupPrivacy & GDPRAPI Reference
z-dev Logoz-dev

Das Management Panel fuer FiveM RP Server. Professionell, zuverlaessig, DSGVO-konform.

Produkt
  • Features
  • Discord Bot
  • Preise
  • Changelog
  • Roadmap
  • Status
Ressourcen
  • Dokumentation
  • Setup Guide
Projekt
  • Ueber
  • Kontakt
Rechtliches
  • Datenschutz
  • Impressum
  • AGB
  • Cookie Policy
© 2026 z-dev.appStatusv4.2.0

Permissions in Detail

A complete list of all available permissions and how to use them.

Permissions in Detail

Z-UCP uses a fine-grained permission system. Every administrative action is protected by a specific permission.

Permission Syntax

Permissions are usually structured hierarchically: module.action or module.submodule.action.

Available Permissions

Here are the most important permissions, divided by modules:

1. Player Management (player.*)

  • player.view: Allows searching and viewing player profiles.
  • player.ban: Allows banning players.
  • player.kick: Allows kicking players via the bridge.
  • player.note.create: Allows creating administrative notes on players.
  • player.report.manage: Allows managing player reports.

2. CMS & Content (cms.*)

  • cms.pages.view: Access to the CMS page overview.
  • cms.pages.edit: Allows editing content on the landing page.
  • cms.navigation.manage: Allows changing header and footer menus.
  • cms.media.upload: Allows uploading media (logos, images).

3. Database Module (database.*)

  • database.read: Allows access to the database browser.
  • database.write: Allows changing rows and values.
  • database.console: Allows access to the SQL console.
  • database.backup.create: Allows manual creation of backups.

4. System & Billing (system.*)

  • system.settings.view: Access to project settings.
  • system.settings.edit: Allows changing project name, domain, and whitelabeling.
  • system.billing.view: Access to the billing overview and tier management.

Every action protected by a permission is linked to the performing user in the Audit Log. There are no "anonymous" administrative actions.

PreviousAdmin OverviewNext Roles & Permissions (RBAC)