Skip to content
On this page

Advanced

Site is down

Your site is unreachable. This page gets you to the right fix as fast as possible. Match what you see to the table below.

Symptom

  • DomainDash marks the site as Down
  • The browser shows an error page: "ERR_CONNECTION_REFUSED", "This site can't be reached", "ERR_NAME_NOT_RESOLVED", or an HTTP error page (502, 503, 500)
  • Visitors report they can't load the site

What it means

"Site is down" is a symptom, not a single problem. It covers several distinct failure modes, each with a different cause and a different fix. The quickest way to get your site back up (and your visitors back in) is to identify which specific failure you're dealing with, then follow the page for that one. The clues are easier to read than you'd think.

Possible underlying issues

Match what you see in your browser (or the reason DomainDash shows) to the right page:

What you're seeingLikely issuePage
Browser: "ERR_CONNECTION_REFUSED" / instant failServer refusing connectionsConnection refused
Browser: "This site can't be reached" / slow then failServer not responding in timeConnection timeout
Browser: "ERR_NAME_NOT_RESOLVED" / DNS errorDomain not resolvingDNS resolution failed
Browser: 502 / 503 / 504 / 500 pageServer returning an errorHTTP 5xx response
Browser: 404 / 401 / 403 pageRequest rejected by the applicationHTTP 4xx response
Loads, but very slowlyPerformance bottleneckSite responding slowly

How to identify which issue you have

  1. Open DomainDash and look at the uptime status for the affected site. The site shows Down, with a plain-English reason for the failure. That reason maps directly to one of the pages above.

  2. If you need to dig deeper, run this from a terminal to see what's happening at the connection level:

    bash
    curl -v https://example.com

    Replace example.com with your domain. A TCP connection failure means you have a connectivity issue: an instant "Connection refused" points to connection refused, while a request that hangs with no response before failing points to a connection timeout. An HTTP status code in the response means the server is reachable but replying with an error.

  3. Check your browser's developer tools. Open the Network tab (F12 in Chrome), reload the page, and look at the status column. A red row with a status code confirms the HTTP error; a row that says "Failed" with no status confirms a connection-level issue.

How to verify

Once you've applied the fix from the specific issue page, confirm it worked for everyone, not just your cache:

  1. Open the site in a fresh browser window (incognito mode clears cached state). It should load normally.
  2. Open the site in DomainDash. It re-checks on its normal schedule, so once your fix is live the status returns to Healthy on its own within a check cycle, with nothing to click.

Catch this automatically

DomainDash keeps an eye on this for you — and tells you in plain English the moment something needs your attention, before your visitors notice. Set up in under a minute, no credit card.