Collections / none
Selected 0 records
Auth / Platform Users
Manage the real project login users stored in app_users: browse rows, open a user record, edit the email and role, and reset the password when needed. Database credentials and old passwords are not shown here.
Found 0 users
id
email
role
created
Monitoring / Error Tracking System
Track API requests, failures, database issues, and authentication problems for the active project with searchable rows, timestamps, and stack traces.
Default log levels: INFO 0 ERROR 0
Found 0 logs
Level
Message
Created
Monitoring / Project Health
Track project health and usage analytics grouped by table, endpoint, API key, and user for the active project.
Usage Analytics
Last 24 hours
Recent Backups
Latest recorded backup runs
System / Database Backups
Interval:
Retention: days
Manage automated and manual data backups for this project. Backups are stored securely on the server storage in SQL format.
Filename
Size
Created On
Actions
System / Project Settings & Portability
Manage project portability, full exports, and data migrations. You can download a full ZIP package of your project or import data from SQL, JSON, or CSV.
Details & Deployment

Assign a custom name and a dedicated port for standalone access.

Active only if using standalone mode. Default port is 4000.

Docker Orchestration

Manage the isolated container lifecycle for this project.

Container Status Checking...
Container: ...
Global Export

Download project data and configuration for portability or analysis.

Includes schema, data, and repository settings.

ZIP: Includes schema, data, and settings.
Excel: All collections as separate sheets.
JSON: Entire project data in a single file.
Global Import

Restore from package.

Restore a project package exported from another server. This will recreate the schema and data on this server.

Migration System

Advanced data tools.

Run direct SQL scripts or import raw data from JSON/CSV files into specific collections manually.

Notification Settings

Configure where to send automated database backup notifications.

Successful backups will be sent to this email as an attachment.

System / Quick Setup Guide
Use these commands to deploy additional isolated instances of this platform on the same machine.
Multi-Instance Deployment

Run multiple platforms by assigning unique ports to each.


            

Note: Each instance must have a unique PLATFORM_PORT and DB_PORT to avoid conflicts.

Platform Management

Execute administrative tasks inside the Docker environment.

docker compose exec api-server node src/scripts/manage-platform.js create-admin <email> <password>
docker compose exec api-server node src/scripts/bootstrap-project.js <project-name>
Processing...