Skip to main content
Version: 2.0.10

WordPress Manager

Site Manager listing websites grouped by type with their version, creation date and PageSpeed scores Site Manager listing websites grouped by type with their version, creation date and PageSpeed scores

The WordPress Manager is your all-in-one tool inside OpenPanel for installing and managing WordPress websites — without ever needing to log in to wp-admin. It makes handling multiple sites fast, simple, and efficient.

Manage WordPress sites

The WordPress Manager lets you adjust settings, create backups, update plugins, toggle debugging, and more — all directly from OpenPanel. No need to open multiple dashboards or remember dozens of logins. Perfect for agencies, developers, and anyone managing several WordPress sites at once.

WP Manager

On the main WP Manager page you can:

Install WordPress

Installing WordPress is quick and automatic. OpenPanel takes care of everything — downloading WordPress from WordPress.org, creating the database, linking it to your domain, and configuring your new site.

  1. Add your domain name first.
  2. Open Site Manager from the sidebar and click + New Website.
  3. Choose Install WordPress.

Auto Installer page with cards for WordPress, Joomla, Drupal, Website Builder, PrestaShop, OpenCart and other applications Auto Installer page with cards for WordPress, Joomla, Drupal, Website Builder, PrestaShop, OpenCart and other applications

Then fill in the form:

  • Website name
  • Site description (optional)
  • Domain name (optionally a subfolder)
  • Admin username
  • Admin password
  • WordPress version

Click Start Installation and you’re done.

Install WordPress form with site details, domain and location, and admin credentials Install WordPress form with site details, domain and location, and admin credentials

📘 Read the full guide: How to Install WordPress® With OpenPanel

Scanning (Importing) Installations

If you already have WordPress installed manually, you can import it into the WP Manager. The system scans your hosting files for wp-config.php and automatically adds the found websites.

Scan for Existing Installations button next to New Installation on the WordPress Manager page Scan for Existing Installations button next to New Installation on the WordPress Manager page

📘 Read the full guide: How to Migrate a WordPress® Installation to OpenPanel

Themes and Plugins Sets

Tired of installing the same setup every time? Create Theme Set and Plugin Set that automatically apply to new WordPress installs.

Themes and Plugins buttons for managing the sets that are installed on every new WordPress site Themes and Plugins buttons for managing the sets that are installed on every new WordPress site

For example, you might set up a default combo like:

  • Elementor theme + child theme
  • Elementor plugin
  • Classic Editor plugin

Every time you install a new site — boom, it’s ready with your preferred setup.

📘 Read the full guide: WordPress Plugin & Theme Sets in OpenPanel

Refresh Website Data

If you’ve made manual changes to your site (like updating WordPress core or changing the admin email), click Refresh Data to sync everything with WP Manager.

Refresh Data button on the WordPress Manager page Refresh Data button on the WordPress Manager page

Grid vs. Table View

You can view your sites in a grid with screenshots or a simple table view. Switch views anytime using a button.

Switch to Table view button on the WordPress Manager page Switch to Table view button on the WordPress Manager page


Site Manager

WordPress site manager with the screenshot, versions, files and database details WordPress site manager with the screenshot, versions, files and database details

Auto Login to wp-admin

Use Login as Admin for one-click secure access to your WordPress dashboard — no password needed.

Site header with the Live Preview and Login as Admin buttons Site header with the Live Preview and Login as Admin buttons

Preview your site even before your domain is connected or SSL is ready. Temporary links last 15 minutes.

Click Live Preview to generate one:

Screenshot

Website screenshots refresh automatically every 24 hours. Need it sooner? Click the refresh icon over the screenshot.

Versions

  • WordPress Version – The WordPress version is retrieved from the database and verified via an AJAX request to the website itself, ensuring the displayed version is accurate. If an update is available, a badge will appear next to the version number.
  • PHP Version – The PHP version is read from the domain’s VirtualHost configuration file, guaranteeing that the version shown matches the one actually configured for the domain.
  • MySQL/MariaDB Version – Displays whether the site uses MySQL or MariaDB, along with the version number obtained directly from the terminal.
  • Created – Indicates the date and time when the website was first added to WP Manager.

WordPress, PHP and MariaDB version cards and the creation date WordPress, PHP and MariaDB version cards and the creation date

Speed

Website performance is monitored daily using Google PageSpeed Insights. For both mobile and desktop devices, you can view the check time along with key metrics such as First Contentful Paint, Speed Index, and Time to Interactive.

You can also add your own PageSpeed Insights API key to customize the data collection.

