A network is one WordPress install and one database serving many sites. Everything that matters — domains, certificates, backups, updates — has to work per site anyway.
The network is shared. The things your customers see should not feel like it.
Point a customer's domain at the network and the certificate is issued and renewed without anyone remembering to. Each mapped domain gets its own, not a wildcard shared with strangers.
One object cache in front of the whole install, so a lookup warmed by one site is warm for the next. Growth in site count does not become growth in query time.
Backups cover the whole install, and a restore can target a single site's tables and uploads — so one customer's mistake is not everyone's rollback.
Run core and plugin updates across the network and see which sites succeeded rather than a single pass or fail for the whole thing.
New sites are created from the dashboard and inherit the network's configuration immediately. No provisioning ticket, no waiting.
One dashboard for every site in the network: which are updated, which failed, which are growing. Add a site, map a domain, or roll one back without touching the others.
Every site in the network gets edge caching, NVMe storage and the shared object cache, so growth shows up in your dashboard rather than in your load times.
A network fails differently from a single site: the shared parts become bottlenecks and the per-site parts become admin.
| Setting | What we do | Why |
|---|---|---|
| Domain mapping | Per-domain certificate, issued and renewed automatically | A network's customers each bring their own domain, and manual certificate renewal across dozens does not scale. |
| Object cache | Shared across the install, keyed per site | One cache in front of a shared database is what stops query time rising with the number of sites. |
| Backups | Whole install, restorable per site | Rolling the network back because one site broke would punish every other tenant. |
| Update runs | Network-wide with per-site results | A single pass or fail across 148 sites tells you nothing about which one needs attention. |
| Uploads | Per-site directories with their own quota accounting | Storage has to be attributable to a site or you cannot bill it or cap it. |
Every plan includes free migration, daily backups, SSL and 24/7 support.
Bring an existing network across — migration is free, including the mapped domains.