Yes, WP Ghost works on WordPress Multisite. Both multisite structures are supported, subdomain installations (site1.yourdomain.com) and subdirectory installations (yourdomain.com/site1). Configuration happens at the network level through Network > Plugins rather than per-site, and a WP Ghost license counts your entire multisite network as one site. Ghost Mode also works across all major server types: Apache, Nginx, IIS, and LiteSpeed.
How WP Ghost Works on Multisite
On a WordPress Multisite network, WP Ghost is activated and configured at the network level, not on each individual site. This is the WordPress standard for network-wide plugins: rather than installing the same security settings 10 times on a 10-site network, you configure WP Ghost once at Network > Plugins, and the path security, firewall rules, and other protections apply across all subsites.
Both Multisite Structures Are Supported
Subdomain installations, where each subsite lives at its own subdomain (blog1.yourdomain.com, blog2.yourdomain.com, etc.). WP Ghost applies path security across all subdomains consistently.
Subdirectory installations, where each subsite lives under a path on your main domain (yourdomain.com/blog1/, yourdomain.com/blog2/, etc.). WP Ghost applies path security across all subdirectories consistently.
Whichever structure you use, WP Ghost’s rewrite rules are applied network-wide so each subsite benefits from the same security layer.
Licensing on Multisite
A WP Ghost license treats a multisite network as a single site. You do not need separate licenses for each subsite, whether your network has 3 subsites or 300 subsites, one WP Ghost license covers the entire network. This matches the way WordPress Multisite is designed to be managed: one installation, one configuration, one license.
Server Compatibility on Multisite
Ghost Mode works across all major server types used for WordPress Multisite hosting:
Apache, the most common WordPress server. WP Ghost’s rewrite rules apply through .htaccess.
Nginx, popular on high-performance hosting. See Setup WP Ghost on Nginx for multisite-specific configuration notes.
IIS, Windows-based hosting environments.
LiteSpeed, commonly used on managed WordPress hosting for performance.
Setting Up WP Ghost on Multisite
The general process is the same as for a standard WordPress install, just activated at the network level:
- Log in as Super Admin.
- Go to Network > Plugins and activate WP Ghost network-wide.
- Configure path security, firewall, and other features through the WP Ghost settings.
- Run a Security Check to verify the configuration.
For the quick-start walkthrough, see Set Up WP Ghost in Safe Mode in 3 Minutes. After setup, verify with Website Security Check. For configuration recommendations, see WP Ghost Settings Best Practice.
Frequently Asked Questions
Do I need to install WP Ghost on each subsite?
No. WP Ghost is installed and activated once at the network level through Network > Plugins. The configuration applies across all subsites in your network. You do not need to install or configure WP Ghost separately on each subsite.
Does a multisite network need multiple WP Ghost licenses?
No. A WordPress Multisite network counts as one site for WP Ghost licensing, regardless of how many subsites are in the network. One license covers the entire network.
Does WP Ghost work with subdomain and subdirectory multisite equally?
Yes. Both multisite structures are fully supported. You do not need to configure anything differently based on your network structure, WP Ghost handles both transparently.
What if I run into issues on my multisite network?
For emergency access recovery, see How to Disable WP Ghost in Case of an Error. Most configuration issues are resolved by clearing cache across the network, re-saving WP Ghost settings, or reviewing server-specific setup guides. Contact WP Ghost support if the issue persists, multisite-specific troubleshooting is available.
Does WP Ghost modify WordPress core files?
No. WP Ghost works through server rewrite rules and WordPress hooks, at the network level for multisite installations. No WordPress core files, theme files, or plugin files are modified on any subsite. Deactivating WP Ghost from Network Plugins restores every default path across all subsites instantly.