Skip to content
Search

Blog

Closte Outage: What We Know and How to Protect Your WordPress Site

A continuously updated, evidence-based guide to the July 2026 Closte domain incident, including what clientHold and NXDOMAIN mean and what WordPress site owners should do now.

Live incident status

Investigation ongoing

Last updated
July 18, 2026 at 1:15 PM CDT

Closte's primary domain and several Closte subdomains were not resolving when we tested them. ICANN Lookup showed clientHold, and independent DNS tests returned NXDOMAIN. No official explanation or recovery estimate had been located at publication time.

  • closte.com returned NXDOMAIN in independent DNS tests
  • my.closte.com and status.closte.com were also unreachable
  • ICANN Lookup displayed clientHold for closte.com
  • Customer reports indicated mixed availability for independently mapped sites
  • No verified cause or restoration timeline had been published

Closte customers began reporting on July 18, 2026 that the hosting company’s primary domain, account access, and related services were unavailable. Some customers said independently mapped WordPress sites remained online, while others reported missing CDN resources, inaccessible staging sites, or broader outages.

Our own tests found that closte.com and www.closte.com returned NXDOMAIN, meaning DNS resolvers could not find an active record for the domain.clientHold status. According to ICANN’s official explanation of EPP status codes, clientHold tells the registry not to activate the domain in DNS, and the domain consequently will not resolve.

That explains the technical symptom. It does not establish why the hold was applied, whether customer data is affected, or when service will return.

The most important distinction: we can verify that the domain was not resolving and that ICANN reported clientHold. We cannot responsibly claim that Closte permanently closed, failed to pay a bill, was hacked, or lost customer data without direct confirmation.

Current situation at a glance

Primary domainNot resolving during our July 18 tests
DNS responseNXDOMAIN for closte.com and www.closte.com
Registration statusclientHold shown by ICANN Lookup
Customer sitesMixed reports; some custom-domain sites remained available
Official explanationNone located at publication time
Restoration estimateUnknown

What changed

Closte’s website was available in an archived capture dated June 22, 2026. The archived homepage described a WordPress cloud hosting service powered by Google Cloud Platform and LiteSpeed.

Archived Closte homepage captured by the Wayback Machine in June 2026
Closte's homepage as archived on June 22, 2026. Source: Internet Archive Wayback Machine.

When we tested the same domain on July 18, Firefox returned “Server Not Found.”

Firefox Server Not Found error for closte.com on July 18 2026
The visible result when attempting to visit closte.com during our test.

What we verified

ICANN showed clientHold

The registration record displayed clientHold along with transfer-protection statuses. The domain registration itself was not shown as expired; the record listed a registry expiration date in 2029. That makes “the domain simply expired” an unsupported explanation based on the evidence available to us.

ICANN Lookup result for closte.com showing clientHold status
ICANN Lookup showed clientHold for closte.com when captured on July 18, 2026.

A clientHold status can be applied for several reasons. ICANN gives examples that include disputes, nonpayment, or a domain approaching deletion, while registrars may also use holds for verification, abuse, fraud, security, or policy matters. The status alone does not identify which explanation applies here.

Independent DNS checks returned NXDOMAIN

We tested the domain using dig, host, nslookup, and curl. Both the apex domain and www returned NXDOMAIN, and curl could not resolve the host.

$ dig closte.com
status: NXDOMAIN
ANSWER: 0

$ dig www.closte.com
status: NXDOMAIN
ANSWER: 0

$ host closte.com
Host closte.com not found: 3(NXDOMAIN)

$ nslookup closte.com
** server can't find closte.com: NXDOMAIN

$ curl -I https://closte.com
curl: (6) Could not resolve host: closte.com
Terminal DNS tests for closte.com returning NXDOMAIN
Independent command-line tests performed at approximately 1:15 PM CDT on July 18, 2026.

Closte account and status subdomains were also unavailable

We separately tested my.closte.com and status.closte.com; both produced the same browser-level server-not-found behavior. Because the parent domain was absent from DNS, subdomains relying on that zone would also be expected to fail.

Customers reported mixed effects

The initial r/WordPress discussion included reports that some customer sites and WordPress admin areas remained accessible, while Closte-managed resources did not. One participant reported that disabling CDN routing and clearing caches restored normal frontend behavior in their particular configuration.

Reddit discussion where Closte customers reported the July 2026 incident
The initial community discussion included mixed reports about customer-facing sites, admin access, CDN behavior, and staging environments.

Those reports are useful operational clues, but they are not universal fixes. A site’s behavior depends on how its domain, CDN, origin, assets, and staging environment were configured.

What we do not know

At publication time, we had not found a verified public statement from Closte or its registrar that explained:

  • why clientHold was applied;
  • whether the underlying hosting infrastructure remained healthy;
  • whether any customer files, databases, or backups were affected;
  • whether support requests were being received through another channel;
  • when the domain or control panel would return;
  • whether customers should take any Closte-specific recovery action.

The absence of an accessible status page makes it harder for customers to distinguish a domain-level incident from a broader platform failure. Until an official update appears, treat confident explanations circulating in forums as unverified.

This appears similar to a previous Closte incident

A Reddit discussion from April 21, 2025 described a remarkably similar pattern: the Closte domain had no DNS records, the CDN and Closte-hosted staging sites were unavailable, and some custom-domain client sites continued working. Users later reported that service returned.

