To find the IP address of your WHM (Web Host Manager) server, you can use several methods. Here are some easy ways to do it:

Method 1: Check in WHM

  1. Log into WHM:
    • Open your browser and go to https://your-server-IP:2087.
    • Enter your WHM credentials.
  2. View Server Information:
    • In the left sidebar, go to Server Configuration.
    • Click on Server Information.
    • Here, you’ll see various details about your server, including the IP address listed under Primary IP Address.

Method 2: Use Command Line via SSH

  1. Log into Your Server via SSH:
    • Open your SSH client (like PuTTY) or terminal.

Connect to your server using:
bash
Copy code
ssh root@your-server-IP

  1. Use Commands to Find the IP Address:

Once logged in, run the following command to display network interfaces and their IP addresses:
bash
Copy code
ip addr

  • Look for lines labeled inet under the interface (usually eth0 or ensXX), which will show your server’s IP addresses.

Method 3: Use External Services

  1. Visit an IP Lookup Service:
    • If you have access to the command line or a web browser, you can simply visit an IP lookup service like:
      • WhatIsMyIP
      • Ip chicken

These sites will display the public IP address of the server you're using to access them.

Method 4: Check DNS Settings

If your WHM server is associated with a domain, you can also find the IP address through DNS records:

  1. Use a DNS Lookup Tool:

Use online tools like MXToolbox or command-line tools like nslookup or dig:
bash
Copy code
nslookup yourdomain.com

  • This will show the IP address associated with your domain.

Summary

You can find your WHM server's IP address by checking within WHM, using SSH commands, visiting IP lookup websites, or checking DNS records. Each method provides a quick way to retrieve the necessary information.

 

Помог ли вам данный ответ? 0 Пользователи нашли это полезным (0 голосов)