To disable all WordPress plugins from cPanel, you can use the File Manager to rename the plugins folder. Here's how:

- Log into cPanel and open the File Manager
- Navigate to your WordPress installation folder, typically
public_htmlor a subdirectory - Go to the wp-content folder
- Find the "plugins" folder and right-click on it
- Select "Rename" and change it to something like
plugins_disabledorplugins.old
This immediately deactivates all plugins because WordPress can't find the plugins folder anymore.
Once you've resolved whatever issue you're troubleshooting, you can:
- Rename it back to
pluginsto reactivate all plugins - Or rename it back and then selectively disable individual plugins through the WordPress admin dashboard
Disable a Specific WordPress Plugin from cPanel
If you only want to disable one plugin:
- Navigate to
wp-content/plugins - Find the folder of the specific plugin you want to disable
- Right-click on that plugin's folder and select Rename
- Add something like
_disabledto the end of the folder name (e.g., renamecontact-form-7tocontact-form-7_disabled)
This will deactivate just that one plugin while leaving all others active. To reactivate it later, simply rename the folder back to its original name.
Once your site is back up and running, you can easily reactivate your plugins and identify which one was causing the issue. Keep this method in your troubleshooting toolkit; it might just save your site one day.
See also: Does Under Attack Mode block Google Search?


