Descrición
SiteIntelix is a modular diagnostics and troubleshooting toolkit for WordPress administrators, developers, and support teams.
It brings debug logs, outgoing email history, server checks, cron inspection, database browsing, Safe Mode, SMTP, and maintenance controls into one organized admin menu. Modules load only when needed, and screen-specific assets stay scoped to SiteIntelix pages.
Key Features
- 🩺 Server Diagnostics — inspect server health, PHP configuration, extensions, filesystem permissions, network access, WordPress, and database limits.
- 🧾 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.
- 👥 User Switcher — temporarily enter an allowed user account for support without requesting or changing its password, then return securely.
- 🚧 Maintenance Mode — show a polished public maintenance page while administrators continue working.
- 🧰 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 sensitive data local: SiteIntelix does not upload logs, email contents, database contents, or generated reports.
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.logwithout editingwp-config.php. - wp-config.php mode — uses native WordPress/PHP debug constants and writes the custom
WP_DEBUG_LOGpath intowp-config.php. - Both modes use
wp-content/siteintelix-debug.loginstead of the defaultwp-content/debug.log.
Security and Privacy
- All SiteIntelix admin pages require the
manage_optionscapability. - 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.
- SiteIntelix does not upload diagnostics, logs, email contents, database contents, or generated reports.
- Server reachability checks may contact WordPress.org endpoints and the site’s own loopback or REST URL. They send normal HTTP request metadata, not report contents.
- User Switcher uses WordPress-native authentication, signed short-lived state, dedicated capabilities, protected roles, and optional local audit logs.
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 telemetry or upload logs, email contents, database contents, or generated diagnostic reports. Stored logs and settings remain in the WordPress installation and are visible only to authorised administrators.
When an administrator runs or refreshes Server Diagnostics, reachability checks may make HTTP requests to WordPress.org endpoints and to the site’s own loopback or REST URL. These requests include normal network metadata such as the site’s public IP address and a SiteIntelix version user agent, but they do not include the contents of SiteIntelix reports.
Capturas









Instalación
Automatic
- Log in to your WordPress admin.
- Go to Plugins Add New.
- Search for SiteIntelix.
- Click Install Now, then Activate.
Manual Upload
- Download the plugin ZIP file.
- Go to Plugins Add New Upload Plugin.
- Select the ZIP file and click Install Now.
- Click Activate Plugin.
After activation, open SiteIntelix in the WordPress admin menu.
Preguntas frecuentes
-
Who can access the plugin screens?
-
Only users with the
manage_optionscapability 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.logfile so WordPress’ defaultdebug.logis 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 editingwp-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?
-
SiteIntelix does not collect telemetry or upload diagnostics, logs, email contents, database contents, or generated reports. When an administrator refreshes Server Diagnostics, reachability checks may contact WordPress.org endpoints and the site’s own loopback or REST URL. Those checks send normal HTTP request metadata, not SiteIntelix report contents.
-
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.
Comentarios
Non hai recensións para este plugin.
Colaboradores e desenvolvedores
“SiteIntelix – WordPress Toolkit” é un software de código aberto. As seguintes persoas colaboraron con este plugin.
Colaboradores“SiteIntelix – WordPress Toolkit” foi traducido a 1 idioma. Grazas aos desenvolvedores polas súas contribucións.
Traduce “SiteIntelix – WordPress Toolkit” ao teu idioma.
Interesado no desenvolvemento?
Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.
Rexistro de cambios
2.7.2 — 2026-07-24
- Added the optional User Switcher module with shared SiteIntelix settings, a dedicated activity-log submenu, protected-role rules, secure one-click return, dedicated capabilities, short-lived signed sessions, configurable redirects, and retained audit logs.
- Renamed the public plugin title to SiteIntelix – WordPress Toolkit while preserving the existing
siteintelixslug and internal identifiers. - Fixed the Overview quick module switches so enable and disable changes persist through the secured module endpoint and roll back cleanly on failure.
- Redesigned Database Manager and Server Diagnostics with lightweight, server-rendered dashboards, responsive tables, filtering, sorting, pagination, and accessible details.
- Improved Email Log with a complete test-email action, on-demand previews, single and bulk deletion, and a delete-all workflow.
- Improved Debug Log layouts so messages, stack traces, and source paths use the available width without hiding useful context.
- Reduced request overhead with context-aware module loading, memoized module state, screen-specific assets, cached diagnostics, and bounded email-log retention.
- Hardened capabilities, nonces, request validation, output escaping, redacted exports, SQL allow-lists, and package-path validation.
- Updated WordPress.org metadata, privacy disclosures, translations guidance, and Plugin Check compatibility.
2.7.1 — 2026-07-21
- Refined the Modern Debug Log Viewer with compact, full-width WordPress admin layouts for the mode status, statistics, filters, and log rows.
- Improved grouped log scanning with collapsed rows, structured expanded details, copy actions, and clearer severity indicators.
- Preserved existing debug logging, filtering, pagination, clear, download, mode switching, and native editor-link workflows.
2.7.0 — 2026-06-24
- Refreshed every SiteIntelix admin screen with a lightweight WordPress-native design system.
- Removed the Custom Error UI module and added safe cleanup for SiteIntelix-owned legacy drop-ins and settings.
- Simplified Server Diagnostics to server, PHP, PHP configuration, filesystem, network, WordPress, and database reporting.
- Reduced decorative styling and kept page-specific assets scoped to the screens that need them.
Earlier release history remains available in previous WordPress.org tags.
