Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Wie man alle Plugins deaktiviert, wenn man nicht auf WP-Admin zugreifen kann

Hatten Sie schon einmal Probleme mit Ihrer WordPress-Website, konnten aber nicht auf den Admin-Bereich zugreifen, um die Probleme zu beheben? Dies ist eine frustrierende Erfahrung, die viele Benutzer von WordPress irgendwann machen.

Eine gängige Problembehandlung besteht darin, alle Plugins zu deaktivieren und sie dann nacheinander wieder zu aktivieren. So lässt sich feststellen, ob ein Plugin-Konflikt die Ursache des Problems ist. Aber was tun Sie, wenn Sie sich nicht einmal bei wp-admin anmelden können, um diesen wichtigen Schritt durchzuführen?

Keine Sorge, es gibt eine Lösung. In dieser Anleitung zeigen wir Ihnen, wie Sie alle WordPress Plugins deaktivieren können, wenn Sie aus Ihrem Admin-Bereich ausgesperrt sind.

Deactivating all WordPress plugins without accessing admin area

Es gibt zwei gängige Methoden, um Plugins zu deaktivieren, ohne auf den Admin-Bereich Ihrer WordPress-Website zuzugreifen. Sie können die Methode wählen, die Ihnen einfacher erscheint:

Methode 1: Deaktivieren Sie alle WordPress-Plugins per FTP

Für diese Methode müssen Sie entweder einen FTP-Client oder die Dateimanager-App in Ihrem WordPress-Hosting-Kontrollpanel verwenden.

Wenn Sie noch nie mit FTP gearbeitet haben, sollten Sie sich unseren Leitfaden zum Hochladen von Dateien in WordPress mit FTP ansehen.

Zunächst müssen Sie mit einem FTP-Client oder dem Dateimanager im cPanel eine Verbindung zu Ihrer Website herstellen. Sobald Sie verbunden sind, müssen Sie zum Ordner /wp-content/ navigieren.

Innerhalb des Ordners wp-content finden Sie einen Ordner namens plugins. Hier speichert WordPress alle Plugins, die auf Ihrer Website installiert sind.

Rename plugins folder

Klicken Sie mit der rechten Maustaste auf den Plugins-Ordner und wählen Sie “Umbenennen”.

Als Nächstes ändern Sie den Namen des Ordners nach Belieben. In unserem Beispiel werden wir ihn plugins.deactivated nennen.

Plugins deactivated via FTP

Sobald Sie dies tun, werden alle Ihre Plugins deaktiviert.

Das liegt daran, dass WordPress nach einem Ordner namens “Plugins” sucht, um die Plugin-Dateien zu laden. Wenn es den Ordner nicht findet, deaktiviert es automatisch die aktiven Plugins in der Datenbank.

Diese Methode wird in der Regel verwendet, wenn Sie aus Ihrem Verwaltungsbereich ausgesperrt sind. Wenn das Problem mit Ihren Plugins zusammenhängt, sollten Sie sich in den WordPress-Administrationsbereich einloggen können.

Wenn Sie die Seite Plugins ” Installierte Plugins im WordPress-Administrationsbereich besuchen, sehen Sie Benachrichtigungen für alle Plugins, die deaktiviert wurden.

WordPress plugins deactivated

Sie werden auch feststellen, dass alle Ihre Plugins jetzt verschwunden sind. Keine Sorge, sie sind alle sicher, und Sie können sie leicht wiederherstellen.

Wechseln Sie einfach wieder zu Ihrem FTP-Client und gehen Sie zum Ordner /wp-content/. Von hier aus müssen Sie den Ordner ” plugins.deactivated ” wieder in "plugins" umbenennen.

Nun können Sie zur Seite Plugins ” Installierte Plugins im WordPress-Administrationsbereich zurückkehren und ein Plugin nach dem anderen aktivieren, bis Ihre Website wieder funktioniert.

Jetzt wissen Sie genau, welches Plugin das Problem verursacht hat. Sie können dann den Ordner dieses Plugins per FTP von Ihrer Website löschen oder den Autor des Plugins um Unterstützung bitten.

Methode 2: Deaktivieren Sie alle Plugins mit phpMyAdmin

Die FTP-Methode ist unserer Meinung nach definitiv einfacher. Sie können aber auch alle WordPress-Plugins mit phpMyAdmin deaktivieren.

Wichtig: Bevor Sie irgendetwas tun, machen Sie bitte eine vollständige Datenbanksicherung. Dies wird sich als nützlich erweisen, wenn etwas schief geht.

Als nächstes müssen Sie sich bei Ihrem Webhosting-Dashboard anmelden. In diesem Beispiel zeigen wir Ihnen ein cPanel-Dashboard. Das Dashboard Ihres Hosting-Kontos kann anders aussehen.

Klicken Sie auf das Symbol “phpMyAdmin” unter dem Abschnitt Datenbanken.

Selecting phpMyAdmin on cPanel

Dadurch wird phpMyAdmin in einem neuen Browserfenster gestartet.

Sie müssen Ihre WordPress-Datenbank auswählen, wenn sie nicht bereits ausgewählt ist. Danach können Sie die WordPress-Datenbanktabellen sehen.

Click at wp-options

Wie Sie sehen können, haben alle Tabellen in der Datenbank das Präfix wp_ vor dem Tabellennamen. Ihre Tabellen können ein anderes Datenbankpräfix haben.

Sie müssen auf die Tabelle wp_options klicken. In der Tabelle wp_options sehen Sie Zeilen mit verschiedenen Optionen. Suchen Sie die Option “active_plugins” und klicken Sie dann auf den Link “Bearbeiten” daneben.

Click the Activate_Plugins option

Auf dem nächsten Bildschirm müssen Sie das Feld option_value in a:0:{} ändern.

Klicken Sie dann auf die Schaltfläche “Go”, um Ihre Änderungen zu speichern.

Reset active plugins

Sie haben alle WordPress-Plugins mit phpMyAdmin erfolgreich deaktiviert. Wenn ein Plugin Sie daran gehindert hat, auf den WordPress-Admin zuzugreifen, dann sollten Sie sich jetzt anmelden können.

Video-Anleitung

Subscribe to WPBeginner

Expertenanleitungen zu WordPress-Plugins

Wir hoffen, dass dieser Artikel Ihnen geholfen hat, alle Plugins in WordPress zu deaktivieren. Vielleicht interessieren Sie sich auch für einige andere Anleitungen zur Problembehandlung von WordPress Plugins:

Wenn Ihnen dieser Artikel gefallen hat, dann abonnieren Sie bitte unseren YouTube-Kanal für WordPress-Videotutorials. Sie können uns auch auf Twitter und Facebook finden.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

337 KommentareLeave a Reply

  1. Thank you for the instructions using phpMyAdmin. I was always used to deactivating plugins via FTP, but it’s great to know other options in case I can’t access FTP. Great job.

  2. I tried to deactivate my plugins using the FTP process on WordPress version 6.3, and the website crashed.

    I was able to rename the plugins file and restart it okay. Just letting you know.

    • Thank you for letting us know, it would depend on the specific error message for what could have happened but glad to hear you were able to fix the issue!

      Admin

  3. In the article it says;
    On the next screen, you will need to change the option_value field to a:0:{.

    Which I think should be a:0:{}

  4. I have changed the file name in FTP as suggested and am able to log into the WordPress admin, but as soon as I change the file name back to the original, the error comes back. Which means I am not able to deactivate / reactivate plugins one at a time.

    Can you help?

    • In that case, you would want to use the second method from the article and that should force the plugins to deactivate.

      Admin

  5. Thanks a lot for the information. I had activated Google reCaptcha v3 in Ultimate Member and was not able to login to the wp-admin using super admin details. I just renamed the directory recaptcha under directory plugin from FTP and the trick worked, it allowed me to login and disable Google reCaptcha v.3 from dashboard. Thanks a ton.

  6. Thank you for this post and all the options. I did the PHPmyadmin one before but this time I just renamed the plugin file in cpanel. So much easier and faster and it triggered a “database repair” notice. I did that and found that my Options table had crashed. I renamed the plugins file back to the original and ran the repair database again and it worked fine!

  7. I had a problem with my Jetpack plugin after I upgraded my PHP and WP. It would not let me deactivate or delete it. I went in the WP plugin folder and renamed the Jetpack plugin folder. Refreshed the plugin admin page in WP and Bob’s your uncle! I deleted the plugin through the admin panel and removed the folder from the root.

  8. It solved my problem. I was able to log in to the admin site of word press again. Thank you so much. You are a blessing.

  9. Hi, I did not install any plugins recenty, the only thing i did I changed the email.When I finished the process few hours later I could not enter The Dasboard (Sorry, you are not allowed to access this page). Any solutions Ty

  10. Unfortunately, both of these options did not help (still get error saying site is experiencing technical difficulties) after doing a plugin update (also updated wordpress 5.4 yesterday? could that be the culprit?)

  11. Hello,

    I need a help. whenever i tried to access my website I got download option. I tried your all above suggestions but it’s was’nt work for me. I renamed my plugin folder in my cpanel as plugin.deactivate after that I did changes in phpmyadmin in wp-options I edited active plugin folder . still I got download option. what should I do now .
    Thanks in advance.

  12. Hello , tried your suggestion but i am unable to alogin into my wordpress admin area.any other suggestion?this is emergency.

  13. I want to install the Yoast SEO plugin in wordpress. After I do that I need to Deactivate the plugin currently used, correct? I am new to working with WordPress and I need to do this on my own since the guy that made my website abandoned helping me any further! Any Help would be so Much appreciated! Thanks!

    • You would only need to remove your other plugin if it is an SEO plugin. If it is then you would want to remove it to prevent some common issues.

      Admin

  14. Omg! You guys saved the day! Thank you so much! After I have spent so much time trying to get my site fixed your easy to follow guide had it fixed in minutes. So thank you!

    • If disabling your plugins didn’t help, you would want to reach out to your hosting provider and they should be able to assist with that issue

      Admin

  15. Thanks a lot – this is a site saver!

    Quick question: after the plugin folder is renamed, when go back in the wordpress WP – admin back office plugins list, is it safe to delete such plugin (which folder has been renamed), or will this action be harmful?

    Many thanks!

    Mig

    • Using the delete method inside your WordPress site would be the best method for removing that plugin permanently as it will go through the uninstall steps of the plugin.

      Admin

  16. Which FTP program is for free and it is good to down load without giving the full permissions to take over your computer s full admin.?

  17. Great Stuff! I used the 2-factor authentication plug-in, and could not login to my wordpress dashboard anymore. Your ftp solution solved it 100%.

  18. hi

    why i cannot sign in to wordpress admin of my subdomain?

    it appears IP Options -ExecCGI

    on my site. can u solve my problem?

    • For that message, you would want to reach out to your hosting provider and they should be able to help you fix it :)

      Admin

  19. Hello,
    My Word Press site displays normally to visitors but I am getting the WSoD on the WP-Admin login page.

    I have tried increasing WordPress Memory to 512Mb and I have tried disabling all plugins. Neither seem to have helped.

    I checked and the site was still loading normally but with all the plugins clearly not running. But I get the WSoD when I try to login as admin

    I re-activated plugins and everything went back to normal for visitors.

    Have you any suggestions what to try next?

  20. I’M NOT A DEVELOPER – Please help!

    I was having issues logging into wordpress so I deactivated all plugins in cPanel phpMyAdmin. Now, I cannot find my active plugins in wp-option/option name. When I look in wp-content there is a plugins.bak file which shows all of my installed plugins. How do I reactivate them?

  21. Hi

    I deactivated all the plugins by changing the ‘plugin’ name in FileZilla. But the problem is I can’t enter my website at all to see what plugins aren’t working. This is what comes up when I try to login: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas17_datahtml/wp-config.php:1) in /home/content/p3pnexwpnas17_data0/html/wp-includes/pluggable.php on line 1223

    please help me! thanks!

  22. Hi

    Through Godaddy, I have an sftp so it didn’t work with. When I changed the protocol to sftp ssh file transfer a dialogue appeared saying ‘the server key is unknown…….do you want to trust it …etc’ what do I do?
    Thanks!

    • It is letting you know you have not used that key before, if you reach out to your hosting provider with the information they can confirm the key is for them

      Admin

  23. This was a big help. Renaming the plugin directory did the trick for me and once I located the problematic plugin all is well. Thanks for the info.

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.