If your WHM (Web Host Manager) login isn't working, it could be due to several reasons. Here are some common issues and their solutions:

1. Incorrect Credentials

  • Check Username and Password: Make sure you are entering the correct root username and password.

Reset Password: If you've forgotten your password, you can reset it via SSH:
bash
Copy code
ssh root@your-server-IP

passwd

2. IP Address Blocking

  • Firewall Rules: Your IP might be blocked by a firewall rule. Check your firewall settings or temporarily disable it to test access.
  • cPHulk: If cPHulk is enabled, it may block your IP after multiple failed login attempts. You can reset it via SSH or by accessing WHM from a different IP.

3. Service Issues

WHM Service Down: The WHM service might not be running. Use SSH to check:
bash
Copy code
/usr/local/cpanel/scripts/restartsrv_cpsrvd

Check Status:
bash
Copy code
systemctl status cpanel

4. Browser Issues

  • Clear Cache and Cookies: Sometimes, browser issues can prevent logging in. Clear your browser's cache and cookies.
  • Try a Different Browser: Attempt to log in using a different browser or incognito mode.

5. SSL Certificate Problems

Certificate Issues: If you're using HTTPS and the SSL certificate has problems, you might be unable to access WHM. Try accessing it with HTTP:
arduino
Copy code
http://your-server-IP:2086

6. Server Load Issues

High Load: If the server is under heavy load, it may affect login capability. Check server performance via SSH:
bash
Copy code
top

7. Configuration Changes

  • Recent Changes: If you made recent changes to your server configuration or updated WHM/cPanel, it could affect access. Review any recent changes for potential issues.

Summary

If your WHM login isn't working, check your credentials, firewall settings, and the status of the WHM service. You can also try clearing your browser cache or checking for SSL certificate issues. If problems persist, consider reaching out to your hosting provider for assistance.

Hasznosnak találta ezt a választ? 0 A felhasználók hasznosnak találták ezt (0 Szavazat)