Description
SiteIntelix gives administrators a single, beautiful dashboard to monitor their entire hosting environment — no SSH access or technical knowledge required.
Information is organised into three sections with colour-coded health indicators (green / amber / red) so issues are immediately visible.
WordPress Information
- WordPress version (with update check)
- Site URL and Home URL
- Active theme name and version
- Complete list of active plugins with versions
- Language, charset, and multisite status
Server Information
- PHP version with health indicator
- PHP SAPI interface
- Web server software (Apache, Nginx, etc.)
- MySQL / MariaDB version
- Memory limit with warning threshold
- Maximum upload size
- Maximum execution time and post max size
- Operating system and architecture
Environment Information
- REST API reachability status
- WP_DEBUG mode with production warning
- WP-Cron enabled / disabled state
- HTTPS / SSL status
- WordPress environment type
- Object cache and Script Debug flags
Health Checks
The plugin evaluates eight metrics and assigns a status:
- 🟢 Good — everything is healthy
- 🟡 Warning — PHP < 8.0, memory < 256 MB, WP-Cron disabled, update available
- 🔴 Critical — PHP < 7.4, REST API blocked, WP_DEBUG on in production
Export Tools
- Copy Report — copies all info as formatted plain text to the clipboard
- Export JSON — downloads a timestamped
.jsonfile
Shortcode
Use [siteintelix_panel] on any page or post to display a compact info table. Visible only to logged-in administrators; all other visitors see nothing.
REST API Endpoints
Requires Administrator authentication:
GET /wp-json/siteintelix/v1/info
GET /wp-json/siteintelix/v1/info?section=server
GET /wp-json/siteintelix/v1/health
Security
- All outputs escaped with WordPress functions (
esc_html,esc_attr,esc_url,wp_kses_post) - Every admin page protected with
manage_optionscapability check - Direct file access blocked in every PHP file via
ABSPATHguard - No data sent to any external service
- Nonces used for localised JS data
Design
- Card-based responsive layout
- CSS custom properties — no external frameworks, no CDN calls
- Loads assets only on its own admin page
- Zero JavaScript dependencies
Privacy Policy
SiteIntelix does not collect, store, or transmit any personal data. All system information is gathered from the local server environment and displayed exclusively in the WordPress admin to authorised administrators. No data is ever sent to any third-party service.
Installation
Automatic (Recommended)
- Log in to your WordPress admin.
- Go to Plugins Add New.
- Search for SiteIntelix.
- Click Install Now, then Activate.
Manual Upload
- Download the plugin
.zipfile. - Go to Plugins Add New Upload Plugin.
- Select the
.zipand click Install Now. - Click Activate Plugin.
FTP
- Unzip the download.
- Upload the
siteintelixfolder to/wp-content/plugins/. - Activate from the Plugins screen.
After activation, find Insight Panel in the left-hand admin menu.
FAQ
-
Who can see the Insight Panel?
-
Only users with the
manage_optionscapability (Administrators by default). -
Does this plugin slow down my site?
-
No. CSS and JavaScript are enqueued only on the plugin’s own admin page.
-
Does this plugin collect or send data anywhere?
-
Never. All information comes from your local server environment and stays within your admin dashboard.
-
How do I use the shortcode?
-
Add
[siteintelix_panel]to any page or post. Only administrators see the output; all other visitors see nothing. -
The REST API check shows “Blocked” — what does that mean?
-
Your site’s REST API is not responding. Common causes: a security plugin blocking it, a firewall rule, or a broken
.htaccess. Check your security plugin settings. -
How do I increase my memory limit?
-
Add the following to
wp-config.php:define( 'WP_MEMORY_LIMIT', '256M' ); -
Is the plugin Multisite compatible?
-
Yes. It activates per-site and reports information for that individual site.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SiteIntelix” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SiteIntelix” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0 — 2026-03-27
- Initial release.
- WordPress info: version, site/home URL, active theme, active plugins.
- Server info: PHP, MySQL, memory limit, upload size, execution time, OS.
- Environment info: REST API, debug mode, cron, HTTPS, environment type.
- Eight health checks with good / warning / critical status indicators.
- Copy Report button (plain-text clipboard export).
- Export JSON download.
[siteintelix_panel]shortcode (admin-only front-end table).- REST API endpoints:
/infoand/health. - Fully responsive card-based admin UI.
- Zero external dependencies.

