Skip to content

Audit Plugin

Daniel Neto edited this page Aug 18, 2026 · 1 revision

Audit plugin

The Audit plugin records supported administrator/user actions so an operator can investigate who changed something and when. It is useful for accountability, but it is not a complete operating-system or security audit log.

Setup and routine use

  1. Enable Audit and open its plugin menu.
  2. Confirm new test actions appear with the expected user and time.
  3. Review autoDeleteAuditOlderThanDays (default in the current code: 60 days).
  4. Choose retention according to incident-response, privacy and legal needs.
  5. Restrict the audit viewer to trusted administrators.

Audit records consume database space. Export/preserve relevant evidence before automatic deletion when investigating an incident.

Common questions

Does it record SSH, database or web-server changes? No. Use operating-system, database, proxy and hosting logs as well.

Can an administrator alter records? A sufficiently privileged server/database administrator can change data. Send critical logs to protected external storage when stronger evidence is required.

Why is an action missing? Only actions instrumented by AVideo/plugins are recorded. Check the application and server logs at the same timestamp.

Related administration plugins

Plugin Added value
MaintenanceMode Shows a clear maintenance message while administrators work.
ReportVideo Gives viewers an easy way to report content.
Notifications Sends important site events to administrators and users.

Clone this wiki locally