That history is relevant context, but it does not establish the cause or likely duration of the July 2026 incident.

What Closte customers should do right now

The goal is to preserve options. Do not make an emergency change that destroys the only working copy of your site.

If your production site is still online

  1. Create an off-platform backup immediately. Save the database, wp-content, wp-config.php, uploads, active theme, child theme, and custom plugins.
  2. Verify the backup. An archive that cannot be opened or a database export with no tables is not a recovery plan.
  3. Document DNS. Capture A, AAAA, CNAME, MX, TXT, and CAA records from your registrar or DNS provider.
  4. Inventory dependencies. Note CDN hostnames, Closte subdomains, cron jobs, webhooks, transactional email, object storage, and external integrations.
  5. Avoid destructive edits. Copy the site to a replacement environment before changing or deleting the original.

WordPress administrators who still have /wp-admin/ access may be able to create a backup with a trusted migration tool even when the hosting dashboard is unavailable. Large or complex sites may require server-level access or an existing external backup.

If the site is offline but WordPress admin still works

  • Try the admin URL on the site’s own domain.
  • Export the database and files before troubleshooting CDN or cache settings.
  • Check the browser network panel for failed assets using a closte.com hostname.
  • Determine whether the HTML is loading but scripts, styles, images, or fonts are not.
  • Do not disable services blindly; record every setting before changing it.

A community member reported that disabling Closte CDN routing helped their site. That is a configuration-specific report, not a guaranteed fix. If CDN routing is involved, confirm where DNS will point and whether the origin accepts direct traffic before making the change.

If both the site and admin are offline

Your recovery path depends on what you already control:

  • External backup available: restore it into a clean hosting environment and test before DNS cutover.
  • Registrar and DNS access available: preserve all records and lower TTL only when a tested destination exists.
  • SSH or SFTP still available: download files and export the database without modifying the original environment.
  • No platform access and no external backup: preserve evidence, contact Closte through any known channel, and avoid paying an unknown third party that promises access it cannot prove it has.

A safe emergency migration sequence

  1. Secure a complete source copy. Files and database must come from the same usable point in time.
  2. Provision the replacement environment. Match PHP and database requirements before importing.
  3. Restore and test privately. Use a temporary hostname or hosts-file preview rather than changing public DNS immediately.
  4. Test critical paths. Forms, login, checkout, search, scheduled tasks, webhooks, and email deserve more attention than the homepage alone.
  5. Recreate infrastructure settings. SSL, redirects, caching, CDN rules, DNS, cron, mail delivery, and security controls often live outside WordPress.
  6. Freeze or reconcile content. High-change sites need a final database sync or a short content freeze before cutover.
  7. Change DNS only after validation. Keep the old environment untouched until the replacement has been observed under real traffic.
  8. Revoke temporary access. Remove migration accounts and rotate credentials shared during the emergency.

For more background, see our guides to website backups, diagnosing whether a problem is really hosting, and managed WordPress hosting.

Common mistakes to avoid

  • Changing nameservers before copying the current DNS zone.
  • Assuming an “all-in-one” WordPress backup includes mailboxes or external DNS.
  • Deleting the original environment as part of a migration.
  • Restoring a months-old backup without checking recent orders, form entries, memberships, or content.
  • Giving a stranger your registrar’s primary login instead of creating limited temporary access.
  • Treating a working homepage as proof that checkout, cron, email, and integrations work.
  • Claiming customer data is lost simply because the provider’s domain does not resolve.

Frequently asked questions

Does clientHold mean Closte has permanently shut down?

No. It means the registrar has instructed the registry not to activate the domain in DNS. It is a serious condition, but it does not by itself describe the cause, duration, or future of the company.

Did the domain expire?

The ICANN record captured on July 18 showed a registry expiration date in 2029. Based on that evidence, ordinary expiration was not established as the cause.

Why can some customer sites still work?

A custom domain may point to infrastructure that remains online even while closte.com itself is removed from DNS. However, assets, CDN routes, staging domains, APIs, control panels, or services tied to Closte hostnames can still fail.

Should I migrate immediately?

Preserve a verified backup immediately. Whether to cut over immediately depends on site availability, business impact, backup quality, and whether you can test a replacement safely. A hurried, untested DNS change can turn a partial incident into a complete outage.

Is Best Website offering migration help?

Yes. We are offering a free initial migration assessment for Closte customers affected by this incident. Where a recoverable site copy is available and the migration is a reasonable fit for our managed WordPress hosting, we can coordinate the copy, testing, DNS cutover, SSL, and post-launch checks.

How Best Website can help

Best Website provides managed WordPress hosting with ongoing technical ownership rather than an unmanaged server handoff. That includes backups, monitoring, updates, security, performance review, and a real person responsible for helping when something breaks.

If your Closte-hosted site is currently at risk, contact Best Website with the site’s domain, whether it is still accessible, and what backups or credentials you currently control. We will tell you what can be recovered, what needs to be verified, and whether an emergency migration is appropriate before asking you to make changes.


This article documents tests and public information available on July 18, 2026. It is not affiliated with Closte. We will revise the status and timeline when verifiable new information becomes available.

Related articles

Services related to this article

What to do next

If this article matches your situation, we can help.

Explore our services or start a conversation if your team needs a practical, technically strong website partner.