đź§ 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
- Press
Windows + Ron your keyboard to open the Run dialog box. - Type
cmdand pressEnterto 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
- Scroll through the output to find your active network adapter (usually named something like "Ethernet adapter").
- 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).
- 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
Thank you!
