Installing WordPress used to be a chore. Download the tarball from wordpress.org, upload it via FTP, create a MySQL database, edit wp-config.php, run the five-minute install, set file permissions, generate secret keys, worry about whether you missed a step. On a smartxhosting.uk plan, all of that is replaced by a single button in the Plesk WordPress Toolkit. The Toolkit does every configuration step for you and delivers a live, secured WordPress installation in under two minutes. This guide covers the one-click install, the custom install options, and what the Toolkit unlocks once your site is running.
Why use the Plesk WordPress Toolkit · Before you begin · Step-by-step installation · After installation: your site card · Single Sign-On login · Running multiple WordPress sites · WordPress Toolkit feature overview · The "Build Website" managed service · Security hardening applied automatically · Frequently asked questions
The WordPress Toolkit is a Plesk extension focused specifically on WordPress operations. Where Plesk itself is a generic hosting control panel, the WordPress Toolkit knows about WordPress's structure — its database schema, wp-config.php, wp-content folder, plugin and theme registries — and operates natively at that level.
The headline benefits:
On smartxhosting.uk the Toolkit is included free with every WordPress hosting plan — no add-on, no upgrade.
A short pre-flight checklist:
https://your-server.smartxhosting.uk:8443.Open the Plesk URL from your welcome email. Enter username and password. Plesk's sidebar and domain list appear.
Click WordPress in the Plesk sidebar, or navigate to the domain in Websites & Domains and click the WordPress Toolkit tile.
Two options:
Fields you see in Custom Install:
yourdomain.co.uk) or subdirectory (yourdomain.co.uk/blog). Leave empty for the root; add a path for a blog or side-project under the main site.wp_something). Leave as-is unless you have a specific reason to change.Review and click Install. A progress bar shows the Toolkit downloading the WordPress archive, creating the MySQL database, writing wp-config.php, generating secret keys, setting file permissions and applying security hardening. Two minutes later the site is live at your domain.
Each installed WordPress site appears as a card in the WordPress Toolkit dashboard, showing:
Below the summary, the card exposes panels for updates, plugins, themes, users, databases, backups, cloning, staging, security scanning, maintenance mode and debug mode.
SSO is the time-saver you did not know you needed. Click Log in on a site card and a new tab opens with you already signed into the WordPress dashboard — no /wp-admin, no username, no password.
SSO works by passing a signed token from your active Plesk session to WordPress, which WordPress accepts as proof of identity. As long as you are logged in to Plesk you can hop into any of your WordPress sites without re-authenticating.
Benefits of SSO:
/wp-admin login pages — your real login flow never touches the wp-login form.If you ever need to change a WordPress admin password, do it through the Toolkit card's Setup panel rather than inside WordPress — the Toolkit enforces strong password rules and updates SSO state cleanly.
smartxhosting.uk plans support multiple WordPress installations depending on plan:
| Plan | Domains | WordPress instances | Price |
|---|---|---|---|
| WP Minimum | 1 | 1 | GBP 2/mo |
| WP Standart | 3 | 3 | GBP 5/mo |
| WP Maximum | 5 | 5 | GBP 10/mo |
Each installation is fully independent — its own domain, database, admin account, theme, plugins. You can run completely different projects on them: a business site, a blog on a second domain, a shop on a third, a portfolio on a fourth.
To add another site, repeat the installation steps on the new domain. The Toolkit lists every site as its own card. Switching between sites is a click; SSO works for each one separately.
Alternative to a fully separate domain: install a second WordPress in a subdirectory of the first (yourdomain.co.uk/blog, yourdomain.co.uk/shop). This does not count as a separate domain but does count as a separate WordPress instance. Useful for a WooCommerce shop separated from a brochure-style main site.
WordPress's built-in multisite feature runs many subsites from a single WordPress installation (e.g. site1.yourdomain.co.uk, site2.yourdomain.co.uk). The Plesk WordPress Toolkit supports multisite configurations but multisite is an advanced setup — it is usually the right choice for universities, franchise networks and large publishers, not typical small businesses.
Beyond installation, the Toolkit is a complete management layer.
Update policies for core, themes and plugins can be set independently. Keep core on auto for minor updates; keep plugins you have customised on manual.
The Toolkit checks 18 hardening measures:
wp-login.php).Critical items are applied automatically on install. Recommended items are one click each in the security panel.
Clone your live site to a staging subdomain. Test updates, new plugins, theme changes on staging. Push staging back to production when satisfied, or apply the same changes manually.
Duplicate an entire installation to a different domain or subdomain. Useful for creating templates (set up one site "just right", clone for every subsequent client) or for test environments.
One-click "We'll be back shortly" page while you work. Customisable with your own text, countdown and social links. Automatically enabled during Toolkit-driven updates.
Toggle WP_DEBUG. When on, WordPress logs PHP errors to wp-content/debug.log. Essential for diagnosing plugin or theme issues. Keep off in production to avoid leaking internals to visitors.
Direct access to the phpMyAdmin for the WordPress database. Useful for advanced troubleshooting; dangerous if you do not know SQL.
For customers who prefer not to handle installation and content production themselves, smartxhosting.uk offers a Build Website managed service. Our team handles:
Typical turnaround is 5–10 working days for a brochure site, longer for WooCommerce or membership sites. Pricing depends on scope — contact our UK support team for a quotation.
A fresh WordPress installation on smartxhosting.uk is not a bare default. The Toolkit applies:
wp-content/uploads/ or any other folder.AUTH_KEY, SECURE_AUTH_KEY etc. values are freshly generated per install.wp_, the Toolkit uses a randomised prefix, which blunts automated SQL injection attempts targeting the default.Server-level protection on top of this:
How long does installation actually take?
Under two minutes in almost every case. A Quick Install is usually 60–90 seconds; a Custom Install with typed fields is 2–3 minutes end-to-end.
Can I install WordPress on a subdomain?
Yes. Create the subdomain in Plesk (Websites & Domains > Add Subdomain), then run Custom Install on the subdomain instead of the main domain. Each subdomain counts as a domain under your plan quota.
What if I install and realise I chose the wrong admin username?
Create a new admin user with the correct name, log in as that user, and delete the original. Assign any content authored by the old user to the new one during deletion.
Do I need to create the database myself?
No. The Toolkit creates a dedicated MySQL database and database user as part of installation. You do not touch SQL at any point.
Can I run older WordPress versions?
You can install older major releases from the version dropdown, but it is strongly discouraged — older versions miss security patches. The Toolkit will warn if you try.
What happens if I reinstall WordPress on the same domain?
The Toolkit asks whether you want to remove the existing installation or install alongside it in a different path. Removing deletes files and the database; installing alongside creates a fresh installation elsewhere and leaves the existing one intact.
Is my new site immediately accessible to Google?
Yes, unless you tick Discourage search engines in WordPress Settings > Reading. For a site still being built, do tick it; remember to untick before launch.
Do I still need to configure wp-config.php?
No. The Toolkit handles all standard configuration. You may occasionally edit wp-config.php for advanced tweaks (raising memory limits, enabling multisite, setting WP_DEBUG_LOG), but for a typical site you never need to touch it.
Can I migrate an existing site from another host using the Toolkit?
Yes. The Toolkit has a Migrate feature — provide the source URL and SSH or FTP credentials, and it copies files and database across. Works well for WordPress-to-WordPress migrations from most hosts.
What PHP version should I pick?
The latest stable (PHP 8.3 or 8.4 at time of writing). Newer PHP is faster and more secure. If a plugin or theme does not yet support the newest PHP, drop to 8.2 — but plan to upgrade the offending plugin/theme or find an alternative, because PHP 8.2 support will end.
Launch your WordPress site on smartxhosting.uk
UK hosting with the Plesk WordPress Toolkit, LiteSpeed Cache, Redis object caching, free Let’s Encrypt SSL, free CDN and daily backups — from £2/month.
View WordPress hosting plans →