Domain names can be transferred after death by providing the registrar with a death certificate, letter of testamentary or administration, and court order appointing you as personal representative, then obtaining the AUTH code to complete the ICANN transfer process (typically 5-7 days). For web hosting, you’ll need to transfer cPanel backups, export databases, and manage SSL certificates separately. This guide covers the technical and procedural steps developers and power users need to transfer domain names and hosting after death, including preventing transfer delays with advance planning.
Understanding Domain Name Transfer Mechanics
Domain name transfers involve moving registration from one registrar to another, or transferring control within the same registrar to a different account. The process requires authorization from the current registrant and cooperation from both the losing and gaining registrars.
ICANN, the governing body for domain names, establishes transfer policies that all accredited registrars must follow. The standard transfer process includes:
- Unlock the domain at the current registrar
- Obtain the authorization code (also called EPP code or transfer key)
- Initiate the transfer at the new registrar
- Confirm via email sent to the domain’s administrative contact
- Wait for propagation (typically 5-7 days)
For transfers occurring after death, registrars typically require additional documentation beyond the standard authorization code.
Required Documentation for Death-Related Transfers
When a domain owner dies, registrars need proof of death and authority to act on behalf of the deceased. Documentation requirements vary by registrar, but expect to provide:
- Death certificate (certified copy, not a scan)
- Letter of testamentary or letter of administration if the estate is in probate
- Court order appointing the requester as personal representative or executor
- ID verification of the person requesting the transfer
Some registrars accept alternative documentation like:
- Beneficiary designation on file with the registrar
- Transfer-on-death (TOD) provisions registered with the domain
- Small estate affidavits for domains of limited value
Contact the registrar’s legal or customer support department before gathering documents. Policy differences between registrars can affect which documents they accept.
Step-by-Step Transfer Process
Step 1: Locate Account Credentials
Before any transfer can occur, you need access to or information about the deceased’s registrar account. This includes:
- The registrar name (GoDaddy, Namecheap, Cloudflare, etc.)
- The account email address
- Any stored payment methods or billing information
If the deceased used a password manager, check there first. Many developers store registrar credentials alongside other service credentials. If no password manager exists, the registrar may require additional identity verification.
Step 2: Contact the Registrar
Email or call the registrar’s support team explaining the situation. Use a subject line like “Death Transfer Request - [Domain Name]” and include:
- Your name and relationship to the deceased
- The domain name(s) in question
- A summary of what you’re requesting
- Your contact information
Most registrars have dedicated processes for death-related transfers. GoDaddy calls this a “Trust/Estate” transfer request. Namecheap handles these through their legal department. Cloudflare requires court documentation.
Step 3: Submit Required Documentation
After initial contact, the registrar will specify what documents they need. Send certified copies rather than originals—they typically don’t return documents. Keep copies for your records.
Expect a processing time of 2-4 weeks for documentation review. Some registrars expedite this for active businesses, but estate transfers rarely receive priority treatment.
Step 4: Complete the Technical Transfer
Once documentation clears, the registrar will guide you through the technical transfer:
For transfers to a different registrar:
1. Log into the deceased's registrar account (or have support unlock it)
2. Disable domain privacy if enabled
3. Obtain the transfer authorization code
4. Initiate transfer at the new registrar with the authorization code
5. Confirm transfer approval email from the old registrar
For account-to-account transfers within the same registrar:
1. Provide the gaining account ID to the registrar
2. Sign a transfer authorization form (provided by registrar)
3. Wait for registrar to complete the internal transfer
Hosting Account Transfers
Web hosting accounts add complexity because they often contain:
- Website files and databases
- Email accounts and archives
- SSL certificates
- Application configurations
Transferring cPanel/WHM Accounts
If the deceased used cPanel hosting, you have several transfer options:
Full account transfer (recommended for complex sites):
- Request a full backup from the host using the deceased’s account
- Download the backup archive
- Create a new account at your chosen host
- Restore the backup to the new account
Partial transfer (for simpler needs):
- Use FTP/SFTP to download public_html contents
- Export databases via phpMyAdmin or command line:
mysqldump -u username -p database_name > backup.sql - Upload to new hosting and reimport databases
Transferring Cloud Infrastructure
For developers using AWS, Google Cloud, or similar providers:
-
AWS: Requires a death certificate and legal documentation. The process goes through AWS Trust & Safety. You may need to create a new account and rebuild resources, as direct account transfers aren’t supported.
-
Google Cloud: Similar requirements. Contact Google Cloud Support with documentation proving your authority over the estate.
-
DigitalOcean/Vultr/Linode: These providers typically allow account access transfers with proper documentation. Open a support ticket explaining the situation.
SSL Certificate Considerations
SSL certificates are tied to specific domains and may include the organization name. When transferring:
- Export the private key and certificate from the old server:
# Apache cat /etc/ssl/certs/domain.crt /etc/ssl/private/domain.key # Nginx cat /etc/nginx/ssl/domain.crt /etc/nginx/ssl/domain.key - Install the certificate on the new server, or
- Generate a new certificate using Let’s Encrypt (free) on the new host:
certbot certonly --webroot -w /var/www/html -d example.com
New certificates take effect immediately and avoid transfer complications with organization-validated certificates.
Prevention: Setting Up Transfers Before Death
The easiest transfer is one planned in advance. Developers and power users can take several proactive steps:
Enable Transfer-on-Death Provisions
Some registrars (notably GoDaddy and certain TLDs) support transfer-on-death designations. Set this up in the domain settings to bypass probate requirements.
Document Everything
Maintain a secure document containing:
- Registrar account credentials
- Hosting provider information
- Access credentials for any related services
- Instructions for your designated executor
Store this in a password manager with emergency access enabled, or in a secure physical location known to your executor.
Use Multi-User Access
If using services like Cloudflare or GitHub, add team members or organizations. This provides automatic access continuation without transfer processes.
Register Domains Through a Business Entity
Registering domains through an LLC or corporation can simplify transfers if the entity survives the owner. The domain becomes an asset of the business rather than personal property.
Transfer Checklist for Executors
When handling domain transfers after death, use this checklist:
Domain: __________________________
Registrar: ______________________
Transfer Status: ________________
Documentation:
☐ Death certificate (certified copy)
☐ Letter of testamentary/administration
☐ Court order appointing personal representative
☐ ID verification of requester
☐ Any existing transfer-on-death designations
Technical Steps:
☐ Locate all registrar accounts
☐ Find associated email addresses
☐ Identify all domains under each account
☐ Check for active renewals or subscriptions
☐ Download any domain configurations/DNS settings
Communication:
☐ Initial contact with registrar's legal team
☐ Submit documentation (keep copies)
☐ Obtain transfer authorization codes (EPP)
☐ Initiate transfer at receiving registrar
☐ Confirm transfer approval via email
☐ Verify propagation after 5-7 days
Post-Transfer:
☐ Update DNS records if changed
☐ Verify website accessibility
☐ Check email forwarding
☐ Update nameserver settings if needed
☐ Export all configuration for records
Registrar-Specific Procedures
GoDaddy: Requires notarized letter of testamentary and certified death certificate. Processing time: 2-3 weeks. Contact their Estate & Trust department.
Namecheap: Accepts letters of administration. Can usually process in 1-2 weeks. Requires scan of government-issued ID plus estate documentation.
Cloudflare: Stricter requirements. Requires full probate documentation and court order. May require 4+ weeks for processing.
Google Domains: Recently acquired by Squarespace. Check current procedures via their registrar support, as policies may change.
Email and DNS Impact During Transfer
Transferring a domain can disrupt email and DNS resolution if done incorrectly. To prevent service interruption:
- Before transfer: Export current DNS records from the old registrar
# If you have access to APIs or DNS manager: dig @ns1.old-registrar.com domain.com ANY -
During transfer: Keep the domain locked at the old registrar until transfer initiates at the new registrar
- After transfer: Immediately import DNS records at the new registrar
Option A: Use zone file import if available Option B: Manually recreate each DNS record Option C: Point nameservers to original provider (keeps DNS intact) - Verification: Test DNS resolution
nslookup domain.com dig domain.com MX # Check mail records dig domain.com TXT # Check verification records
Handling Subdomains and Email Services
When transferring domains with existing subdomains or email services:
- Email forwarding: If domain had email forwarding, recreate it at new registrar
- Subdomains: Verify all subdomains resolve correctly post-transfer
- CNAME records: Update any CNAME records pointing to external services (CDN, email, etc.)
- SPF/DKIM/DMARC: Email authentication records must stay intact for mail delivery
For Gmail, Yahoo, or other email services accessing the domain:
# Verify email records before transfer
dig domain.com MX
dig domain.com TXT | grep "v=spf1"
Cost Considerations
Domain transfers have financial implications:
- Transfer fee: Most registrars charge $8-15 per domain for transfers
- Renewal extension: Transfer often auto-renews for 1 year; this costs varies ($8-35+)
- Bulk transfers: If managing multiple domains, some registrars offer discounts
- Hosting account transfer: Moving hosting separately may incur additional fees
Budget 2-4 weeks and $15-50 per domain for straightforward transfers, potentially more if hosting is included.
Long-Term Planning for Digital Assets
Prevent future transfer delays by establishing these practices now:
- Digital asset inventory: Create a document listing all domains, registrars, and credentials
- Passwords: Store in a password manager with emergency access for heirs
- Transfer authorization: Pre-authorize trusted individuals as account contacts where possible
- Beneficiary instructions: Leave clear written instructions for digital asset handling
- Regular updates: Review and update the inventory annually, especially after changing registrars
Store this inventory with other critical documents (will, financial accounts) or designate a trusted executor with secure access.
Related Articles
- Digital Business Asset Inheritance How To Transfer Saas Acco
- Nft And Digital Asset Inheritance How To Transfer Ownership
- Anonymous Domain Registration How To Buy Domain Without Expo
- Set Up Catch All Email Domain For Unlimited Private Aliases
- How To Use Domain Fronting To Access Blocked Services From C
Built by theluckystrike — More at zovo.one