How to Use Duplicator with InstantWP
InstantWP is a local WordPress development environment that allows you to quickly set up and test WordPress sites. This guide will walk you through the process of installing a Duplicator backup in InstantWP.
Steps to Install a Duplicator Package in InstantWP
- In the InstantWP interface, click on Themes Folder to open the Web UI.
- Click on the Upload Files icon at the top of the interface.
- Upload both the installer.php and the archive.zip/.daf file that was created with Duplicator.
- Open your browser and go to:
http://127.0.0.1:10080/wordpress/installer.php- This will start the Duplicator installation process.
- Note: This step may fail with an
ERR_UNSAFE_PORTerror, since most modern browsers now block port 10080. - Workaround: In the InstantWP Control Panel, go to the Advanced Tab, click Edit Config, and change
PortOffset=10000to a different value (e.g.PortOffset=11000). Restart InstantWP, then use the Web Console to runwp search-replace 10080 11080(matching your old and new ports) to update the database. Access the installer at the new port going forward. (See InstantWP’s documentation for more detail.)
- Follow the remaining setup instructions to complete the installation.
- Once finished, log in to your WordPress site in InstantWP.
That’s it! You now know how to successfully install a Duplicator backup in InstantWP.