BLACK FRIDAY
Save 59% on PageForge Annual $191/year $485/year
Claim 59% Off โ†’
Absoluit User Hub icon
Actively maintained Tested with WP 7.1 #2 in central dashboard

Absoluit User Hub

Centralized dashboard and client system to manage WordPress users across all your connected sites. Powered by Absoluit.

Active installs<10New
Downloads ยท 30d124โ€ข 0% vs prev. 30d
Ratingโ€”0 reviews
Health score64/100Good
All-time downloads119Since Sep 2026
Support resolvedโ€”No recent threads
RequiresWP 5.6PHP 7.4+
Downloads ยท 7d18โ–ฒ +5.9% week over week
Our verdict

Solid choice

Absoluit User Hub is a solid plugin choice in 2026, with a few things worth checking first. Was last updated 4 weeks ago, and scores 64/100 on our health check.

  • Actively developed โ€” last update 4 weeks ago
  • Tested with the latest WordPress (7.1)
  • Small user base (<10 active installs)
  • Very few reviews so far

How does it stack up?

Side-by-side on installs, updates, ratings & support

Daily downloads

91929Sep 2Sep 14Sep 26
Yesterday3
Daily average (1y)5
Peak day39Sep 2, 2026
Last 12 months124

Download spikes usually follow a new release โ€” each site that auto-updates counts as a download.

Rankings

Where Absoluit User Hub stands today

WordPress.org search rankings

Live position in the plugin search, top 100
KeywordPositionCompeting pluginsCategory
central dashboard >100 507 Best central dashboard plugins โ†’
multi-site >100 5,672 Best multi-site plugins โ†’
user management >100 7,862 Best user management plugins โ†’
user-control >100 10,000 Best user-control plugins โ†’
users >100 10,000 Best users plugins โ†’

About Absoluit User Hub

From the official readme ยท v1.1.1

Description

Absoluit User Hub is a powerful, secure, centralized user management system designed specifically for WordPress. It enables network administrators to manage user accounts (create, update, search, and delete) across multiple connected child sites from a single, centralized WordPress master dashboard.

The system is distributed as a single unified plugin package that supports three active roles:
1. Master Dashboard Mode: Run on your central administration site. Exposes the main “User Hub” dashboard menus, connection diagnostics, AJAX controllers, and custom database mapping.
2. Client Agent Mode: Run on individual child nodes. Exposes custom REST API endpoints under a private namespace (wp-user-hub/v1) protected by a strict multi-layer verification middleware.
3. Both Mode: Runs both components simultaneously on a single WordPress installation (primarily used for local development and debugging).

Upon first activation, the plugin resides in a safe, uninitialized state and prompts the administrator to select the site’s role before loading any features.

Architecture Overview

  • Central Dashboard (Master): The administrator interacts with the dashboard UI to trigger user operations. The Master component dispatches secure, signed REST requests to connected child sites using WordPress HTTP APIs.
  • Child Nodes (Client): Expose custom REST API endpoints. An authentication middleware verifies credentials, allowed IP addresses, timestamp drift boundaries, and duplicate nonces before modifying the local WordPress user database.

Security

Absoluit User Hub implements several security controls to protect your user database:
* API Key Authentication: A high-entropy shared secret generated for each child site.
* IP Allowlisting: Strict enforcement restricting REST API requests to whitelisted Master IPs.
* Timestamp Drift Validation: Rejects requests where the server time difference exceeds 300 seconds to prevent outdated requests.
* Nonce Validation: Caches request nonces via transients to block replay attacks.
* HMAC-SHA256 Request Signing: Incoming request parameters are cryptographically signed using the shared secret API Key, ensuring payload integrity.
* Primary Admin Protection: Hardcoded checks explicitly block the deletion of user ID 1 (Primary Administrator).

Best Practices:
* Always run WordPress over HTTPS.
* Restrict Allowed Master IPs on the Client settings.
* Keep WordPress and plugins updated.
* Protect and rotate API keys regularly.

Installation

  1. Upload the absoluit-user-hub directory to the /wp-content/plugins/ directory of your WordPress site.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. A notice will appear at the top of the admin dashboard asking you to select the plugin role:
    • If configuring the central hub: Select Master Dashboard Mode. This will initialize the dashboard tables and show the User Hub sidebar menu.
    • If configuring a child node: Select Client Agent Mode. Go to Settings > User Hub Client to copy the generated API Key and the REST API URL, and whitelist your Master server’s IP address.
    • To change modes: Go to Settings > User Hub Settings at any time to switch roles. Mode switching is non-destructive; all existing settings and database records are preserved.

Frequently asked questions

Do I need a WordPress Multisite network to use this?

No. Absoluit User Hub is built specifically for independent WordPress installations. It does not require Multisite, letting you manage users across entirely different domains and servers.

How do I configure a child site?

Activate the plugin on the child site, select Client Agent Mode, navigate to Settings > User Hub Client, and configure the Allowed Master IPs (your central serverโ€™s IP). Copy the API Key and REST API URL. Then log in to your central master site (configured in Master Dashboard Mode), go to User Hub > Connected Sites, click Add Site, and paste the child siteโ€™s URL and API Key.

What is the difference between Master and Client modes?

Master mode runs the administration controls, allowing you to view and manage users on other sites. Client mode is a passive agent that exposes endpoints allowing the Master Dashboard to read/write user profiles securely.

Can I switch modes later?

Yes. Go to Settings > User Hub Settings in your WordPress admin panel and choose a new active role. All database custom tables and client settings options are retained and preserved.

