Skip to content

Audit logs

Audit logs record key write operations in the console and Admin API, for security review, dispute investigation, and change traceability. Included in every plan.

CategoryExamples
NodesAdd / delete nodes, initiate SSH installation
ForwardingCreate/update/delete forwarding rules and tunnel chains
UsersOperator account creation, disabling, permission changes
TokensAPI Token issuance and revocation
SettingsLicense updates, Telegram, notification config

Read-only queries (listing nodes, viewing rules) are generally not audited.

  1. Console → Audit logs
  2. Filter by time, operator, resource type
  3. Open a single entry to see the before/after diff

The API path is GET /api/audit-logs (requires the audit:read scope); see Admin API.

  • Retention duration is configurable in settings
  • For long-term compliance archiving, periodically export via the Admin API to a SIEM / object storage
  • Use least-privilege accounts day to day; use the super admin only when necessary
  • Changes triggered by an API Token are recorded under the corresponding token principal, making it easy to trace which script/integration did it