---
title: "Identify Current IP Address"
slug: "identify-current-ip-address"
updated: 2023-03-31T16:17:30Z
published: 2023-03-31T16:17:30Z
canonical: "docs.zpesystems.com/identify-current-ip-address"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zpesystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Identify Current IP Address

#### WebUI Procedure

1. Use admin login to device’s Nodegrid Platform.
2. Go to *Network :: Connections*.
3. Review assigned IP addresses (save for later use).

#### CLI Procedure

1. Log into device as admin.
2. Enter:

```none
show /settings/network_connections/
```

Example output:

```none
[admin@nodegrid /]# show /settings/network_connections/
 name        status      type      interface   carrier state  ipv4 address       ipv6 address                      mac address        description
 ==========  ==========  ========  ==========  =============  =================  ===========================  =================  ===========
 BACKPLANE0  connected   ethernet  eth0        up          192.168.10.252/24  fe80 :: 290:fbff:fe5b:72bc/64  e4:1a:2c:5b:72:bc  ETH0       connected   ethernet  backplane0  up          192.168.29.3/24    fe80 :: 290:fbff:fe5b:72bd/64  e4:1a:2c:5b:72:bd
  hotspot    not active  WiFi                  down
```
