Skip to content

MaintenanceMode Plugin

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

MaintenanceMode plugin

MaintenanceMode shows visitors a maintenance page while administrators work. Current options can also stop feeds/video access, display an end time/background and redirect visitors.

Safe use

  1. Keep a tested administrator session and server/SSH access.
  2. Write a short message without technical details or secrets.
  3. Set the expected end time and decide whether feeds/videos should stop.
  4. Enable it and test as a signed-out visitor in a private window.
  5. Perform the work, test the site, then disable maintenance mode.

Do not rely on maintenance mode as a security firewall. For a compromise, isolate traffic at the proxy/firewall and follow incident response.

Common questions

Can I still administer the site? Administrators are normally allowed, but test before ending your only session.

Why do old pages still appear? CDN/browser caches may continue serving cached content. Purge only the relevant cache and verify the origin.

What if I am locked out? Use authorized server/database recovery for the plugin state; do not delete random plugin files from the live site.

Related operations plugins

Plugin Added value
Scheduler Runs scheduled cleanup and automation tasks.
Notifications Sends status information to users or administrators.
Audit Records supported administrator and user actions.

Clone this wiki locally