---
title: "Move a website to a new IP address"
sidebar_label: "Move a website to a new IP address"
description: "How to move a website to a new IP address"
sidebar_position: 5
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import DnsLegacyAlert from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/dns-hosting/dns-legacy-alert.mdx'

# Move a website to a new IP address

<DnsLegacyAlert />

You can accelerate the propagation of resource record changes to caching servers. To do this, decrease the record TTL to the minimum possible value a few days before the planned change. Then, change the resource record at the scheduled time, and once the changes have propagated to the caching servers, revert the TTL to its previous value.

1. In the [Control panel](https://my.selectel.ru/dns/default/hosting), on the top menu, click **Products** and select **DNS Hosting**.
2. Open the zone page.
3. In the <MoreVerticalIcon /> A record group menu, select **Edit**.
4. Change the IP address to the new one.
5. Click **Save**.
6. Wait for the resource record to update on the DNS servers. The update can take anywhere from the group TTL up to 72 hours. You can view the resource record group TTL in the [Control Panel](https://my.selectel.ru/dns/default/hosting): in the top menu, click **Products** → **DNS Hosting** → **Domain Zones** → zone page.
7. Optional: [check the resource record](/dns-hosting/records/check-records.mdx). If the resource record has not updated on the DNS servers 72 hours after creation, [create a ticket](https://my.selectel.ru/tickets/create).
8. Verify that requests are only going to the new IP address and that there are no requests from users to the old one. After that, release the old IP address.

<Formbricks />
