How-To Guide
How To Check Your IP Address
🌐 How To Check Your IP Address
Using Command Prompt (Windows):
Press
Win + R
, typecmd
, and press EnterType
ipconfig
and hit EnterLook for IPv4 Address under your active network
Using Terminal (macOS & Linux):
Open Terminal from Launchpad or Activities
Type
ifconfig
orip a
(Linux) and press EnterFind your IP next to inet under the correct interface (e.g.,
en0
orwlan0
)
Using Online Tools (All Platforms):
Visit sites like whatismyipaddress.com or ipinfo.io
They display your public IP address instantly
# Open Command Prompt and run:
ipconfig
# Example output:
IPv4 Address. . . . . . . . . . . : 192.168.1.15