WP Toolkit lets you clone a WordPress site, create a staging environment, and take backups — all without external plugins or manual database exports.
Clone a site
Cloning creates an identical copy of a WordPress installation at a new location. Use it to duplicate a site for a new project, or to move a site to a different domain or directory.
- In WP Toolkit, find the site you want to clone.
- Click the three-dot menu (⋮) → Clone.
- Set the destination: select the target domain and folder.
- Click Clone.
WP Toolkit copies all files and duplicates the database. The clone is a fully independent installation — changes to one do not affect the other.
Create a staging site
A staging site is a non-public copy of your live site where you can safely test changes — plugin updates, theme modifications, or new features — before applying them to production.
- Click the three-dot menu (⋮) → Create Staging.
- WP Toolkit creates the staging site on a subdomain (e.g., staging.yourdomain.com) and links it to your live site.
- Make your changes on the staging site.
- When ready, click Push to Production from the staging site card.
- Choose what to push: files, database, or both.
- Confirm — changes are applied to the live site.
Take a backup
- Click the three-dot menu (⋮) → Back Up.
- Select what to back up: files only, database only, or both (recommended).
- Click Back Up.
- The backup is stored on your server. Download it from the Backups section in WP Toolkit if you want an offline copy.
Restore from a backup
- In WP Toolkit, click Manage on the site you want to restore.
- Go to the Backups tab.
- Select the backup from the list.
- Click Restore. This overwrites the current site — ensure you want to roll back before confirming.
Tip: back up before every major change
Create a backup immediately before updating plugins, switching themes, or making structural changes. WP Toolkit makes this a one-click operation, so there is no reason to skip it.
Maintenance mode
WP Toolkit lets you put a site into maintenance mode — displaying a holding page to visitors while you make changes behind the scenes.
- In WP Toolkit, click Manage on a site card.
- Look for the Maintenance Mode toggle.
- Enable it — visitors see a customizable maintenance message instead of the live site.
- Disable maintenance mode when you are done to restore public access.
Use maintenance mode when applying major plugin or theme changes, running a database migration, or pushing from staging to production.