Why Zinn Digital®

Eight reasons this platform is built differently

Zinn Digital® is an operator-run hosting platform, not a reseller panel with a logo on it. We own the engine, the plugins and the automation — which is why the platform can do things a repackaged control panel cannot. Here is every one of them, with the page that proves it.

  • 100,000+PBN sites hosted across every niche
  • 106footprints auto-managed
  • 58languages, with prices in your currency
  • 30 daysno-quibble money-back guarantee

The eight things that make the difference

Each one is a real capability with its own page — read the detail rather than taking the summary on trust.

1 · Connect any AI tool to your hosting

A hosted MCP server lets any MCP-capable agent — Claude Code, Cursor, ChatGPT, Claude Desktop — manage, build and deploy your hosting in plain language. One connection, the whole tool catalog, scoped to what your account may already do.

2 · Two-layer caching, one control

LiteSpeed Enterprise with LSCache full-page caching, plus a per-site Redis object cache, plus CDN at the edge — coordinated, with smart auto-purge so editing a post clears only the pages it affects, across server and CDN in step.

3 · Free plugins we build and ship

Zinn Cache and Zinn Footprint are written to WordPress.org directory standards, GPL-2.0+, security-reviewed and translation-ready. They ship pre-installed in the deploy footprint, auto-update silently, and cost nothing.

4 · Footprint control at two layers

Infrastructure: multi-Cloudflare and CDN account pools with footprint-aware rotation recomputed at deploy time, per-site CDN selection and static-HTML mode. Site: the Footprint plugin strips the WordPress fingerprint automatically.

5 · Multisite hosting without a shared fingerprint

The same technology, framed for portfolios and agencies: host dozens or hundreds of sites with isolated delivery, no bad-neighbourhood IPs and full self-service — without any of the network language.

6 · Wayback Machine restore, built in

Point us at a domain, pick a snapshot date and crawl depth, and we rebuild it: archive toolbar and injected code stripped, links and asset paths rewritten, output as static HTML or a full WordPress site.

7 · SEO tools in the panel

A free SEO Basics tile on every plan — indexed or not, Authority Score, Core Web Vitals — and a paid SEO Pro bundle adding rank tracking, backlink monitoring, competitor intelligence, site health audits and an AI content assistant.

8 · Everything else, included rather than upsold

Kernel-level isolation, real-time malware scanning and a proactive WAF, free automated migrations, immutable offsite backups, staging with push-to-live and git deployment, and a CDN account pool — all part of the platform.

AI-native, because the platform was designed for agents from the start

Most hosting bolts an assistant onto a dashboard. We expose the platform itself over an open protocol, so your AI tool of choice drives it directly.

The Model Context Protocol is the open standard for connecting AI agents to systems. Our MCP server is a thin protocol adapter sitting over the same engine API the dashboard uses — the same action catalog, the same permissions, the same audit trail. That means there is no second, weaker set of AI-only logic to get out of step, and no per-tool integration to maintain. We support the protocol; whatever agent you use next works too.

The three primitives are all there. Tools are the actions: clone to staging, push to live, purge cache, restore from Wayback, run wp-cli, connect a git repo and deploy or roll back, edit DNS, issue certificates, take backups, read SEO data, check billing. Resources are read-only context — site health, config, recent logs, metrics, KB articles — so the agent diagnoses with real data before it touches anything. Prompts are reusable workflows we publish, such as diagnosing a site or preparing a migration.

Safety is the reason it can be allowed near live infrastructure. Authorisation is OAuth 2.1, tokens are scoped to your organisation and your role permissions with row-level security enforced in the database, and every token is per-tool and revocable. Destructive actions require explicit confirmation, spend caps bound anything that costs money, retries are idempotent, and every action is written to the audit log with the identity, the tool, the arguments and the result.

  • Connect from the dashboard: generate an endpoint, then paste a one-click config snippet for Claude Code, Cursor, ChatGPT or Claude Desktop.
  • Interactive by design — AI actions stream and are never queued behind a background job system.
  • Separate sandbox and production tokens, so an agent can be tried without pointing it at live sites.

Speed designed at the origin, not just at the edge

A CDN only helps with what it can cache. We cache in three coordinated layers and keep them consistent.

LSCache full-page cache

