Back to Changelog
Panel Backend

v1.0.479

Patch Released August 24, 2026

Adds a live-account-wipe safety brake to server cleanup and a disk-full self-heal for log rotation.

New Feature

1
  • Added per-site log viewing, with Apache global logs grouped by category.

Bug Fixes

2
  • Added a proportional safety brake to the orphaned-account cleanup process: it no longer removes accounts when the number of candidates is unusually large relative to valid accounts, a pattern that indicates a transient inconsistency (for example, mid-migration) rather than genuine orphans. Protects against accidental deletion of live accounts and their data.
  • The server now ensures a safe default log rotation policy on startup, preventing unbounded log growth from filling the disk.
See the Demo