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

# IP Restriction

> Limit VoicePing workspace access to allowed IP addresses from Admin > IP Restriction.

export const FeedbackVi = () => <>
    <Tip>
      Có ý tưởng hoặc yêu cầu về tính năng này? Gửi cho nhóm qua <a href="/vi/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Liên kết chính thức</h2>

    <CardGroup cols={2}>
      <Card title="Website chính thức" icon="globe" href="https://voiceping.net/en/">
        Truy cập website chính thức
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Theo dõi trên X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Thích trên Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Kết nối trên LinkedIn
      </Card>
    </CardGroup>
  </>;

**IP Restriction** limits workspace access to registered IP addresses. The route is still named `ip-whitelist` for compatibility, but the current product label is **IP Restriction**.

<Note>
  IP Restriction is available on paid plans and is hidden on Free workspaces.
</Note>

## Open IP Restriction

1. Open **Admin**.
2. Select **IP Restriction**.
3. Review the current IP shown on the screen.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/gwYYf2JyOC1avljj/en/images/ip-whitelist/01-ip-restriction-screen.png?fit=max&auto=format&n=gwYYf2JyOC1avljj&q=85&s=5ddb31e08e93193817371322cf6e8d98" alt="Màn hình IP Restriction — công tắc Enable IP Filtering, địa chỉ IP hiện tại và danh sách IP được phép" width="3420" height="2214" data-path="en/images/ip-whitelist/01-ip-restriction-screen.png" />
</Frame>

## Enable Filtering

1. Add at least one allowed IP address.
2. Turn on **Enable IP Filtering**.
3. Confirm the warning dialog.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/gwYYf2JyOC1avljj/en/images/ip-whitelist/02-enable-filtering-confirmation.png?fit=max&auto=format&n=gwYYf2JyOC1avljj&q=85&s=c04dda1dfa283247899752064310c164" alt="Hộp thoại xác nhận Enable IP Filtering — chủ sở hữu workspace không bị ảnh hưởng, nhưng quản lý và thành viên phải kết nối từ IP được phép" width="1292" height="512" data-path="en/images/ip-whitelist/02-enable-filtering-confirmation.png" />
</Frame>

## Manage Allowed IP Addresses

* Add an IP address with an optional memo or description.
* Delete IP addresses that should no longer be allowed.
* Export the list as CSV when needed.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/gwYYf2JyOC1avljj/en/images/ip-whitelist/03-add-ip-modal.png?fit=max&auto=format&n=gwYYf2JyOC1avljj&q=85&s=8925134d00c2c4b0c82a1b101d8ba862" alt="Hộp thoại Add IP to White List — địa chỉ IP hoặc dải CIDR, các định dạng được hỗ trợ và mô tả tùy chọn" width="1578" height="926" data-path="en/images/ip-whitelist/03-add-ip-modal.png" />
</Frame>

<Warning>
  Confirm the allowed IP list before enabling filtering. Users outside the allowed IP range may lose access.
</Warning>

<FeedbackVi />
