Skip to content

WordPress

The WordPress toolkit allows you to manage WordPress installations directly in the panel — from 1-click installation and automatic updates to plugin and theme management, security scans and database optimization.


Overview

The WordPress table shows all your WordPress installations:

Column Description
Domain Website where WordPress is installed
Version Installed WordPress version
Admin URL Link to the WordPress admin dashboard
Auto-Update Status of automatic updates
Status Active, Maintenance Mode or Debug Mode

Install WordPress

  1. Click Install WordPress
  2. Fill in the form:
Field Required Description
Website Yes Website where WordPress should be installed
Admin User Yes Username for the WordPress admin
Admin Password Yes Password for the WordPress admin
Admin Email Yes Email address for the WordPress admin
Site Title Yes Title of the WordPress website
  1. Click Install

The system automatically performs:

  • Download of the latest WordPress version
  • Creation of a MariaDB database (automatic naming)
  • Configuration of wp-config.php
  • WordPress installation with the provided credentials
  • Activation of HTTPS (if SSL is active)

Quota

Each WordPress installation counts as a separate website against the license limit as well as your package quota for WordPress and databases.


Auto-Login (SSO)

You can log in directly from the panel to the WordPress admin without entering a username and password:

  1. Click Auto-Login next to the WordPress installation
  2. A new tab opens with the WordPress dashboard

How It Works

The panel creates a one-time, time-limited login token. This is processed by a WordPress plugin (mu-plugin) that authenticates you automatically.


Update WordPress

Core Update

  1. When an update is available, a notice appears next to the version
  2. Click Update Core
  3. WordPress is updated to the latest version

Plugin Updates

  1. Click on a WordPress installation
  2. Switch to the Plugins tab
  3. Plugins with available updates are marked
  4. Click Update All or update individual plugins

Theme Updates

  1. Switch to the Themes tab
  2. Themes with available updates are marked
  3. Click Update next to the theme

Configure Auto-Updates

  1. Click the settings icon next to the WordPress installation
  2. Enable or disable automatic updates
  3. Click Save

Auto-Updates Recommended

Enable automatic updates to close security vulnerabilities promptly. For custom themes, test updates in a staging environment first.


Plugin Management

View Plugins

  1. Open a WordPress installation
  2. In the Plugins tab you can see all installed plugins with status and version

Install Plugin

  1. Click Install Plugin
  2. Search for the desired plugin
  3. Click Install
  4. Activate the plugin if needed

Upload Plugin

  1. Click Upload Plugin
  2. Select the plugin ZIP file
  3. The plugin is uploaded and installed

Enable / Disable Plugin

  1. Click the status toggle next to the plugin
  2. The plugin is immediately enabled or disabled

Delete Plugin

  1. Deactivate the plugin
  2. Click the delete icon
  3. Confirm the deletion

Theme Management

View Themes

In the Themes tab you can see all installed themes.

Activate Theme

  1. Click Activate next to the desired theme
  2. The theme is immediately set as the active theme

Upload Theme

  1. Click Upload Theme
  2. Select the theme ZIP file
  3. The theme is uploaded and installed

Security

Security Scan

The security scan checks your WordPress installation for known vulnerabilities:

  1. Click Security Scan
  2. The system checks:
  3. Outdated core version
  4. Plugins with known security vulnerabilities
  5. Insecure file permissions
  6. Default table prefix
  7. Results are displayed with recommendations

Checksum Verification

Verifies whether WordPress core files are unmodified:

  1. Click Verify Checksums
  2. Modified or missing files are displayed

Harden WordPress

Enables additional security measures:

  1. Click Harden
  2. The following measures are applied:
  3. File editor in admin disabled
  4. XML-RPC disabled (if not needed)
  5. Directory listing disabled
  6. WordPress version removed from HTML source

Database Management

Optimize Database

  1. Click Optimize Database
  2. The system cleans and optimizes the WordPress database tables
  3. Unnecessary revisions, transients and spam comments are removed

Export Database

  1. Click Export Database
  2. An SQL dump is created and offered for download

Import Database

  1. Click Import Database
  2. Select an SQL dump file
  3. The import overwrites the existing database

Import Overwrites Data

A database import replaces all existing data. Create a backup beforehand.


Reset Admin Password

If you have forgotten your WordPress admin password:

  1. Click Reset Password
  2. Enter a new password
  3. Click Save

The password is updated directly in the WordPress database.


Maintenance Mode

Activates a maintenance page for visitors while you make changes:

  1. Click Maintenance Mode
  2. Choose Enable or Disable
  3. In maintenance mode, visitors see a "Website under maintenance" page

Debug Mode

Enables WordPress debug output for troubleshooting:

  1. Click Debug Mode
  2. Choose Enable or Disable

Development Only

Debug mode displays detailed error messages that may contain sensitive information. Disable it in production.


WordPress Users

In the Users tab you can view the WordPress users of your installation.


Delete WordPress

  1. Click the delete icon next to the WordPress installation
  2. Confirm the deletion

Irreversible

Deletion removes the WordPress files and the associated database. Create a backup beforehand if you wish to keep the data.