Requirements
- WordPress 6.4 or higher
- PHP 8.1 or higher
- MySQL 8.0+ or MariaDB 10.6+
Install from WordPress.org
- In your WordPress admin, go to Plugins > Add New.
- Search for Statnive.
- Click Install Now, then Activate.
Statnive begins tracking visitors immediately after activation. No additional configuration is required.
Manual Installation
If you prefer to install manually, download the plugin ZIP from WordPress.org and upload it via Plugins > Add New > Upload Plugin. After uploading, click Activate.
Verify It Works
After activation, click the Statnive menu item in your admin sidebar. You should see the real-time dashboard. Open your site in another browser tab and navigate a few pages — the dashboard will reflect the visit within seconds.
Database Tables
On activation, Statnive creates its analytics tables in your WordPress database. These tables use a normalized star schema optimized for fast aggregation queries. All tables are prefixed with your WordPress table prefix followed by statnive_. The plugin registers a clean uninstall routine that removes all tables and options when you delete the plugin through the WordPress admin.