The WordPress Manager section of the hosting Control Panel is an amazing assistant when it comes to WordPress. The section has three tabs aimed to give you control over your WordPress installations:
Further below, you will find more information about each tab and some of the actions that you can perform there.
Most actions within the section are performed with WP-CLI commands, and a log file of the commands is available in the ~/.wp-cli/history.log file in your account. This file can be accessed only via FTP or SSH. If an action takes more than 30 seconds to complete, it will continue to run in the background, and a notification will be displayed with a link for checking its status.
If you would like to find more information related to WordPress, please check the WordPress section of our online documentation.
In the Manage tab of the hosting Control Panel > WordPress Manager, you can find a list of the WordPress installations added (automatically and manually) for management, scan your account for WordPress installations and add them to the list, and access the management screen for a particular WordPress installation.
When you access the hosting Control Panel > WordPress Manager, you will see a list of the WordPress installations that have been added for management on your account. For each listed WordPress installation, you will see its site title, URL, path to its directory on the account, version of WordPress, and a Manage button. To start managing a specific WordPress installation with WordPress Manager, just click on the Manage button next to the WordPress installation. If you only have one managed WordPress installation on your account, you will be taken directly to its management page.
Since it is important to use the latest version of software applications for security, compatibility, and performance reasons, WordPress Manager can help you keep an eye on your WordPress version by displaying an (OK) icon next to the version of WordPress installed on your website that will indicate if the WordPress core is running the latest version, or a (Warning) icon if an update is available. The update can be easily applied via the management page for the specific WordPress installation by pressing the Manage button for it and clicking on the Update button next to the WordPress version.
By default, WordPress Manager will scan your account regularly and automatically for unmanaged WordPress installations (versions 3.9 and newer) and display a notification message with details and instructions to add them if such installations are found after you log in to the hosting Control Panel.
You can also scan your account for WordPress installations manually. For more details on the scanning process, please refer to the Adding existing WordPress installations for management article from our online documentation.
Clicking on the Manage button for a particular WordPress installation within the hosting Control Panel > WordPress Manager will take you to the management page for that WordPress installation. You will find the following sections on the management page which provide useful information and allow you access to different features and tools:
We will explain what is included in each section below.
Note: For misconfigured or corrupted WordPress installations, only limited information or features may be available, like backups and general information. If the WordPress Manager can determine the cause of the problem, it will list it in an informational message. A button to fix the problem will also be displayed if the problem can be fixed by the WordPress Manager.
The Info section shows the following useful information about your WordPress installation:
Below the list of useful information, you will find two buttons:
If updates are available for the WordPress core or plugins, the Info section will look like this:
Clicking on any of the Update buttons will update the items (core, plugins, themes) the button is related to. If you are running a MySQL 5 database, the WordPress manager can automatically convert the database to MySQL 8 and update your WordPress configuration settings to work with the new database. This can be done by clicking the Convert to MySQL 8 button.
The Site URL section allows you to perform different actions from the same interface using the available action buttons. You can create and use WordPress staging sites or change the Site URL of your WordPress installation, force HTTPS, add or remove the "www." prefix, or change the domain/subdomain/subdirectory. You can also Copy or Move your WordPress installation. More details about this functionality are available in our Moving WordPress between directories or subdomains on the hosting account article.
The following options are available in the Site URL section:
The WordPress Manager supports staging instances which allow you to clone your WordPress installation to another domain/subdomain, so you can perform tests without affecting the production website.
If there are any staging instances of the selected WordPress installation, they will be listed in the Staging section of its management page. For each staging instance, the title, URL, and path will be listed as well as two buttons - Manage and Set as live.
The Set as live button allows you to merge the staging WordPress installation with the live one. When you click this button, you will be able to choose whether to delete the content of the live site and its folder before setting the staging site as live.
The Manage button will take you to the management page for the staging instance.
More details about using staging instances within the WordPress Manager can be found in our Creating and using WordPress staging sites article.
The Backup section allows you to create a backup of your WordPress installation or view a list of all backups for the selected WordPress installation which you can download, delete, or restore from.
By design, the WordPress Manager section generates an automatic backup before performing operations which may break your website or affect its uptime after completion (like changing the Site URL, setting a staging website as live, or deleting a WordPress installation). In such events, you can restore your website with a single click from the automatically created backup and minimize restoration efforts. These backups will be kept only temporarily (for seven days) on the server, and a reminder about this will be displayed in the management page of the WordPress installation. The date after which such a backup will be deleted can be found by clicking on the (Warning) icon next to the backup creation date.
For every WordPress backup, you can find the date and time it was created on, a description, and three buttons - Download, Restore, and Delete. The description will contain useful information about the backup if it was generated automatically by the WordPress Manager. You can change the description by clicking on the (Edit) button next to it. You can copy the path to the actual backup file on the server by clicking on the Copy button () next to the description of the backup. The Download, Restore, and Delete buttons allow you to do exactly that - restore your website from that backup or download/delete the backup.
There are also two buttons below the backup list - Delete all and Backup now. The Delete all button allows you to delete all backups for the selected WordPress installation, and the Backup now button allows you to create a backup of the current state of your WordPress website.
The message which will be displayed on top of the WordPress management page if a temporary automatic backup is available for your WordPress installation can be seen below:
All backups generated from the WordPress Manager section are stored in the wp_backups directory of your account's Private directory. You access this directory using your favorite FTP client or the hosting Control Panel > File Manager section.
You can find additional information and step-by-step instructions on how to create, download, and restore from WordPress backups in our Create, download, and restore from WordPress backups article.
The WordPress administrators section allows you to view a full list of the administrators on your WordPress website, log in to the WordPress Dashboard as each of the listed administrators, or set a new password for each of the administrators from the list.
The Username, Display name, E-mail, and Creation date will be listed for each administrator along with two buttons - Log in and Password. The Log in button gives you the ability to log in to the Dashboard of the particular WordPress installation as that administrator, while the Password button gives you the ability to change the password for that administrator.
In this section you can find various tools for easy management of your WordPress installation, like:
The Security section allows you to easily manage some security settings for your WordPress website.
The options in the security section are as follows:
If you are experiencing problems with your website, or you are testing out new code, the Debugging section will help you identify what might be causing an issue. The Debugging section allows you to enable and disable specific debuggin options in WordPress:
The available debugging options are as follows:
Enabling debugging options for live sites is not advisable. Enabling debugging options may lead to decreased performance, as well as to the disclosure of sensitive information! |
The WordPress health section provides information that can help you diagnose problems with your WordPress installation. Some of the checks made are - checksum verification for the WordPress core, scanning of PHP files for popular malicious strings, etc.
The diagnostics are run using the doctor WP-CLI command.
The Install tab of the hosting Control Panel > WordPress Manager allows you to easily install WordPress on your account.
We have a step-by-step tutorial on the process in our Installing WordPress article.
The Import tab of the WordPress Manager gives you the option to import WordPress backups generated from the hosting Control Panel > WordPress Manager.
In our Creating, downloading, and restoring from WordPress backups article, you can find instructions on how to create and use the WordPress backups that you have created through the hosting Control Panel > WordPress Manager. The Import tab can also be used to migrate a WordPress website from one account on our servers to another. The process is explained in details in our Moving WordPress between hosting accounts on our servers article.
All prices are in USD. No setup fees. Minimum contract period for shared hosting services - 12 months. Full prepayment for the contract period. 100-day money-back guarantee. No automatic renewal. Fees for domain registrations and SSL certificates cannot be refunded in case of an early contract termination.
ICDSoft 2001-2024 © All rights reserved
Terms of Use
|
Legal notice
|
Privacy
|
Reseller terms