Docs / Networking / Understanding IP Addresses on Your Breeze

Understanding IP Addresses on Your Breeze

By Admin · Feb 25, 2026 · Updated Apr 24, 2026 · 216 views · 1 min read

Each Breeze comes with a dedicated public IPv4 address.

Finding Your IP Address

Your Breeze's IP is displayed on the server detail page in your portal. From the command line:

ip addr show
curl -4 ifconfig.me

Public vs Private IPs

  • Public IP — the address accessible from the internet. This is what you use for SSH, DNS records, and web traffic.
  • Private IP — used for internal communication. Not accessible from the internet.

Static IP

Your Breeze's IP address is static — it doesn't change unless you destroy and create a new Breeze.

Was this article helpful?