Secure a WordPress Hosting Account in 30 Minutes: cPanel Checklist

Most WordPress hacks are caused by weak defaults. This checklist focuses on actions you can complete in under 30 minutes to significantly increase security.


1. cPanel Security Settings

Enable immediately:

  • Two-Factor Authentication

  • Change cPanel password

  • Enable Hotlink Protection

Disable:

  • Unused FTP accounts

  • Old email accounts


2. WordPress Hardening

Checklist:

  • Change admin username

  • Enforce strong passwords

  • Enable automatic updates

  • Install only necessary plugins

Recommended plugins:

  • Wordfence or iThemes Security (basic features only)


3. File and Access Protection

Add to .htaccess:

<files wp-config.php>
deny from all
</files>

Disable XML-RPC if not needed:

add_filter('xmlrpc_enabled', '__return_false');

4. Backup Strategy (Non-Negotiable)

Minimum setup:

  • Daily backups

  • Offsite storage

  • At least 7 days retention

Never rely on hosting-only backups.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *