> ## 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.

# Change Your VPS IP Address

> Swap the primary IPv4 on your EDBB VPS for free within 24 hours, or purchase a standard or bespoke change later on.

export const CtaButton = ({label, link, openInNewTab}) => <a className="custom-cta-button" href={link} target={openInNewTab ? "_blank" : "_self"} rel={openInNewTab ? "noreferrer" : undefined}>
    {label}
  </a>;

<Info>
  You can refresh the primary IPv4 once per VPS for free within the first 24 hours. After that window, order a standard or bespoke change directly inside the EDBB Control Panel.
</Info>

## Free IP Change

Every new VPS includes a one-time IP change at no cost during the first 24 hours from the delivery of your VPS.

<Steps>
  <Step title="Open the EDBB Control Panel">
    Sign in to the <a href="https://my.edbb.com/clientarea.php" target="_blank" rel="noreferrer">
    EDBB Control Panel</a>

    and pick the VPS from <strong>Services → My Products</strong>
    .
  </Step>

  <Step title="Stay on the Control Panel tab">
    The summary card on the right lists <strong>Primary IPv4</strong>
    with copy and refresh icons. This is where the free swap is triggered.
  </Step>

  <Step title="Request the change">
    Click the circular arrows icon beside the IP, confirm the prompt, and the Control Panel will queue the replacement address.
  </Step>
</Steps>

<div style={{ marginTop:"16px" }}>
  <img src="https://mintcdn.com/edbackboneco/6MSQb3s7ohtG7kzq/assets/vps-change-ip-recycle-symbol.png?fit=max&auto=format&n=6MSQb3s7ohtG7kzq&q=85&s=4dabcb4836a2c45e73027a6745762e07" alt="Recycle icon for requesting a free IP change" style={{ width:"100%",maxWidth:"420px",borderRadius:"16px",border:"1px solid rgba(0,0,0,0.08)" }} width="618" height="1144" data-path="assets/vps-change-ip-recycle-symbol.png" />
</div>

<Info>
  If the refresh icon is greyed out or missing, the complimentary swap has been used—scroll down to the <strong>IP Change</strong>
  button at the bottom of the page to order a paid change instead.
</Info>

Once processed, reinstall the VPS or configure the new address manually—the previous IP stops responding immediately.

> **Please note:** The free IP change applies only to your primary IPv4 address. If you need to change any additional IPv4 addresses, you can do so using our paid **Standard** or **Bespoke IP Change** services.

***

## Paid IP Change After 24 Hours

If the free window has passed, choose one of two add-ons:

<CardGroup cols={2}>
  <Card title="📦 Standard change">
    <p>
      <strong>€5</strong>
      per request. The Control Panel assigns the next available IPv4—perfect when you just need a fresh address.
    </p>

    <CtaButton label="Order Standard Change" link="https://my.edbb.com/cart.php?gid=addons" openInNewTab={true} />
  </Card>

  <Card title="🎯 Bespoke change">
    <p>
      <strong>€10</strong>
      with a curated list of candidates so you can choose the exact IPv4 that fits your compliance or geolocation requirements.
    </p>

    <CtaButton label="Order Bespoke Change" link="https://my.edbb.com/cart.php?gid=addons" openInNewTab={true} />
  </Card>
</CardGroup>

***

## Don't Forget to Apply the New IP

After the change completes:

* Reinstall the VPS, **or**
* Configure the new IPv4 through the console or operating system tools.

<CtaButton label="(Re)install OS" link="../../vps-management/autoinstall-reinstall-install-vps-linux-windows" />

<CtaButton label="Enable VNC" link="../../vps-management/enable-vnc-server" />
