How to Use WordPress Toolkit (Staging, Cloning & Auto-Updates)
WordPress Toolkit is built into cPanel on every Unisolva hosting plan. It lets you create staging sites, clone installations, manage updates, and run security checks — all from one screen without touching code.
Prerequisites
- WordPress installed on your account
- Access to cPanel at yourdomain.com/cpanel
Accessing WordPress Toolkit
- Log in to cPanel at yourdomain.com/cpanel
- Scroll to the Software section
- Click WordPress Toolkit
Creating a Staging Site
A staging site is a private copy of your live site where you test changes safely before making them public. Always test major changes (theme swaps, plugin updates, redesigns) on staging first.
- In WordPress Toolkit, click the dropdown arrow next to your site
- Click Clone
- Set the destination — e.g. staging.yourdomain.com or yourdomain.com/staging
- Click OK — WordPress Toolkit copies your entire site including files and database
To push your staging changes live:
- Click the Sync button on your staging installation
- Choose what to sync: Files only, Database only, or Both
- Review the summary of changes
- Click Synchronize
|
⚠️ Warning Always create a full backup of your live site before syncing from staging. Syncing overwrites your live data. See: How to Create a Full Backup in cPanel. |
Cloning a Site to a New Domain
Cloning creates an exact copy of a WordPress installation under a different domain or subdomain on the same hosting account — useful for launching a second site based on an existing one.
- In WordPress Toolkit, click the dropdown on the site you want to clone
- Click Clone
- Enter the destination domain or subdomain
- Click OK
Setting Up Auto-Updates
Keep WordPress secure by automating updates. WordPress Toolkit lets you control what gets updated automatically.
- In WordPress Toolkit, click Manage next to your installation
- Go to the Updates tab
- Set WordPress Core updates to Minor versions only (recommended — major updates can break themes/plugins)
- Enable automatic updates for Plugins — especially important for security plugins like Loginizer Pro
- Enable automatic updates for Themes if you are not using a heavily customised theme
- Click Save
|
Tip Pair auto-updates with an automated daily backup so you always have a restore point if an update causes issues. See: How to Create a Full Backup in cPanel. |
Security Hardening
WordPress Toolkit includes a built-in security scanner that checks your installation against common vulnerabilities.
- In WordPress Toolkit, click Security next to your installation
- WordPress Toolkit scans and shows a list of detected issues
- Click Fix All Detected Issues to resolve everything at once, or address items individually
|
Note Loginizer Pro (bundled with your plan) adds an extra layer of login security on top of the WordPress Toolkit hardening. Both work together and do not conflict. |
Related Articles
- Getting Started with WordPress on Unisolva Hosting
- How to Update WordPress, Plugins, and Themes Safely
- How to Backup WordPress Safely Before Major Changes
- How to Verify Your Site After a Restore