To change your WHM (Web Host Manager) root password, you can use either the WHM interface or the command line via SSH. Here are the steps for both methods:

Method 1: Change Root Password via WHM Interface

  1. Log into WHM:
    • Go to https://your-server-IP:2087 and log in with your root credentials.
  2. Navigate to Password Modification:
    • In the left sidebar, go to Server Configuration > Change Root Password.
  3. Enter New Password:
    • Input your new password in the provided fields. Make sure it meets security requirements (typically a mix of upper/lowercase letters, numbers, and special characters).
  4. Save Changes:
    • Click the Change Password button to apply the new password.

Method 2: Change Root Password via SSH

  1. Access Your Server via SSH:

Use an SSH client (like PuTTY) or terminal to connect to your server:
bash
Copy code
ssh root@your-server-IP

  1. Change the Password:

Run the following command to change the root password:
bash
Copy code
passwd

  • Enter your new password when prompted and confirm it.

Step 3: Verify the Change

  1. Log Out of WHM:
    • If you changed the password through WHM, log out.
  2. Test the New Password:
    • Try logging in again to WHM or via SSH to ensure that the new password is working correctly.

Summary

You can change your WHM root password through the WHM interface or via SSH. Make sure to choose a strong password and verify the change by logging in again.

War diese Antwort hilfreich? 0 Benutzer fanden dies hilfreich (0 Stimmen)