Where do I find the Client API Key?

In Client Mode, go to Settings > User Hub Client in your child siteโ€™s WordPress admin panel. The API key is displayed in a password field. Click the eye icon to toggle visibility and copy the key.

What are Allowed Master IPs?

Allowed Master IPs is a security setting on the Client agent. You specify the external IP address of your Master Dashboard server. Any request arriving from a different IP address will be immediately blocked.

How does authentication work?

Authentication uses shared secret API keys and HMAC-SHA256 signature verification. Outgoing requests are signed with a hash generated using the API key, request body, nonce, and timestamp. The client re-calculates this hash to verify the integrity and origin of the request.

Can I bulk import sites?

Yes. In Master mode, the Connected Sites panel includes a bulk import feature where you can paste lists of sites with names, URLs, and API keys separated by commas or pipes.

What happens when deleting a user who owns posts?

When deleting a user from the dashboard, you can choose to assign their existing posts to a fallback administrator on the child site, preventing orphaned content.

What WordPress and PHP versions are supported?

This plugin requires WordPress 5.6 or later, and PHP 7.4 or later.

Changelog

1.1.1

  • Security: Enforced strict capability check (manage_options) on the Client settings page.
  • Security: Sanitized user identifiers in REST API endpoints to block potential output injection.
  • Fix: Adjusted client whitelisting so that leaving Allowed Master IPs blank disables IP checking instead of blocking connections.
  • Fix: Prevented API Key from being overwritten to empty on Client settings saves by removing it from registration and using readonly display fields.
  • Fix: Restructured Master sites database schema setup to be fully compliant with WordPress dbDelta formatting and self-healing initialization.
  • Fix: Migrated dynamic inline stylesheets and JS styles to standard enqueued stylesheet files.
  • Fix: Added robust support for HTTP_CF_CONNECTING_IP and HTTP_X_FORWARDED_FOR reverse proxy client IP detection.

1.1.0

  • Feature: Support for bulk importing child sites using CSV/pipe-delimited values.
  • Feature: Added real-time connection status check badge.
  • Security: Enforced IP Whitelisting checks by default.
  • Security: Implemented transient-based nonce tracking to block replay attacks.
  • Security: Added strict role validation checks and string bounds checking.
  • Integration: Consolidated Master and Client plugins into a single package with a secure role setup flow.

1.0.0

  • Initial stable release.

Full changelog on WordPress.org โ†’

Screenshots

The central Master Dashboard displaying connection status, quick actions, and the list of connected child sites.
The central Master Dashboard displaying connection status, quick actions, and the list ofโ€ฆ
Absoluit User Hub screenshot
Absoluit User Hub screenshot
Absoluit User Hub screenshot

For developers

Is this your plugin? Show off the numbers.

Add a live badge to your site, docs or GitHub README. It updates on its own โ€” no account needed.

Active installs badge Rating badge Health score badge

Best Absoluit User Hub alternatives

All central dashboard plugins โ†’
Alternatives
Rank Plugin Active installs Rating Updated Health
1 RBS Remote Dashboard Welcome Control RBS Remote Dashboard Welcome Control Create a custom Remote Dashboard Welcome page for your users on your own website. by Rene Diekstra <10 โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…โ˜… No reviews 5 years ago 21

FAQ

Absoluit User Hub: quick answers

Straight answers, pulled from live WordPress.org data.

Live data from WordPress.org ยท checked Sep 27, 2026

Is Absoluit User Hub free?

Yes. Absoluit User Hub is free to download and use from the official WordPress.org plugin directory.

Is Absoluit User Hub safe to use in 2026?

Absoluit User Hub is a solid plugin choice in 2026, with a few things worth checking first. Was last updated 4 weeks ago, and scores 64/100 on our health check.

How many websites use Absoluit User Hub?

Absoluit User Hub is active on <10 WordPress websites and has been downloaded 119 times since it launched in September 2026. It was downloaded 124 times in the last 30 days.

Does Absoluit User Hub work with WordPress 7.1?

Yes. The developer has tested Absoluit User Hub up to WordPress 7.1.2, the latest release. It requires WordPress 5.6 or newer.

What PHP version does Absoluit User Hub need?

Absoluit User Hub requires PHP 7.4 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.

When was Absoluit User Hub last updated?

The latest version, 1.1.1, was released on September 2, 2026 (4 weeks ago).

Who makes Absoluit User Hub?

Absoluit User Hub is developed and maintained by Absoluit.

What are the best alternatives to Absoluit User Hub?

The most popular alternatives to Absoluit User Hub are RBS Remote Dashboard Welcomโ€ฆ (<10 installs).

Powered by PageForge

Want thousands of pages that rank like these? Build them in an afternoon.

This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages โ€” with schema, internal links and AI-written copy baked in.

  • CSV, Google Sheets & API data sources
  • AI content, schema & internal links per page
  • Works with Elementor, Gutenberg, Yoast & Rank Math
  • Free on WordPress.org โ€” no credit card
Sarah is here to help!
Hi there! ๐Ÿ‘‹ Need help finding what you're looking for?
Sarah
Sarah
Online & Ready to Help
Hi there! ๐Ÿ‘‹ Need help finding what you're looking for?

We'll use this to continue our conversation

Just now โœ“ Verified

Join 500+ SEO Pros Scaling Their Strategy

Get exclusive programmatic SEO tactics, AI content workflows, and the latest PageForge updates delivered straight to your inbox. Stay ahead of the algorithm.

We care about your data in our privacy policy.