Overview
If a plugin breaks your site or prevents access to wp-admin, you can disable it from DirectAdmin.
Method 1 — Disable all plugins (Fast)
- Open DirectAdmin → File Manager
- Go to public_html/wp-content/
- Rename the plugins folder:
plugins → plugins-off
This disables all plugins instantly.
Method 2 — Disable only one plugin
- Go to wp-content/plugins/
- Rename the plugin folder, for example:
elementor → elementor-off
Method 3 — Disable plugins from the database
- Open phpMyAdmin
- Open the wp_options table
- Find option_name active_plugins
- Set the value to a:0:{} (disables all plugins)
Method 4 — Softaculous Emergency Mode
- Open Softaculous → Installations
- Select your WordPress site
- Click Disable Themes & Plugins
Final Steps
- Reactivate plugins one by one
- Update or remove the plugin that caused the problem