Title: SiteIntelix – Essential Admin Toolkit
Author: Parag Das
Published: <strong>April 9, 2026</strong>
Last modified: May 19, 2026

---

Search plugins

![](https://ps.w.org/siteintelix/assets/banner-772x250.png?rev=3533816)

![](https://ps.w.org/siteintelix/assets/icon-256x256.png?rev=3533816)

# SiteIntelix – Essential Admin Toolkit

 By [Parag Das](https://profiles.wordpress.org/parag44/)

[Download](https://downloads.wordpress.org/plugin/siteintelix.2.6.3.zip)

 * [Details](https://vec.wordpress.org/plugins/siteintelix/#description)
 * [Reviews](https://vec.wordpress.org/plugins/siteintelix/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/siteintelix/#installation)
 * [Development](https://vec.wordpress.org/plugins/siteintelix/#developers)

 [Support](https://wordpress.org/support/plugin/siteintelix/)

## Description

**SiteIntelix** is an essential WordPress admin toolkit for site owners, developers,
and support teams who want practical troubleshooting tools inside wp-admin.

It brings common maintenance and debugging tasks into one organized admin menu. 
Turn on only the modules you need, use them when troubleshooting, then leave the
rest disabled for a cleaner admin experience.

#### Key Features

 * 🩺 **Server Diagnostics** — check PHP settings, loaded `php.ini`, extensions,
   filesystem permissions, network access, database limits, and plugin compatibility
   signals.
 * 🧾 **Debug Log Viewer** — capture, search, group, filter, clear, and download
   private WordPress debug logs.
 * ✉️ **Email Log** — record outgoing WordPress emails with recipients, headers,
   status, failures, and message previews.
 * 📮 **SMTP Mailer** — route WordPress emails through your own SMTP provider for
   more reliable delivery.
 * ⏱️ **Cron Events** — inspect scheduled WP-Cron events, run due events manually,
   and remove selected events safely.
 * 🗄️ **Database Manager** — browse tables, inspect rows, search records, review
   sizes, and edit selected rows from wp-admin.
 * 📦 **Download Manager** — add secure download links for installed plugin and 
   theme ZIP packages.
 * 🛡️ **Safe Mode Debugger** — test plugin and theme conflict scenarios privately
   without affecting normal visitors.
 * 🚧 **Maintenance Mode** — show a polished public maintenance page while administrators
   continue working.
 * 🚨 **Error Handler** — replace fatal/database error screens with branded pages
   and optional admin alerts.
 * 🧰 **Modular Toolbox** — enable or disable each tool from the SiteIntelix Modules
   screen.

#### Why Use SiteIntelix?

 * Keep troubleshooting tools in one place instead of installing many small utilities.
 * Share clean diagnostic reports with support teams.
 * See the active PHP configuration and server limits that often explain plugin/
   import failures.
 * Review debug logs, email delivery, cron jobs, database rows, and maintenance 
   mode from wp-admin.
 * Keep data local: SiteIntelix does not send diagnostics, logs, email data, or 
   database details to third-party services.

#### Debug Log Module

 * **Modern grouped cards** — grouped errors with occurrence counts, severity styling,
   timelines, expandable stack traces, and global filters.
 * **Classic table** — compact table layout with Type, Datetime, Description, File,
   and Line columns.
 * **Terminal Light** — developer-style log stream with a scrollable terminal-style
   layout.
 * Search and filters for Fatal, Warning, Notice, Deprecated, Database, and Info
   log types.
 * Configurable logs-per-page setting for paginated views.
 * Refresh, clear, and download actions protected by WordPress capabilities and 
   nonces.

#### Logging Modes

 * **MU Plugin mode** — non-invasive capture layer that writes to `wp-content/siteintelix-
   debug.log` without editing `wp-config.php`.
 * **wp-config.php mode** — uses native WordPress/PHP debug constants and writes
   the custom `WP_DEBUG_LOG` path into `wp-config.php`.
 * Both modes use `wp-content/siteintelix-debug.log` instead of the default `wp-
   content/debug.log`.

#### Security and Privacy

 * All SiteIntelix admin pages require the `manage_options` capability.
 * Admin actions use WordPress nonces.
 * Output is escaped with WordPress escaping functions.
 * No external CDN assets or heavy JavaScript frameworks are loaded.
 * Assets are scoped to SiteIntelix admin pages.
 * No diagnostics, logs, email data, or database details are sent to third-party
   services.
 * All inspected information stays inside your WordPress installation.

#### Shortcode

Use `[siteintelix_panel]` on any page or post to display a compact system information
table. The shortcode output is visible only to logged-in administrators.

### Privacy Policy

SiteIntelix does not collect, store, or transmit personal data. All system information
and logs are read from the local WordPress installation and displayed only to authorised
administrators inside the WordPress admin area. No data is sent to any third-party
service.

## Screenshots

 * [[
 * **Overview Dashboard** — minimal health cards, key system details, report actions,
   and quick module toggles.
 * [[
 * **Modules** — enable or disable toolbox modules, open available tools, and review
   planned modules from one screen.
 * [[
 * **Modern Debug Log Viewer** — grouped cards, severity filters, occurrence counts,
   stack traces, clear, refresh, and download actions.
 * [[
 * **Email Log** — captured email events with delivery status, recipients, previews,
   filters, bulk actions, and row actions.
 * [[
 * **Cron Events** — scheduled events with search, countdowns, due-now status, run
   actions, and delete actions.
 * [[
 * **Settings** — clean module settings for Debug Log, SMTP, Email Log, Error Handler,
   and Maintenance Mode.

## Installation

#### Automatic

 1. Log in to your WordPress admin.
 2. Go to **Plugins  Add New**.
 3. Search for **SiteIntelix**.
 4. Click **Install Now**, then **Activate**.

#### Manual Upload

 1. Download the plugin ZIP file.
 2. Go to **Plugins  Add New  Upload Plugin**.
 3. Select the ZIP file and click **Install Now**.
 4. Click **Activate Plugin**.

#### FTP

 1. Unzip the plugin package.
 2. Upload the `siteintelix` folder to `/wp-content/plugins/`.
 3. Activate **SiteIntelix** from the Plugins screen.

After activation, open **SiteIntelix** in the WordPress admin menu.

## FAQ

### Who can access the plugin screens?

Only users with the `manage_options` capability can access SiteIntelix admin pages.

### Where does SiteIntelix write debug logs?

Both logging modes write to `wp-content/siteintelix-debug.log`.

### Does SiteIntelix use wp-content/debug.log?

No. SiteIntelix uses its own `wp-content/siteintelix-debug.log` file so WordPress’
default `debug.log` is not used by this plugin.

### What is the difference between MU Plugin mode and wp-config.php mode?

MU Plugin mode captures common PHP and WordPress runtime messages without editing
core configuration. wp-config.php mode uses native WordPress debugging constants
and can catch debug output through `WP_DEBUG_LOG`, but it requires editing `wp-config.
php`.

### What is Terminal Light mode?

Terminal Light mode is a developer-style log screen that shows the all parsed log
entries in a light terminal layout. It does not use pagination.

### Can the viewer search logs beyond the current page?

Yes. Search and server-side filters are applied to the parsed log dataset before
pagination.

### Does this plugin collect or send data anywhere?

No. SiteIntelix does not transmit diagnostics, logs, or environment data to any 
external service.

### How do I use the shortcode?

Add `[siteintelix_panel]` to a page or post. Only administrators can see the output.

### Is the plugin Multisite compatible?

Yes. It activates per site and reports information for that individual site.

## Reviews

![](https://secure.gravatar.com/avatar/f3e596991a7f1e977a5608ffb2a4c3ed9165edbd6a4f841afbbecca836a6dabd?
s=60&d=retro&r=g)

### 󠀁[All in One Debug Log Viewer](https://wordpress.org/support/topic/all-in-one-debug-log-viewer/)󠁿

 [Ofi Khan](https://profiles.wordpress.org/ofikhan/) April 29, 2026

SiteIntelix is a lightweight WordPress plugin that gives you a central dashboard
for system and environment info (WP version, PHP, memory, debug status, etc.). It’s
built for quick diagnostics and support workflows. 👍 The good thing Clean, simple
UI Useful health indicators (good/warning/critical) Easy export for debugging reports
Very lightweight, no performance impact

 [ Read all 1 review ](https://wordpress.org/support/plugin/siteintelix/reviews/)

## Contributors & Developers

“SiteIntelix – Essential Admin Toolkit” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Parag Das ](https://profiles.wordpress.org/parag44/)

“SiteIntelix – Essential Admin Toolkit” has been translated into 1 locale. Thank
you to [the translators](https://translate.wordpress.org/projects/wp-plugins/siteintelix/contributors)
for their contributions.

[Translate “SiteIntelix – Essential Admin Toolkit” into your language.](https://translate.wordpress.org/projects/wp-plugins/siteintelix)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/siteintelix/), check
out the [SVN repository](https://plugins.svn.wordpress.org/siteintelix/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/siteintelix/) by
[RSS](https://plugins.trac.wordpress.org/log/siteintelix/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.6.3 — 2026-05-20

 * Added Server Diagnostics improvements for PHP settings, extensions, filesystem,
   network, database, and plugin compatibility checks.
 * Hardened escaping, direct access protection, request sanitization, generated 
   bootstrap code, and WordPress.org Plugin Check compatibility.

#### 2.6.2 — 2026-05-18

 * Added an Error Handler option to show escaped technical error details on public
   error pages when explicitly enabled.
 * Improved Debug Log and Email Log filter toolbar alignment for a cleaner, more
   consistent admin layout.
 * Refined shared Settings page spacing so module settings rows and form fields 
   use the same visual rhythm.

#### 2.6.1 — 2026-05-17

 * Added Download Manager support for secure plugin and theme ZIP downloads from
   WordPress admin.
 * Refined Database Manager row browsing with full row tables and dedicated row 
   edit screens.
 * Renamed Coming Soon to Maintenance Mode while preserving existing settings compatibility.
 * Polished the Settings page layout with cleaner tabs, search, spacing, setting
   rows, and sidebar cards.
 * Updated screenshots descriptions for the refreshed 2.6.x admin experience.

#### 2.6.0 — 2026-05-16

 * Refreshed the SiteIntelix admin UI with a shared lightweight design system, common
   page headers, consistent cards, buttons, badges, forms, and tables.
 * Redesigned the Overview screen as a minimal command center with quick health 
   cards, compact system details, report actions, and module enable/disable toggles.
 * Added and refined toolbox modules for Email Log, SMTP delivery, Cron Events, 
   Database Manager, Error Handler, and Maintenance Mode.
 * Improved Database Manager with summary statistics, searchable table lists, row
   browsing, pagination, and selected row inspection/editing.
 * Improved Settings tabs so direct module links and save redirects return to the
   correct module settings panel.
 * Added a Debug Log conflict repair action for sites where `WP_DEBUG` in `wp-config.
   php` overrides MU debug capture.
 * Reorganized admin assets into scoped `assets/admin/` CSS and JS files and removed
   duplicated legacy assets.
 * Updated WordPress.org description, screenshots, changelog, and upgrade notice
   for the expanded toolbox release.

#### 2.2.0 — 2026-04-25

 * Renamed the plugin to **SiteIntelix Debug Log Viewer** while keeping the existing
   plugin slug and internal identifiers unchanged.
 * Added Debug Log Viewer pagination with a configurable logs-per-page setting in
   Debug Settings.
 * Added a complete log level filter set: Fatal, Warning, Notice, Deprecated, Database,
   and Info.
 * Normalized parsed log levels so PHP errors map into the supported filter groups
   consistently.
 * Grouped multiline PHP errors, stack traces, and SQL context into a single log
   table row.
 * Prevented MU Plugin mode from writing duplicate native PHP log rows alongside
   SiteIntelix structured rows.
 * Removed the extra log path and file-size strip below the debug log table.
 * Replaced the overview REST API endpoints card with detailed Database information.
 * Removed the custom SiteIntelix REST API endpoints and related REST hardening 
   toggle.

#### 2.1.1 — 2026-04-24

 * Replaced the light terminal-style Debug Log Viewer with a clean, light-themed
   table layout.
 * Added structured columns for Type, Datetime, Description, File, and Line for 
   easier scanning.
 * Enhanced the backend log parser to extract file paths and line numbers automatically
   from entries.
 * Expanded log classification with granular levels including Fatal, Database, Deprecated,
   Notice, and Warning.
 * Standardized both MU Plugin and `wp-config.php` modes to write to `wp-content/
   siteintelix-debug.log`.
 * Added Debug Log Viewer pagination with a configurable logs-per-page setting.
 * Updated the Datetime column to show human-readable relative timestamps such as“
   12 hours ago”.
 * Refined badge colours, typography, and spacing for a more polished admin experience.
 * Optimized search and level-based filtering for the structured table layout.

#### 1.1.4 — 2026-04-20

 * Refined top header hierarchy and visual polish for a cleaner, more professional
   first impression.
 * Improved action button emphasis and spacing in the header.
 * Softened the header gradient and upgraded radius/shadow styles.
 * Enhanced responsive behavior for smaller viewports.
 * Replaced a non-prefixed hook usage with a plugin-prefixed filter.
 * Updated release metadata for WordPress.org submission.

#### 1.1.2 — 2026-04-16

 * Added a dedicated Debug Log Viewer submenu.
 * Added severity-aware parsing for debug log entries.
 * Improved Debug Log Viewer UI to match SiteIntelix panel styling.
 * Improved third-party admin notice handling.
 * Added debug logging guidance and compact path display.

#### 1.1.0 — 2026-04-11

 * Improved output escaping in admin dashboard rendering.
 * Hardened inline JSON output encoding.
 * Renamed internal template variables to plugin-prefixed names.
 * Reduced readme tags to WordPress.org-supported limits.
 * Minor admin label and quality improvements.

#### 1.0.0 — 2026-03-27

 * Initial release.
 * WordPress, server, database, and environment information panels.
 * Health checks, Copy Report, Export JSON, and admin-only shortcode.
 * Responsive card-based admin UI with zero external dependencies.

## Meta

 *  Version **2.6.3**
 *  Last updated **7 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/siteintelix/) and [Korean](https://ko.wordpress.org/plugins/siteintelix/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/siteintelix)
 * Tags
 * [Admin Tools](https://vec.wordpress.org/plugins/tags/admin-tools/)[Debug log](https://vec.wordpress.org/plugins/tags/debug-log/)
   [email log](https://vec.wordpress.org/plugins/tags/email-log/)[site health](https://vec.wordpress.org/plugins/tags/site-health/)
   [toolbox](https://vec.wordpress.org/plugins/tags/toolbox/)
 *  [Advanced View](https://vec.wordpress.org/plugins/siteintelix/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/siteintelix/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/siteintelix/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/siteintelix/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/siteintelix/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/siteintelix/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/siteintelix/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/siteintelix/reviews/)

## Contributors

 *   [ Parag Das ](https://profiles.wordpress.org/parag44/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/siteintelix/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://parag.bd/donate)