Skip to main content
The admin panel gives SysOps and Director-level staff access to system-wide configuration, monitoring, and security tools.

Environment configuration

Edit your .env settings directly from the admin panel without SSH access:
  • View and update all environment variables
  • Secret masking — sensitive values (API keys, passwords) are masked by default
  • Changes take effect immediately without a container restart
Changes to environment variables affect the entire platform. Incorrect values can break integrations or lock out users. Always verify changes in a staging environment first.

Cron job management

View and manage all scheduled background tasks from a single interface:
FeatureDescription
Job listSee all registered cron jobs with their schedule and last-run time
Run historyView execution logs for each cron job
Manual triggerRun any cron job on demand
Enable/disableToggle individual cron jobs without editing configuration files
Schedule editorAdjust cron timing from the UI

API health monitoring

The API health dashboard tracks the performance and availability of every API endpoint:
  • Response times — average, P95, and P99 latency per endpoint
  • Error rates — percentage of 4xx and 5xx responses
  • History — time-series charts showing performance trends
  • Alerts — configurable thresholds for response time and error rate
Performance headers are included on every API response:
  • X-Response-Time-ms — total request processing time
  • X-DB-Query-Time-ms — database query time

Activity log

A searchable, filterable log of all user and system activity:
FieldDescription
UserWho performed the action
ActionWhat was done (create, update, delete, login, etc.)
TargetThe record affected (job, user, invoice, etc.)
TimestampWhen it happened
IP addressWhere the request originated

Email log

Track every outbound email sent by the platform:
  • View delivery status (sent, delivered, bounced, failed)
  • Filter by recipient, template, or date range
  • Click through to the linked job or user record

Additional admin tools

ToolPurpose
System statusOverview of service health and uptime
File integrity checkerCompare local files against the source repository to detect tampering
Video processing queueMonitor background video transcoding jobs
Test data generatorSeed sample jobs, users, and invoices for development and testing
Page permission managerConfigure which pages each role and account type can access
Branch managementCreate and configure branches with SLA rules
Job tagsDefine and manage job categorisation tags
Document templatesUpload and manage document type definitions