{"id":20251,"date":"2026-07-20T14:15:08","date_gmt":"2026-07-20T12:15:08","guid":{"rendered":"https:\/\/surver.nl\/?post_type=kennisbank&#038;p=20251"},"modified":"2026-07-20T14:18:33","modified_gmt":"2026-07-20T12:18:33","slug":"reset-wordpress-restore-installation-to-factory-settings","status":"publish","type":"kennisbank","link":"https:\/\/surver.nl\/en\/kennisbank\/wordpress-resetten-installatie-terugzetten-naar-fabrieksinstellingen\/","title":{"rendered":"Resetting WordPress: Restoring the Installation to Factory Settings"},"content":{"rendered":"<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"600\" src=\"https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/WP-reset-e1784549697934.jpg\" alt=\"\" class=\"wp-image-20253\" srcset=\"https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/WP-reset-e1784549697934.jpg 1024w, https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/WP-reset-e1784549697934-300x176.jpg 300w, https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/WP-reset-e1784549697934-768x450.jpg 768w, https:\/\/surver.nl\/wp-content\/uploads\/2026\/07\/WP-reset-e1784549697934-18x12.jpg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Your test site has become a mess of experiments, you want to start building from scratch with a clean slate, or you\u2019ve taken over a site that\u2019s so cluttered that starting over feels faster than cleaning it up. This raises the question: Can WordPress be reset to factory settings, just like a phone? Yes, it can\u2014and sometimes it really is the best choice. But a reset is irreversible and more drastic than many people expect, so we\u2019ll treat it as it deserves: as a last resort, starting with a careful assessment, then backing up what you want to keep, and only then performing the reset itself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What a reset actually does (and what it doesn't do)<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A WordPress reset clears the database (where all your content and settings are stored) and restores it to the state of a fresh installation. Specifically, the following will be deleted: all your pages and posts, all settings, all users except yourself, and all plugin and theme configurations. What remains by default are the files. Your themes, plugins, and uploaded media will still be on the hosting server after a reset, but they\u2019ll be deactivated and disconnected. Most reset plugins offer additional options to delete those files and uploads as well, if you choose to do so.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Important distinction: a reset is not the same as clearing your hosting account. The reset works within WordPress and leaves the installation itself intact; you can start building again right away. If you want to completely remove WordPress from your hosting account\u2014including all files and the database itself\u2014you don\u2019t do that with a reset but through your hosting control panel, for example, via Installatron. That\u2019s a different task with a different goal: to completely remove this installation rather than start over.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>First, let's honestly consider: Is a reset really necessary?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In our experience, people consider resetting their site more often than is necessary. If you just want to get rid of a broken plugin or a failed change, restoring from a backup is the right approach: it brings you back to a working state without losing anything. If you just want to clean up the content but keep settings and users, manually deleting pages and posts is more precise. And if the site has been hacked, a reset can actually be a pitfall: malware tends to nestle in the very files that a standard reset leaves untouched, so a thorough cleanup is necessary. A reset is the right tool in exactly one situation: when you intentionally and permanently want to continue with a blank site on the same installation. Test environments, practice sites, and complete rebuilds\u2014that\u2019s what it\u2019s for.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Back Up Before You Delete<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\"Irreversible\" means: if you don't secure it now, you'll lose it. Go through these three points, even if you think you don't need anything.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Make a complete backup of your files and database, and store it outside your hosting environment\u2014for example, on your own computer. Not because you expect to need it, but because the thought, \u201cOh, I really wish I\u2019d saved that one page,\u201d is guaranteed to occur to you only after the reset. You can read about how to create a complete backup in our <a href=\"https:\/\/surver.nl\/en\/knowledge-base\/wordpress-backup-en-migratie-de-complete-gids\/\">A Complete Guide to WordPress Backups and Migration<\/a>.<\/li>\n\n\n\n<li>If necessary, export your content separately via Tools and then Export. This will create a file that allows you to selectively restore pages and posts to the new site later\u2014which is useful if you want to start over but still reuse your old blog posts.<\/li>\n\n\n\n<li>Make a note of your list of plugins and license codes. If necessary, take a screenshot of your plugin overview and save the license keys for your paid plugins and themes in a document. This 15-minute effort will save you hours of searching after the reset.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">At Surver: With our managed plans, we automatically perform daily backups. Before performing a deliberate reset, be sure to check that the latest backup is complete, and download a copy yourself; a reset is exactly the kind of situation where you\u2019ll want to have your own copy stored off the server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Performing the reset<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The standard approach is to use a reset plugin; WP Reset is the best known. Install the plugin, go to the Reset section, and take your time to review which options are enabled: the default reset clears the database, and separate tools can also clear themes, plugins, or uploads if desired. You confirm the reset by literally typing the word \u201creset\u201d\u2014a deliberate security measure that\u2019s there for a reason. Once complete, you\u2019ll be taken to a fresh WordPress installation with only your administrator account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For advanced users, WP-CLI (WordPress\u2019s command-line interface) is the faster and more precise option: `wp db reset` empties the database, followed by `wp core install` for a fresh configuration. If you also want to refresh your files, delete the wp-content\/themes and wp-content\/plugins folders and perform a clean install. On test environments that you frequently restore, a small script containing these commands is worth its weight in gold.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>After the reset: Get back on track right away<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A blank site is an opportunity: you can now fix all the choices that made your previous site cluttered\u2014all at once. Start by laying the foundation: settings, permalinks, a carefully chosen theme, and only the plugins you really need. Our <a href=\"https:\/\/surver.nl\/en\/knowledge-base\/een-website-maken-met-wordpress-de-startgids-voor-beginners\/\">A Beginner's Guide to Creating a Website with WordPress<\/a> will walk you through that setup process in the correct order. And be sure to take this lesson from your previous site to heart: the clutter you just got rid of was caused by building without a regular maintenance routine. You can find out how to set that up properly this time\u2014from updates to cleanup sessions\u2014in our <a href=\"https:\/\/surver.nl\/en\/knowledge-base\/wordpress-management-the-complete-guide-for-beginners-and-advanced-users\/\">A Complete Guide to WordPress Management<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Tip from Surver: If you're unsure whether your situation calls for a reset, a backup and restore, or a cleanup, please consult our support team. We deal with this kind of decision every day and are here seven days a week to give you honest advice on the quickest solution.<\/p>","protected":false},"excerpt":{"rendered":"<p>Je testsite is een rommeltje geworden van experimenten, je wilt met een schone lei opnieuw beginnen met bouwen, of je hebt een site overgenomen die zo vervuild is dat opnieuw starten sneller voelt dan opruimen. Dan komt de vraag op: kan WordPress terug naar fabrieksinstellingen, zoals een telefoon? Ja, dat kan, en het is soms [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":20253,"template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}}},"kennisbank_categorieen":[62],"class_list":["post-20251","kennisbank","type-kennisbank","status-publish","has-post-thumbnail","hentry","kennisbank_categorieen-wordpress"],"acf":[],"_links":{"self":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/kennisbank\/20251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/kennisbank"}],"about":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/types\/kennisbank"}],"author":[{"embeddable":true,"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/users\/2"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/media\/20253"}],"wp:attachment":[{"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/media?parent=20251"}],"wp:term":[{"taxonomy":"kennisbank_categorieen","embeddable":true,"href":"https:\/\/surver.nl\/en\/wp-json\/wp\/v2\/kennisbank_categorieen?post=20251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}