LiteSpeed Enterprise serves cached pages directly, so the great majority of visits never reach PHP or MySQL at all. This is the layer that decides WordPress TTFB.

Per-site Redis object cache

Dynamic pages that genuinely must run PHP stay fast under load, because repeated database work is served from memory — per site, not shared across tenants.

CDN and edge on top

Static assets and cacheable HTML are served close to the visitor from the CDN account you choose, with purge coordinated against the origin rather than fired blindly.

Smart auto-purge

Edit a post and only the affected pages clear — on the server and at the CDN, in step. Tag-based invalidation is what makes aggressive caching safe to leave on.

Safe-by-default exclusions

Cart, checkout and logged-in sessions are never cached. Fast static pages that never break a purchase is the whole point of the WooCommerce tuning.

Modern transport underneath

NVMe storage, HTTP/3, per-site PHP version and extension selection, and PowerDNS authoritative DNS across the fleet.

Isolation and containment, honestly described

Density is only acceptable if one site's bad day stays that site's bad day. Here is exactly what is included and what is not.

Every site runs inside a CloudLinux lightweight virtual environment with its own caps on CPU, memory, IO, IOPS, processes and entry processes. A site that runs away, or that is being attacked, is throttled inside its own cage rather than taking the server with it. CageFS gives each tenant an isolated filesystem view — it cannot see other tenants, other sites or sensitive system files, which contains a breach rather than letting it spread. MySQL Governor throttles per-site database usage, so heavy queries on one site do not become slow pages on another.

Attack absorption is layered: Cloudflare at the edge for volumetric floods, L7 WAF, per-site rate limiting and managed challenges; provider protection at the network layer; and LiteSpeed connection throttling with Imunify360's network firewall and entry-process limits on the server itself.

On malware we are precise about the boundary. Real-time scanning, the proactive WAF that blocks exploits before a patch exists, and LVE and CageFS isolation are included for every site on every plan — an infected site threatens its neighbours and our IP reputation, so that protection is never optional. One-click malware cleanup and remediation is an add-on, sold per incident or by subscription, as are advanced protection tiers such as enhanced WAF rules, priority scanning, bot management and dedicated firewall rules.

An engine we own, with no way to be trapped in it

Being the operator rather than a reseller is what makes the rest of this page possible — and it is also why leaving is easy.

  • Every external dependency — payments, registrar, DNS, CDN, cloud, mail, translation, LLM, SEO data, malware scanning — sits behind an adapter with more than one implementation. No vendor is the brain.
  • Bring your own Cloudflare and CDN accounts. You keep ownership of the accounts, the domains and the DNS; we orchestrate them rather than hold them.
  • The public API is the same API the dashboard, CLI, Terraform provider and MCP server use, and no endpoint ships unless it is in the OpenAPI specification — so it is fully documented by construction.
  • Generated SDKs in TypeScript, Python, PHP and Go, plus a CLI and a Terraform provider, so your infrastructure can be code rather than clicks.
  • Free automated migrations in, over connector, FTP, cPanel or SSH, with automatic search-replace, verification, DNS cutover and rollback — and nothing stopping you migrating out.
  • Immutable, offsite, air-gapped per-site backups with tested restores, so your data is recoverable independently of any one system.

Built for the whole world from the first line of code

Internationalisation here is architecture, not a translation plugin added later.

58 languages

Every page, email, notification and knowledge base article is localisable into 58 languages, including full right-to-left support. Content changes re-translate automatically rather than waiting for someone to remember.

Multi-currency pricing

Prices are held in USD and converted, rounded sensibly and stored per currency — so you see a real price in your own currency, not a live conversion that shifts between page load and checkout.

Your currency is yours to choose

We default from your region, you can switch at any time, and the choice follows your account. A subscription locks its currency and price at signup so nothing moves under you.

Multi-region infrastructure

Regional placement and data residency are first-class, so sites can be hosted where their audience and their compliance requirements are.

AI-answerable content

Every public page is server-rendered with structured data and an LLM content map, so answer engines can read and cite it accurately — the same discipline we apply to your sites' SEO.

One account, both product lines

Footprint-Free bulk hosting and mainstream managed WordPress run on one engine and one login, so a portfolio can contain both without splitting your billing or your tooling.

Plans are data, and the trial costs nothing

No sales call, no card, no negotiation ladder.

