> For the complete documentation index, see [llms.txt](https://xeqmlabs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeqmlabs.gitbook.io/docs/documentation/guides/mainnet/environment-setup/get-your-public-ip-address.md).

# Get Your Public IP Address

You'll need your public IP address for the service node setup.

Windows (PowerShell):

```
(Invoke-WebRequest -Uri "https://api.ipify.org" -UseBasicParsing).Content
```

Linux:

```
curl https://api.ipify.org
```

Copy this IP address - you'll need it in Step 4. It will look something like `84.46.247.120`.
