Simuzo
Settings General settings for Simuzo features, stats, and audit options.

Accessing Settings

Navigate to Settings in the Admin Panel sidebar.

General Settings

Admin Contact

FieldDescription
Admin EmailPrimary administrator email address

Multiple emails can be separated by commas.

Maintenance Mode

FieldDescription
Enable MaintenanceShow maintenance page to users
SubjectMaintenance page title
MessageMaintenance page content

Backup Settings

FieldDescription
Backup RetentionDays to keep deleted user backups (minimum 1)
Disable Sysbackup RestorePrevent system backup restoration
Backup Data PathCustom path for backup storage

Email Notifications

FieldDescription
Disable Failure MailSuppress failure notification emails
Disable Success MailSuppress success notification emails
Max Background ProcessesMaximum concurrent background tasks

Simuzo Features

SimuzoFS (Filesystem Isolation)

SettingValuesDescription
Enable SimuzoFS0, 1Enable/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

SettingValuesDescription
Disable Podman0, 1Enable/disable container management (1 = disabled)

When disabled, end users cannot deploy or manage containers.

MySQL Governor

SettingValuesDescription
Enable MySQL Governor0, 1Enable/disable database resource monitoring

Statistics Settings

Collection Interval

FieldDefaultRangeDescription
Interval1 minute1-60 minutesHow often stats are collected

Shorter intervals provide more detailed data but use more storage.

Retention Period

FieldDefaultRangeDescription
Days7 days7-365 daysHow long historical data is kept

Audit Trail Settings

Enable Audit

FieldValuesDescription
Enable Audit Trail0, 1Enable/disable security event logging

Audit Retention

FieldDefaultRangeDescription
Days7 days7-365 daysHow long audit logs are retained

Debug Settings

Debug Level

LevelDescription
0No debug output (production)
1Basic debug information
2Detailed debug information
3Verbose 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:

  1. Click Save Changes
  2. Some changes trigger background tasks
  3. 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 Settings Pages

The Settings menu also contains specialized configuration pages:

Rebranding

Rebranding Settings Customize site name, logo, favicon, and footer branding.
FieldDescription
Site NameProduct name shown in the panel
Logo URLCustom logo image URL
Favicon URLBrowser tab icon
Footer LinkOptional footer branding link

Update Settings

Update Settings Control automatic updates and update notification email.
SettingDescription
Update preferenceWhen/how Simuzo applies updates
Email on updateNotify admin when updates run
Disable auto system updatePrevent automatic core updates
Cron timeSchedule for update checks
PHP binaryPHP path used by background update tasks

You can also trigger a manual update from the Updates page or via CLI: simuzo --update.

Updates Check for and apply Simuzo updates.

Email Settings

Email Settings PHP mail or SMTP configuration for panel notifications.
SettingDescription
Mail methodPHP mail or SMTP
SMTP server / portRelay host settings
SMTP authUsername, password, auth type
Encrypt passwordStore SMTP password encrypted when enabled

Container Limits

SettingDescription
Max containers per userCap end-user container count
Max total containersServer-wide container cap
Disable PodmanHide Container Manager for end users when set

SecureLinks

SecureLinks kernel protection is managed primarily via CLI. See SecureLinks for simuzo --securelinks usage. Default is enabled (securelinks_kmod=1).

Related Topics