Website Down? A Diagnostic Checklist
Step-by-step checks for an unreachable site: response codes, DNS, hosting status, application errors. Find the cause fast.
If your site is unreachable, work through this checklist in order. Most outages are caused by something on the list below — and identifying which one cuts your time-to-fix dramatically.
1. Confirm the outage
Visit downforeveryoneorjustme.com and enter your URL. If it reports the site is up, the issue is local to your network — try another network, restart your router, flush your DNS cache.
2. Check the response code
Open DevTools (F12) → Network tab and reload. Look at the first request:
- 200 — site is reachable; the problem is in the page itself.
- 404 — the page you requested does not exist; check the URL.
- 500 / 502 / 503 — server-side error. Check your error log in cPanel.
- Connection refused / timeout — the server is not responding. Check your hosting status.
3. Check your domain and DNS
- Has the domain expired? Sign in to manage.maxinames.com → My Domains and check the expiry date.
- Are the nameservers pointing where you expect? Run
dig NS yourdomain.comor use an online DNS checker. - Did you make a recent DNS change? It can take up to 48 hours to propagate globally.
4. Check your hosting
- Is the hosting account suspended? Sign in to your client area — suspended services show a red status.
- Is there a server-wide incident? Check our status page.
- Has the disk filled up? Open cPanel and check the disk usage gauge in the sidebar.
5. Check the application
- Did you recently install a plugin or theme? Disable it via FTP by renaming its folder.
- Check the most recent entries in cPanel → Errors for the actual error message.
- If using WordPress, enable
WP_DEBUGinwp-config.phpfor a more detailed error.
6. Open a support ticket
If you have run through the list and cannot identify the cause, open a support ticket with the URL, the response code you are seeing, and any error log lines you found. We can investigate from the server side.
Still need help?
Our support team replies to tickets around the clock.
Related articles
SSL Renewal and Common Troubleshooting
Why AutoSSL fails, how to fix mixed content, and how to recover from an expired certificate. A quick playbook for SSL issues.
Technical TroubleshootingWhy DNS Changes Take Time to Propagate
How DNS caching works, typical propagation times, lowering TTL ahead of changes, and tools to verify propagation worldwide.
Technical TroubleshootingDiagnosing Slow Site Performance
Find the cause of a slow site: images, caching, plugins, database. PageSpeed-grade improvements you can make this week.