All updates
feature security

Container-Level Site Isolation

Every WordPress site runs in its own isolated container with dedicated resources and filesystem.

Every Nettingale site runs in complete isolation. This is how the platform works, not an add-on.

What isolation means

  • Separate filesystem - your files can’t be accessed by other sites, even on the same server
  • Own database - every site gets its own database, not a shared one with table prefixes. Business and Enterprise plans get a dedicated database server
  • Resource boundaries - CPU and memory limits are enforced per-site, so a neighbor’s traffic spike can’t affect yours
  • Independent PHP - each site runs its own PHP process with its own configuration

This rules out cross-site contamination, resource contention, and shared-database exploits by design.