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

# VPS IP Address Settings & Network Info

> Find IPv4, IPv6, gateway, and DNS details for your VPS on the Network tab of the EDBB Control Panel.

## Network Tab Overview

<Info>
  The Network tab shows every IP assigned to your VPS plus the gateways and DNS resolvers you need when configuring the operating system. Use it as your source of truth before editing network interfaces inside the guest OS.
</Info>

***

## Step 1 – Open the Network Tab

<Steps>
  <Step title="Log in to the Control Panel">
    Visit the <a href="https://my.edbb.com/clientarea.php" target="_blank">EDBB Control Panel</a>, go to <strong>Services</strong>, and select your VPS.
  </Step>

  <Step title="Switch to Network">
    Click the <strong>Network</strong> tab in the service navigation. The page lists IPv4, IPv6, and DNS information.
  </Step>
</Steps>

<img src="https://mintcdn.com/edbackboneco/6MSQb3s7ohtG7kzq/assets/vps-network-info.png?fit=max&auto=format&n=6MSQb3s7ohtG7kzq&q=85&s=209b0768a77755caf91deca886ecad19" alt="Network tab with IPv4, IPv6, and DNS details" width="1446" height="2951" data-path="assets/vps-network-info.png" />

***

## What the Tab Shows

<CardGroup cols={2}>
  <Card title="IPv4 Configuration">
    Dedicated IPv4 addresses, subnet mask, and gateway. Use these values when adding or reconfiguring addresses in your OS.
  </Card>

  <Card title="IPv6 Configuration">
    Your assigned /64 equivalent range, gateway, and a reminder to configure routes with a /48 prefix. Dual-stack tips are provided for Linux and other OSes.
  </Card>

  <Card title="DNS Resolvers">
    Recommended public resolvers (IPv4 and IPv6) for dual-stack compatibility.
  </Card>

  <Card title="Add IP Helper">
    The **Add IP** button (when available) creates requests for additional IPv4 addresses that support team members can review.
  </Card>
</CardGroup>

***

## Tips for Using the Data

* Configure additional IPv4 addresses using the subnet mask and gateway shown. Use only one gateway in your OS configuration.
* For IPv6, assign addresses from your range and route traffic through the listed gateway using a /48 prefix.
* Apply DNS entries directly in your operating system or cloud-init user-data so services resolve correctly.
* Need to change or order more addresses? Follow the <a href="/faq/ip-addresses/change-ip-address">Change IP</a> or <a href="/faq/ip-addresses/order-additional-ip-address">Order Additional IPv4</a> guides.
