UpdraftPlus
Back up, restore and migrate your WordPress website with UpdraftPlus
If you’re experiencing issues with your AIOS setup or need to perform a clean reinstall, you may wish to remove all traces of the plugin from your WordPress site. Follow the steps below carefully to ensure everything is fully deleted, including database entries and configuration files.
Start by uninstalling AIOS like any other WordPress plugin:
Note: Uninstalling the plugin does not remove all of its data. Continue with the steps below to complete the process.
AIOS creates its own custom database tables. You can manually remove these via phpMyAdmin or another database management tool.
Look for any tables starting with your WordPress table prefix (commonly wp_
) and aiowps
, for example:
wp_aiowps_events
wp_aiowps_login_activity
You can run the following SQL query to identify relevant options and verify what’s safe to remove:
SELECT * FROM wp_options WHERE option_name LIKE '%aio%'
Replace wp_
with your site’s actual table prefix if it’s different.
Once confirmed, delete all AIOS-related tables and rows.
Open the .htaccess
file located in your WordPress root directory and remove any code between the following lines:
# BEGIN All In One WP Security
...AIOS rules here...
# END All In One WP Security
Ensure the following files do not contain references to aios-bootstrap.php
or other AIOS-related code:
wp-config.php
.htaccess
(double-check).user.ini
If any lines referencing aios-bootstrap.php
exist, safely remove them.
Use FTP or your file manager to remove the following files and folders:
/aios-bootstrap.php
– Found in the same directory as wp-config.php
/wp-content/uploads/aios/firewall-rules/settings.php
– Delete this file if it existsOnce everything has been removed, you can reinstall AIOS free or premium from scratch.
Note for Premium users: The Premium plugin is an extension of the free version. Make sure you install and activate the free plugin first before uploading and activating the Premium version.
Try TeamUpdraft’s full suite of WordPress plugins.
Back up, restore and migrate your WordPress website with UpdraftPlus
Speed up and optimize your WordPress website. Cache your site, clean the database and compress images
Secure your WordPress website. Comprehensive, feature rich and easy to use
Centrally manage all your WordPress websites’ plugins, updates, backups, users, pages and posts from one location