How To Update Your Passwords
Here’s how to update the various passwords on your hosting account. Note: Self-Managed server customers: here’s how to update your passwords
Leeann Morgan
Last Update 3 jaar geleden
konsoleH Management password
- Browse to https://forgotpassword.konsoleh.co.za/
- Enter the Account email address and click Reset Password
- A reset password link will be sent to your email address: Click on the included link
- A new window opens which allows you to update your password
Use your email address and new password to login to konsoleH
Update your FTP password
- Select Manage Services in the left-hand menu
- Select Configuration > FTP Users
- Select Reset Password
- You can change your default password by
- clicking Auto-generate, or
- creating a strong password yourself
5. Enter your new FTP password
6. Click Copy to Clipboard and paste it in a secure location, or make a record of the password
7. Click Update
Use a phrase you can easily remember, but which would be difficult for someone else to guess. We suggest using phrases such as 1-LOVE-my-dog which are highly secure, according to strength testing sites such as How Strong is my Password. It includes a number, lower and upper case letters and symbols.
Once your mail passwords have been changed in konsoleH, you will need to update the password in your mail client e.g Outlook. Use these email setup guides (troubleshooting) to assist you: Email Setup
- Browse to konsoleH and log in at Admin level or Domain level
- Admin level: Select or search for the applicable domain
- Select Mail in the left-hand menu
- Select Manage Accounts
- Select Edit next to the applicable mailbox
- Enter your new password and ensure you use a strong password
- Confirm your new password.
- Click Update
1. Browse to Webmail
2. Log in with your: Full email address, e.g. [email protected] and Email password (remember, passwords are case-sensitive)
3. Click on Settings (the cog icon at the top right)
4. Click Manage Mailbox
5. Login with your mailbox password
6. Click the Change password button
7. Enter your new password twice and ensure you use a strong password
8. Click Update Mailbox at the bottom of the page
If you make use of an email program to access your email, it is important that you update your email program with your new password.
If you are not sure if your website uses databases, look for any listed in step 2 below. Note, that all WordPress websites use a database.
For WordPress sites, see: How to change the database password for WordPress sites
You will need to first update the password, and then also update your database connection strings.
- Select Manage Services in the left-hand menu
- Select Databases > Manage MySQL
- Select the applicable database and click Reset Passwords
- The Full Password is the most important. It allows access to the entire database and allows you to create or delete any database information, columns or rows.
4. Enter your new database password(s), which can be your own choice or click Generate Password to use an auto generated, secure password.
5. Record your new password(s) and update your database connection strings (eg. WordPress) as below before clicking Apply Changes as the new password(s) will not be visible once you leave this screen.
Use File Manager or an FTP program such as FileZilla or CuteFTP or to retrieve the configuration file and edit your database connection strings, either via FTP or the konsoleH File Manager:
Edit connection strings via File Manager (recommended)
- Browse to konsoleH and login
- Select or search for the applicable domain name.
- Click Manage Services from the left-hand menu
- Select File Manager under Services
- Within File Manager select the relevant configuration file and select Edit from the right-hand menu.
- For WordPress please edit wp-config.php
- For Joomla please edit configuration.php
- For Drupal please edit sites/default/settings.php
6. Search for the information you wish to change, replace and click on Save.
Edit connection strings via FTP program:
- Make an FTP connection to your domain with your FTP program..
- Locate the public_html directory. (In most programs you will be able to ‘double click’ to access this folder).
- Locate the applicable configuration file for your database eg. configuration.php
- For WordPress please edit wp-config.php
- For Joomla please edit configuration.php
- For Drupal please edit sites/default/settings.php
4. Download this file to your local computer.
5. Open the file in Notepad or a text editor of your choice and search for the information (hostname, database name, username, and password) you wish to change.
6. Replace all instances of the old information with the new details e.g. old passwords with new passwords.
7. Save your changes.
8. Upload the updated configuration file with your FTP program to replace the current one.
Should you be familiar with Telnet or SSH you may wish to access and edit the configuration files directly on the hosting server.