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

# Can I Move My VPS to Another Location?

> Request a one-time free VPS location change within 24 hours of ordering. After 24 hours, relocating requires deploying a new VPS.

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

## Why We Don't "Move" an Existing VPS

<Info>
  Every EDBB VPS is tied to the hardware, storage, and IP resources of a specific data center. Because of this, an existing VPS cannot simply be transferred to another location. Instead, changing locations requires provisioning a new VPS in the destination region.
</Info>

***

## Free location change within 24 hours

Ordered your VPS in the wrong location? We may be able to help.

If your VPS was ordered within the last **24 hours**, you can request **one free location change**.

This option is useful if you:

* Selected the wrong location during checkout.
* Need lower latency from another region.
* Require your VPS to be deployed in a different geographic location.

When your request is approved:

* A new VPS is provisioned in the requested location.
* Your current plan and billing cycle remain unchanged.
* The original VPS is permanently removed after the relocation.
* No refund is issued as part of the relocation process.

### Eligibility Requirements

A free location change is available only if all of the following conditions are met:

* The request is submitted within **24 hours** of the original order.
* Only **one** free location change is permitted per VPS.
* Resources are available in the requested location.
* Additional IPv4 addresses are not automatically transferred and may require re-approval.
* The VPS has not been suspended or flagged for abuse, spam, fraud, or policy violations.

<Warning>
  A location change provisions a new VPS in the requested location. Your data, IP addresses, installed software, and configuration are **not** transferred automatically. Please create a full backup before requesting a relocation.
</Warning>

***

## After 24 Hours

Once the initial **24-hour** period has passed, VPS locations can no longer be changed.

If you need your VPS in another location:

<Steps>
  <Step title="Deploy a new VPS">
    Order a VPS in your preferred location from the <a href="https://my.edbb.com/clientarea.php" target="_blank" rel="noreferrer">EDBB Control Panel</a>.
  </Step>

  <Step title="Migrate your data">
    Transfer your files, databases, and application configuration to the new VPS using your preferred migration method.
  </Step>

  <Step title="Cancel the previous VPS">
    Once everything has been verified, cancel the old VPS to stop further billing. Remember to update any DNS records or services that reference the previous IP address.
  </Step>
</Steps>

<CtaButton label="Browse VPS Locations" link="https://www.edbb.com/vps" openInNewTab={true} />
