SleekView for All in One WP Security
AIOS records logins, lockouts, and account events into a family of wp_aiowps_* tables. SleekView reads them together so investigation stops requiring a different settings page per event type.
♾️ Lifetime License available
Logs everywhere, visibility nowhere
All in One WP Security tracks failed logins to wp_aiowps_failed_logins, lockouts to wp_aiowps_login_lockdown, and account activity into related prefix tables. The plugin's own pages render each one behind a separate menu, with basic filtering and pagination-only navigation. That works for occasional checks; it doesn't work when an investigator needs to compare patterns across event types, or when a compliance team wants a filtered slice across all authentication events. SleekView reads the AIOS table family together and treats them as the integrated dataset they actually are.
The cross-table audit is the recurring use case. A brute-force pattern shows up as failed-login rows on one screen and lockout rows on another; the two tables share IPs, usernames, and timestamps but live behind different menus. A unioned view keyed on those shared columns makes the pattern legible in one screen. Group by IP across hours and the attacker's pacing becomes visible: how many attempts before the lockout fired, how long the cooldown lasted, whether the same IP returned after the cooldown with a different username.
The compliance export story is the other recurring need. Auditors want authentication-events exports that respect the active filters; AIOS doesn't provide that natively. SleekView's CSV export carries the active filter set, so a legal team can request "all failed logins on admin accounts in Q1" and receive exactly that slice without engineering help. AIOS keeps doing detection and blocking; SleekView changes only what the moderator can do with the resulting dataset.
Workflow
Read every AIOS log table from one workspace
Detect the AIOS family
wp_aiowps_failed_logins, wp_aiowps_login_lockdown, and the related prefix tables. The schema is detected at view-build time so version differences don't break the columns.
Union into one view
Pattern-detect by IP
Export for compliance
Sample columns
Lockouts and failed logins side by side
wp_aiowps_login_lockdown
| Username | IP | Reason | Attempts | Status | Date |
|---|---|---|---|---|---|
| admin | 45.61.x.x | Brute force | 12 | Locked | 2026-04-24 |
| editor | 84.12.x.x | Wrong password | 3 | Warning | 2026-04-24 |
| subscriber | 203.0.113.x | Invalid user | 8 | Locked | 2026-04-23 |
| dennis | 192.168.x.x | Successful | 1 | OK | 2026-04-23 |
Comparison
AIOS native screens vs. AIOS + SleekView
Default AIOS dashboard
- Each AIOS event type lives behind a different settings page
- Filtering across login attempts and lockouts together is not possible
- Pagination only, no infinite scroll or saved scopes
- Hard to share an investigation view with a colleague
- No native CSV export for filtered views
SleekView
- Reads wp_aiowps_failed_logins and lockdown tables live
- Cross-filter login attempts, lockouts, and account activity
- Saved views by IP, user, or reason
- Inline acknowledge entries during incident review
- Export filtered datasets for compliance
Features
What SleekView gives you for All in One WP Security & Firewall
All AIOS logs in one place
Stop bouncing between the failed logins screen and the lockdown screen. Build one view with both tables merged on IP and username, sorted by timestamp, with the source as a column.
Pattern detection
Group failed attempts by IP across hours and the brute-force waves become obvious. Bulk-block the offending IPs from inside the table once the pattern is unambiguous and the cooldown won't help.
Compliance exports
Export an authentication-events view to CSV with filters preserved. Auditors get exactly the slice they asked for without engineering help; the legal team becomes self-service for the recurring asks.
Audience
AIOS deployments that benefit most
Public-facing logins
Sites with open registration get steady probing and produce noisy AIOS logs. SleekView keeps the triage queue from feeling endless and lets ops focus on the rows that actually need a human decision.
Multi-admin teams
When several admins share security duties, a saved cross-table view beats screenshots passed around in chat. The URL is the artifact; the team works from one scope rather than reconstructing it each time.
Agencies
One view configuration deployed across client sites means each one looks identical to support staff. The cross-table audit becomes a retainer artifact rather than a per-client investigation.
The bigger picture
Why AIOS visibility benefits from a real table layer
AIOS bundles a wide range of security features into one plugin: login protection, account activity tracking, file change detection, firewall rules, and several smaller utilities. The breadth is the value proposition. The same breadth produces a corresponding admin surface where each feature lives behind its own settings page, and each event type is logged into its own table.
That layout makes sense from a feature-organisation standpoint and is awkward from an investigation standpoint, because an actual security incident rarely respects the menu structure. A brute-force probe leaves traces in failed-logins, lockdown, and possibly account-activity tables, all at once. Reading those traces together is the audit; reading them separately is the menu.
The compliance angle compounds the friction. Auditors typically want unified slices ("authentication events for these accounts in this window") rather than per-table reports, and AIOS's native pages don't compose into that shape easily. Surfacing the table family as a single workspace, with cross-table filters and CSV exports that respect them, turns the breadth from a navigation cost into the operational asset it should always have been.
Questions
Common questions about SleekView for All in One WP Security & Firewall
No. AIOS continues to detect, block, and log normally across every feature it ships. SleekView only reads the result. The plugin's settings pages remain operational; SleekView adds a new view alongside them rather than replacing any of the existing surfaces. The two coexist.
 Yes. Failed logins, lockouts, account activity, file change events, and any other AIOS table is readable as long as your DB user has SELECT access. SleekView detects the available tables at view-build time, so partial deployments (where some AIOS features are disabled) produce views with only the populated tables.
 Only if you choose to. SleekView views are gated by capabilities you configure per view, so a community-manager role can have access to a moderation-scoped view without the rest of wp-admin or the broader security surface. The default is admin-only; broader access is an explicit opt-in per view.
 Yes. SleekView reads tables independently of the plugins that wrote them, so an installation running AIOS plus a separate firewall sees both datasets in their respective views. Cross-plugin unioned views are possible when the schemas line up; otherwise each plugin's tables stay in their own scoped view.
 Yes. Annotate or mark entries acknowledged, which is the common need during multi-investigator incidents. Unlock and block actions still go through AIOS's own controls because those are state changes the plugin owns. The split is deliberate: AIOS controls state, SleekView controls visibility.
 Yes. Each site's AIOS tables are scoped per blog correctly, so a network-wide audit aggregates without leaking events between subsites. The view configuration can be standardised across the network so every blog presents the same investigation surface to the support team.
 Yes. AIOS file change detection writes to its own prefix table, and SleekView reads it the same way it reads the authentication tables. A unified view across login events and file change events gives investigators the full picture when an attacker pivots from credential probing to active modification of the install.
 Yes. The cross-table audit doubles as the migration spec: which IPs are currently blocked, which accounts are locked out, which events the new plugin needs to import. Export the slice to CSV, hand it to whoever owns the cutover, and the new plugin's onboarding starts from a known state rather than a blank one.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Lifetime ♾️
Most popular
EUR
once
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkout