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

Hur man deaktiverar alla tillägg när man ej kan komma åt WP-Admin

Behöver du deactivate alla WordPress tillägg, men du kan inte komma åt WordPress admin area?

Under WordPress felsökning kommer du ofta att få rådet att deactivate alla tillägg och sedan reactivate dem en efter en. Men vad händer om du inte kan komma åt wp-admin för att deactivate dem?

I den här artikeln visar vi dig hur du enkelt deaktiverar alla tillägg till WordPress när du ej har tillgång till wp-admin area.

Deactivating all WordPress plugins without accessing admin area

Video Tutorial

Subscribe to WPBeginner

Om du föredrar skriftliga instruktioner eller vill gå vidare i din egen takt, fortsätt då att läsa instruktionerna under.

Det finns två vanliga metoder för att deactivate tillägg utan att gå in i admin area på din WordPress website. Du kan välja den metod som ser enklast ut:

Metod 1: Deactivate alla tillägg till WordPress med FTP

För den här metoden måste du antingen använda en FTP-klient eller filhanteringsappen i din panel för kontroll av webbhotell WordPress.

Om du inte har använt FTP tidigare kan du läsa vår guide om hur du använder FTP för att uploada filer till WordPress.

Först måste du ansluta till din website med hjälp av en FTP-klient eller filhanteraren i cPanel. När du är ansluten måste du navigera till mappen /wp-content/.

I mappen wp-content ser du en folder som heter plugins. Det är här WordPress lagrar alla tillägg som installerats på din website.

Rename plugins folder

You need to right-click the plugins folder and select ’Rename’.

Ändra sedan namnet på foldern till något som du gillar. I vårt exempel kommer vi att anropa den tillägg .deactivated.

Plugins deactivated via FTP

När du har gjort detta kommer alla dina tillägg att deaktiveras.

Det beror på att WordPress letar efter en folder som heter ”plugins” för att hämta plugin-filerna. När den inte hittar denna folder inaktiveras automatiskt de aktiva tilläggen i databasen.

Vanligtvis används den här metoden när you är utelåst från admin area. Om issue var med dina plugins, då bör du kunna logga in på din WordPress admin area.

Om du besöker sidan Plugins ” Installed Plug ins i WordPress admin area, kommer du att se notifications för alla tillägg som har deaktiverats.

WordPress plugins deactivated

You will also notice that all your plugins have disappeared now. Oroa dig inte; de är all säkra och du kan enkelt återställa dem.

Byt bara tillbaka till din FTP-klient och gå till mappen /wp-content/. Härifrån måste du byta namn på plugins.deactivate folder tillbaka till plugins.

Nu kan du gå tillbaka till Plugins ” Installed Plug ins page inside the WordPress admin area and activate one plugin at a time until your site breaks again.

Kl. 12.00 vet du exakt vilket plugin som orsakade issue. You can then delete that plugin’s folder from your site using FTP or ask the plugin author for support.

Metod 2: Deactivate alla tillägg med hjälp av phpMyAdmin

FTP-metoden är definitivt enklare, enligt vår mening. Men du kan också deactivate alla WordPress tillägg med hjälp av phpMyAdmin.

Import: Innan du gör något, vänligen gör en komplett backup av databasen. Detta kommer att vara till stor nytta om något går fel.

Därefter måste du logga in på din dashboard på webbhotellet. I det här exemplet visar vi dig en dashboard för cPanel. Dashboarden för ditt webbhotell account kan se annorlunda ut.

You will need to click the ’phpMyAdmin’ icon under the Databases section.

Selecting phpMyAdmin on cPanel

Detta kommer att starta phpMyAdmin i ett nytt fönster i webbläsaren.

You will need to select your WordPress database om den ej redan är vald. Efter det kommer du att kunna se WordPress Database Tables.

Click at wp-options

Som du kan se har alla tabeller i databasen prefixet wp_ före tabellnamnet. Your tables may have a different database prefix.

Du måste clicka på wp_options-tabellen. I tabellen wp_options kommer du att se row med olika alternativ. Hitta alternativet ”active_plugins” och klicka sedan på länken ”Edit” bredvid det.

Click the Activate_Plugins option

På nästa vy måste du ändra fältet option_value till a:0:{}.

Klicka sedan på knappen ”Go” för att save your changes.

Reset active plugins

Du har utan problem deaktiverat alla tillägg till WordPress med hjälp av phpMyAdmin. Om ett plugin hindrade dig från att komma åt WordPress-admin, bör du kunna logga in nu.

Expertguider om tillägg till WordPress

Nu när du vet hur du deaktiverar tillägg när du inte kan komma åt wp-admin kanske du gillar att se några andra guider relaterade till WordPress-tillägg:

Vi hoppas att den här artikeln hjälpte dig att deactivate alla tillägg i WordPress. Du kanske också vill lära dig hur du ställer in mål för Google Analytics eller kontrollera vår lista över de bästa tilläggen för backup av WordPress för att hålla dina WordPress-data säkra.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Avslöjande: Vårt innehåll stöds av våra läsare. Det innebär att om du klickar på några av våra länkar, kan vi tjäna en provision. Se hur WPBeginner finansieras, varför det är viktigt, och hur du kan stödja oss. Här är vår editoriala process.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Den ultimata WordPress-verktygslådan

Få GRATIS tillgång till vår verktygslåda - en samling WordPress-relaterade produkter och resurser som varje professionell användare bör ha!

Reader Interactions

338 kommentarerLämna ett svar

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Jiří Vaněk

    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.

    • WPBeginner Support

      Glad we can share another method in case it is ever needed :)

      Administratör

  3. Hollie

    Thanks so much for writing this article- it saved me!
    Big help, thank you!!

    • WPBeginner Support

      You’re welcome!

      Administratör

  4. Alan

    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.

    • WPBeginner Support

      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!

      Administratör

  5. Nick

    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:{}

    • WPBeginner Support

      Thank you for pointing out that typo, we’ve updated the article to fix it!

      Administratör

  6. Tamara

    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?

    • WPBeginner Support

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

      Administratör

  7. Dr. Ashutosh Pradhan

    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.

    • WPBeginner Support

      Glad our article was able to help!

      Administratör

  8. Carol J Dunlop

    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!

    • WPBeginner Support

      Glad to hear our recommendations helped and you were able to solve the problem :)

      Administratör

  9. Jeroen

    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.

    • WPBeginner Support

      Glad you were able to solve the issue :)

      Administratör

  10. Ashley

    I wasn’t having luck with either method but I found a backup from the day before which worked fine.

    • WPBeginner Support

      Thank you for sharing that, restoring from a backup when able is a good option to use

      Administratör

  11. Katy Espiritu

    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.

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  12. Tom

    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

  13. Chris

    Thank you very much, this helped a lot!

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  14. Tahmid Hasan

    It is really working… Thanks a lot

    • WPBeginner Support

      You’re welcome :)

      Administratör

  15. Sheila

    LIFESAVER! Thank you so much for this content! It worked in an instant and I’m back into my Admin dashboard!

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  16. ANDERSON CARVALHO

    THANK YOU!!!!!!!!!!!!!!!!

    • WPBeginner Support

      You’re welcome :)

      Administratör

  17. Tife

    Thanks so much

    Second option work better

    • WPBeginner Support

      You’re welcome, glad our article was helpful :)

      Administratör

  18. S K Shrivastava

    2nd one is really useful

    • WPBeginner Support

      Glad you found our guide helpful :)

      Administratör

  19. Steph

    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?)

  20. Dex Antikua

    My issue got solved easily by following the steps.

    • WPBeginner Support

      Glad our guide was able to help :)

      Administratör

  21. Jimmy

    Thanks a lot for this help, it’s very easy to follow and it works so well

    • WPBeginner Support

      You’re welcome glad our guides are helpful :)

      Administratör

  22. mika

    Thank you so much! it works!

    • WPBeginner Support

      Glad our guide was able to assist :)

      Administratör

  23. Aditi Pygude

    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.

  24. anurag saxena

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

  25. sourabh upadhyay

    very very very good saved my problem

    • WPBeginner Support

      Glad you found our article helpful :)

      Administratör

  26. Ethel

    very helpful, thank you, worked like a charm.

    • WPBeginner Support

      Glad our article was helpful :)

      Administratör

  27. Jerry

    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!

    • WPBeginner Support

      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.

      Administratör

  28. Megan

    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!

    • WPBeginner Support

      Glad our guide could help resolve the issue :)

      Administratör

  29. Aluko Kehinde

    Hi,

    When I go to my website or the wp-admin page, my browser tries to download a file instead of displaying the page.

    • WPBeginner Support

      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

      Administratör

  30. israr777

    Hi Wpbeginner Support,

    How i should i deactivate all plugins in local site ?

    • WPBeginner Support

      You would rename the plugins folder on your computer for that

      Administratör

  31. Mig Hu

    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

    • WPBeginner Support

      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.

      Administratör

  32. Shwetha

    Thank you so much, you saved my day!

    • WPBeginner Support

      Glad we could help :)

      Administratör

  33. DM

    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.?

  34. Artur

    Hey,

    I disabled all plugins, but now all of my Woocommerce is lost.
    What do I do ?

    • WPBeginner Support

      When you reenable your plugins the WooCommerce tools should be available again.

      Administratör

  35. William

    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%.

    • WPBeginner Support

      Glad our guide could help :)

      Administratör

  36. sofea

    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?

    • WPBeginner Support

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

      Administratör

  37. George

    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?

  38. DJ X PAT 254

    You’re the man. Renaming my plugins folder in file manager worked a charm

    • WPBeginner Support

      Glad our article could help :)

      Administratör

  39. internaut

    Thank you! You saved my website! Thanks a lot !!!!!!!!

    • WPBeginner Support

      Glad our article could help :)

      Administratör

  40. Dustin

    Oh my gosh! This worked perfectly!! Thank you so much :)

    • WPBeginner Support

      You’re welcome :)

      Administratör

  41. Tam

    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?

    • WPBeginner Support

      You would want to reactivate them manually in your wp-admin area of your site

      Administratör

  42. meena

    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!

  43. meena

    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!

    • WPBeginner Support

      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

      Administratör

  44. Samar

    Thanks,this really solved my problem…

    • WPBeginner Support

      Glad it could help :)

      Administratör

  45. Monika

    Thank you so much! That helped a lot with the error that crashed my page. And saved my night. And my sanity.

    • WPBeginner Support

      Glad our guide could help :)

      Administratör

  46. Tanya

    This was a perfect step-by-step to help a rookie solve a 500 error. THANK YOU!

    • WPBeginner Support

      Glad our guide could help :)

      Administratör

  47. Josh

    This worked great for me to solve the 500 error. Thanks!

  48. Andy

    Renaming the Plugins directory via cPanel file manager did the trick! Thanks so much!

  49. Gordon

    Thank you so so much!

    BTW I used cPanel File Manager

  50. Kieron

    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.

  51. sharmila

    as a beginner wordpress user, your post done great help. Thank you

Lämna ett svar

Tack för att du väljer att lämna en kommentar. Tänk på att alla kommentarer modereras enligt våra policy för kommentarer, och din e-postadress kommer INTE att publiceras. Vänligen använd INTE nyckelord i namnfältet. Låt oss ha en personlig och meningsfull konversation.