> ## 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 FeedbackTh = () => <>
    <Tip>
      มีไอเดียหรือคำขอเกี่ยวกับฟีเจอร์นี้ไหม? ส่งถึงทีมผ่าน <a href="/th/product-feedback">Product Feedback</a>
    </Tip>

    <h2>ลิงก์อย่างเป็นทางการ</h2>

    <CardGroup cols={2}>
      <Card title="เว็บไซต์อย่างเป็นทางการ" icon="globe" href="https://voiceping.net/en/">
        เยี่ยมชมเว็บไซต์อย่างเป็นทางการของเรา
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        ติดตามเราบน X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        ติดตามเราบน Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        เชื่อมต่อบน 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="หน้าจอ IP Restriction — สวิตช์ Enable IP Filtering ที่อยู่ IP ปัจจุบัน และรายการ IP ที่อนุญาต" 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="กล่องโต้ตอบยืนยัน Enable IP Filtering — เจ้าของเวิร์กสเปซไม่ได้รับผลกระทบ แต่ผู้จัดการและสมาชิกต้องเชื่อมต่อจาก IP ที่อนุญาต" 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="กล่องโต้ตอบ Add IP to White List — ที่อยู่ IP หรือช่วง CIDR รูปแบบที่รองรับ และคำอธิบายเพิ่มเติม" 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>

<FeedbackTh />
