Articles on: ggRock

đź§  How to Find the ggRock Server Address Using Command Prompt


This article explains how to quickly locate the ggRock Server IP address using the built-in ipconfig /all command. The default gateway is typically your router’s IP address and is required for external network communication and troubleshooting connectivity issues. The ggRock server IP will be a secondary listing in the default gateway.



🛠️ Step-by-Step Instructions


1. Open Command Prompt


  1. Press Windows + R on your keyboard to open the Run dialog box.
  2. Type cmd and press Enter to launch the Command Prompt.




2. Run the ipconfig /all Command


In the Command Prompt window, type the following command and press Enter:


ipconfig /all



3. Locate the 2nd Default Gateway


  1. Scroll through the output to find your active network adapter (usually named something like "Ethernet adapter").
  2. Look for the line labeled Default Gateway under that section.


đź’ˇ If your system is connected to both Ethernet and Wi-Fi, make sure you're checking the Ethernet adapter (the one with a valid IP address and subnet mask).


  1. Locate the second default gateway address, which is usually your ggRock server.



âś… Example Output


Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Ethernet Connection
Physical Address. . . . . . . . . : AA-BB-CC-DD-EE-FF
DHCP Enabled. . . . . . . . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
\*\*Default Gateway . . . . . . . . . : 192.168.1.1
. . . . . . . . . : \*\*192.168.1.10\*\*


Updated on: 10/12/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!