Database Module
The Database Module is an integrated tool that allows you to access and make changes to your FiveM database directly in the browser.
Integrated DB Editor
No need to use phpMyAdmin or HeidiSQL. Our editor offers:
- Table Browser: All tables in your database are clearly listed.
- Row Editor: Change values in a cell with a double click.
- Filters & Search: Search by IDs, names, or other fields.
SQL Console (Safeguard)
For advanced users, we provide an SQL console. To avoid errors, it is equipped with a security mechanism:
- Read-Only Mode: Only SELECT queries are allowed by default.
- Write Mode: Must be explicitly activated. Every writing query is logged.
- Preview: For complex queries, you can see a preview of the affected rows.
Database Backups
Z-UCP automates your data backups:
- Automated Backups: We create daily backups of your database (tier-dependent).
- Manual Backup: You can create an instant backup before making large changes.
- Restore: Restore an earlier state with one click.
Restoring a backup overwrites all current data. Your server should be in maintenance mode during this process!