Settings
Configure Simuzo features, statistics, and system options.
Accessing Settings
Navigate to Settings in the Admin Panel sidebar.
General Settings
Admin Contact
| Field | Description |
| Admin Email | Primary administrator email address |
Multiple emails can be separated by commas.
Maintenance Mode
| Field | Description |
| Enable Maintenance | Show maintenance page to users |
| Subject | Maintenance page title |
| Message | Maintenance page content |
Backup Settings
| Field | Description |
| Backup Retention | Days to keep deleted user backups (minimum 1) |
| Disable Sysbackup Restore | Prevent system backup restoration |
| Backup Data Path | Custom path for backup storage |
Email Notifications
| Field | Description |
| Disable Failure Mail | Suppress failure notification emails |
| Disable Success Mail | Suppress success notification emails |
| Max Background Processes | Maximum concurrent background tasks |
Simuzo Features
SimuzoFS (Filesystem Isolation)
| Setting | Values | Description |
| Enable SimuzoFS | 0, 1 | Enable/disable filesystem isolation |
When enabled, users are isolated in their own jail environments.
SimuzoFS Installation
Enabling SimuzoFS triggers a background installation task. Monitor progress in the Tasks section.
Podman Manager
| Setting | Values | Description |
| Disable Podman | 0, 1 | Enable/disable container management (1 = disabled) |
When disabled, end users cannot deploy or manage containers.
MySQL Governor
| Setting | Values | Description |
| Enable MySQL Governor | 0, 1 | Enable/disable database resource monitoring |
Statistics Settings
Collection Interval
| Field | Default | Range | Description |
| Interval | 1 minute | 1-60 minutes | How often stats are collected |
Shorter intervals provide more detailed data but use more storage.
Retention Period
| Field | Default | Range | Description |
| Days | 7 days | 7-365 days | How long historical data is kept |
Audit Trail Settings
Enable Audit
| Field | Values | Description |
| Enable Audit Trail | 0, 1 | Enable/disable security event logging |
Audit Retention
| Field | Default | Range | Description |
| Days | 7 days | 7-365 days | How long audit logs are retained |
Debug Settings
Debug Level
| Level | Description |
| 0 | No debug output (production) |
| 1 | Basic debug information |
| 2 | Detailed debug information |
| 3 | Verbose debug output |
Production Warning
Debug mode should be disabled in production environments. It generates significant log output and may impact performance.
Saving Settings
When you save settings:
- Click Save Changes
- Some changes trigger background tasks
- Monitor task progress in the Tasks section
Feature Toggle Tasks
Enabling/disabling features creates background tasks:
- SimuzoFS — Triggers fs install/uninstall
- MySQL Governor — Triggers governor enable/disable
- Podman — Triggers podman enable/disable
- Audit — Triggers audit service install/stop
Related Topics