Speed card with desktop and mobile PageSpeed scores and First Contentful Paint, Speed Index and Time to Interactive Speed card with desktop and mobile PageSpeed scores and First Contentful Paint, Speed Index and Time to Interactive

Safe Browsing

Checks your domain against the Google Safe Browsing API for malware, social engineering, unwanted software, and other flagged threats. Results are cached for 12 hours.

Google Safe Browsing section of the Security tab with the result of the check against the Google Safe Browsing list Google Safe Browsing section of the Security tab with the result of the check against the Google Safe Browsing list

Vulnerability Scan

Scans the site's WordPress core, plugin, and theme versions for known vulnerabilities. A fresh scan runs automatically if no cached report exists yet, or can be triggered manually.

WP Vulnerabilities section of the Security tab with the number of detected vulnerabilities, the last check time and the Scan for vulnerabilities button WP Vulnerabilities section of the Security tab with the number of detected vulnerabilities, the last check time and the Scan for vulnerabilities button

Cache

Cache widget displays the current wp cache type on your website and an option to purge the cache.

Cache card with the cache type and the Clear Cache button Cache card with the cache type and the Clear Cache button

Firewall

If CorazaWAF is enabled on the server, and your account has access to the WAF feature, you will see a Firewall widget displaying current status for the domain, an option to change it and number of denied/challenged requests in the last hour.

Firewall card showing the firewall as active with denied and challenged request counts Firewall card showing the firewall as active with denied and challenged request counts

Overview

Under Overview tab you can view:

  • Files: Folder path and Folder Size
  • Database: Size, Host, Name, Table Prefix, User, Password and link to open phpMyAdmin

Files and Database cards of the Overview tab with the folder path and size, disk usage, and the database name, user, host, size and phpMyAdmin link Files and Database cards of the Overview tab with the folder path and size, disk usage, and the database name, user, host, size and phpMyAdmin link

Options

Options tab displays current WordPress settings and allows you to change them.

Available options:

  • Site URl
  • Homepage URL
  • Site Name
  • Blog Description
  • Administrator Email
  • Enable New User Registration
  • Enable SEO Visibility
  • Enable Pingbacks

Options tab with the site URL, site name, email, registration, SEO visibility and pingback settings Options tab with the site URL, site name, email, registration, SEO visibility and pingback settings

Maintenance mode

Enable or disable maintenance mode directly from WP Manager. You can even edit the maintenance.php file right from the panel.

Maintenance tab with the maintenance mode toggle Maintenance tab with the maintenance mode toggle

Security

Keep your site safe with built-in security tools.

From here, you can:

  • Shuffle WordPress salts
  • Check core file integrity
  • Reinstall WordPress core if needed

Security tab with vulnerability report, Safe Browsing, salts, integrity check, malware scan and reinstall Security tab with vulnerability report, Safe Browsing, salts, integrity check, malware scan and reinstall

Updates

Control how WordPress handles updates for the core, plugins, and themes. By default, only minor core updates are auto-enabled.

Updates tab listing core, plugin and theme update status Updates tab listing core, plugin and theme update status

If a newer WordPress core version is available, you will see 'Click to update WordPress core' button which when clicked will perform WordPress update to the newest version available.

Debugging

Toggle WordPress’s built-in debugging tools (WP_DEBUG, WP_DEBUG_LOG, etc.) directly from WP Manager.

These are great for testing or development sites — not recommended for production. For details, check Debugging in WordPress for more information on these options.

Debugging tab with toggles for WP_DEBUG, WP_DEBUG_LOG, WP_DEBUG_DISPLAY, SCRIPT_DEBUG and SAVEQUERIES Debugging tab with toggles for WP_DEBUG, WP_DEBUG_LOG, WP_DEBUG_DISPLAY, SCRIPT_DEBUG and SAVEQUERIES

Backups

Create and restore backups anytime — files, database, or both.

Create a Backup:

  • Choose what to back up (files, database, or both).
  • Click Generate Backup.

Backups tab with the Create a Backup and Restore from Backups sections Backups tab with the Create a Backup and Restore from Backups sections

Restore a Backup: To restore, click Restore, pick a backup date, and confirm.

Clone

Create a clone (copy files and database tables, replace links in database, fluch wp cache and rewrite rules).

Create a clone:

  • Under 'Target' select the desired domain and optionally 'Database' to be used.
  • Click Clone Website.

Clone tab with the destination location and database for the copy Clone tab with the destination location and database for the copy

Remove

Want to stop managing a site in WP Manager (without deleting it)?

Use Detach — your files and database remain untouched.

To completely remove a website — files, database, and all — click Uninstall, then confirm.

Remove tab with the Detach and Uninstall options Remove tab with the Detach and Uninstall options