Footprint-Free Hosting runs on 42 tiers, sized by the number of sites you actually have, from PBN 5 at $6/mo up to PBN 2000 at $2000/mo. Every tier carries the identical entitlement set — footprint-free delivery, free SSL, unlimited bandwidth and disk, daily backups held 30 days with one-click restore, 106 managed footprints, free 10GB email per domain, Majestic metrics, automatic indexing checks, site groups and the domain checker. The only thing that changes as you move up is how many sites you may run.

Prices live in the catalog, not in the website. The page you are reading renders whatever the engine holds, in your currency, which is why a price here is never out of date with a price at checkout. Managed WordPress, WooCommerce, reseller and agency lines are published on the pricing page as their tiers are defined.

The trial is seven days, card-free, on the Footprint-Free line with up to five sites, one per identity. There is no payment step to start and nothing to cancel if you walk away. Behind the paid plans sit a 30-day no-quibble money-back guarantee, free migrations and a 99.99% uptime assurance.

FAQ

What actually makes Zinn Digital® different?

Three structural things. We operate the platform ourselves rather than reselling someone else's, so the automation goes as deep as we need it to. We expose the whole platform over MCP, so any AI agent can drive it with your permissions and your audit trail. And we build the WordPress plugins that make caching and footprint control work, ship them free in every deploy, and hold them to WordPress.org directory standards. Everything on this page follows from those three.

Do I have to use AI to get value from the platform?

No. The dashboard, CLI, API and Terraform provider are complete on their own, and every AI capability is optional and opt-in. The MCP server exists so that if you already work in Claude Code, Cursor or ChatGPT, your hosting is reachable from there rather than being a separate tab. Nothing is AI-only.

Is connecting an AI agent to live hosting safe?

It is bounded rather than unrestricted. An agent inherits exactly the permissions of the identity that authorised it and nothing more, tokens are scoped per tool and individually revocable, row-level security applies in the database itself, destructive actions such as deletion, suspension or spend require explicit confirmation, spend caps limit anything chargeable, and every action is audit-logged with its arguments and result. We would not describe any automation as risk-free, but the blast radius is defined and reviewable.

If a site gets hacked, do you clean it up?

Detection is included on every plan: real-time malware scanning, a proactive WAF that blocks exploits before patches exist, and kernel-level isolation that keeps a compromise inside its own cage. Remediation is different — one-click malware cleanup is an add-on, available per incident or by subscription, alongside advanced protection tiers. We are deliberate about that split so you know what you have before you need it.

What happens if a site of mine is quarantined or suspended?

Quarantine is a containment state and it is not automatic to leave: the site returns only after the issue is cleaned up and the case is reviewed — a follow-up scan alone does not release it. Suspension is the account-level state, resolved by settling payment, fixing the underlying issue or a successful appeal, and it is the state where visitors see a branded holding page rather than a broken site.

Can I bring my own CDN and DNS accounts, or am I locked into yours?

Bring your own. You can add your own Cloudflare and CDN accounts alongside ours and choose which account each site deploys to, keeping ownership of the accounts and the domains. More broadly, every external service on the platform sits behind a swappable adapter, migrations in are free, and there is nothing preventing a migration out.

Is footprint-free hosting the same as multisite hosting?

The technology underneath is shared, the framing is not. Footprint-Free is for network operators and leads with CDN account rotation, the footprint plugin, static-HTML mode and Wayback restore. Multisite and agency hosting sell the same isolation and per-site delivery to people running a portfolio or client sites, without the network language. One caveat worth stating plainly: subdomains share their parent registrable domain and, under a wildcard certificate, a certificate — which makes them linkable through certificate transparency logs. Subdomains belong on the multisite and agency lines, not the footprint-free one.

How much is it, and can I try it before paying?

Footprint-Free runs from $6/mo for PBN 5 to $2000/mo for PBN 2000 across 42 tiers, shown in your currency. You can start with a seven-day, card-free trial on that line with up to five sites, one trial per identity. Paid plans carry a 30-day no-quibble money-back guarantee and free migrations.

See it rather than read about it

Start a card-free seven-day trial on the Footprint-Free line, deploy up to five sites, connect your AI tool and judge the platform on what it does. 30-day money-back guarantee, free migrations, no lock-in.

Start free