Account Suspended critical
cPanel: This Account Has Been Suspended
The hosting provider has disabled your account at the server level, so every request returns a suspension page instead of your site.
What you see
This Account has been suspended. Please contact the billing/support department as soon as possible.
What’s actually happening
Every URL on the domain returns the same suspension page, including pages that have nothing to do with each other. Your real index file, CSS, and images are untouched on disk but never get served. You can usually still log into WHM or the billing portal even though the public site is dead. The page is plain and unstyled because it comes from Apache/LiteSpeed config, not from your app.
Common causes
- Unpaid or overdue hosting invoice — the most common trigger, and it fires automatically on the due date plus a grace window
- Resource limits exceeded: CPU, memory, inode count, or sustained I/O on a shared plan, which trips the host's automated suspension
- Terms-of-service violation such as sending bulk email, hosting copyrighted or prohibited content, or running a banned script
- Malware or a compromised account — the host suspends to stop outbound spam or attacks originating from your space
- Abuse complaint or chargeback that the provider acted on while they investigate
How to fix it
- Read the actual suspension reasonLog into the billing portal or open a ticket. The public page never states why. Hosts log the reason in WHM under Account Information or send it by email to the account contact. Until you know if it's billing, resources, or abuse, you're guessing.
- Clear the balance if it's billingPay the overdue invoice, then ask support to unsuspend — many panels do not auto-reactivate the instant payment posts. On WHM-managed reseller accounts the reseller, not the datacenter, controls unsuspension, so contact whoever you actually pay.
- Fix the underlying violation before asking for reactivationFor malware, get the list of flagged files, clean or restore from a known-good backup, and rotate every password (cPanel, FTP, database, email). For resource overages, identify the heavy script or query. Hosts often re-suspend within hours if the same problem recurs.
- Escalate if you believe it's a mistakeChargebacks, false malware positives, and DMCA errors happen. Open a ticket with specifics — paid invoice numbers, file hashes, whatever applies — and request a manual review rather than reapplying through the automated flow.
- Export your data while you still have panel accessIf the relationship is ending, suspension usually still permits a cPanel full backup or database dump. Grab it before the account moves to termination, where files get purged.
Stop it recurring
Put hosting invoices on autopay with a backup card, and set a uptime monitor that alerts on the suspension page's text so you hear about it before your customers do.
Related errors