{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} One WordPress installation: core, plugins, themes, settings and a security panel. Every action goes through the daemon's wp verb, which runs wp-cli as the site's own user and refuses wp eval / eval-file / shell / db query. {% endcomment %} {% block title %}{{ site.title|default:"WordPress site" }}{% endblock %} {% block content %}

{{ site.title|default:"WordPress site" }}

{{ site.path }} on {{ website.domain }}

All installations wp-admin
Core version
available Up to date
Plugins
with updates
Themes
with updates
Automatic updates

Plugin Version Update Status Actions
—
No plugins found.
Theme Version Update Status Actions
—
No themes found.

Site address

The database is rewritten with wp search-replace so serialised settings survive. The address must be a domain this panel already serves for this site.

Reset an administrator password

The password is shown once, here. The panel does not store it.
New password for :

Security scan

{% if not feedConfigured %}
No vulnerability feed is configured on this server (/etc/cloudpanel/wp-vulnerabilities.json), so known vulnerabilities cannot be checked. The scan still reports pending updates and file permissions — it will not show a green tick for a check it did not perform.
{% endif %}
Feed generated .

Findings

Nothing was flagged by the checks that ran.

Severity Item Installed Fixed in Detail
advisory

Configuration checks

Pending updates

Every plugin and theme is at its latest version.

  • () →

Backups

A backup archives this installation's files and a dump of its database into /home/{$ site.domain || '…' $}/backups/wordpress/.

Archive Size Created Actions
No backups yet.

Restore

Toggles

  • Maintenance mode
    Shows visitors a maintenance page instead of the site.
  • WP_DEBUG
    Writes PHP notices and warnings to the debug log.
  • Search-engine visibility
    Off discourages search engines from indexing this site.
  • Disable XML-RPC
    Blocks the xmlrpc.php API, a common target for password guessing.
  • LiteSpeed Cache
    Installs and activates the LiteSpeed Cache plugin for this installation.
{% endblock %} {% block scripts %} {% endblock %}