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

# Network Communication Protocol (Firewall)

> List of domains, ports, and protocols that need to be allowed to use VoicePing

export const ContactEn = () => <>
    <Tip>
      If you have any questions, please contact us via <a href="https://forms.gle/6AUho7oj3zBr79e96">this form</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

To use VoicePing, you need to allow access to the following domains, ports, and protocols.

## Audio/Video Streaming Server

### Streaming Server 1

| Item              | Value                          |
| ----------------- | ------------------------------ |
| Domain            | `vultr.livekit.voice-ping.com` |
| Static IP Address | 45.76.51.170                   |
| TCP               | 443                            |

### Streaming Server 2

| Item       | Value                                 |
| ---------- | ------------------------------------- |
| Domain     | `vultr.livekit-turn.voice-ping.com`   |
| IP Address | 45.76.111.71                          |
| TCP        | 443, 7881, 20000\~30000               |
| UDP        | 443, 3478, 50000~~60000, 20000~~30000 |

## Application Layer Communication (HTTPS, TCP: 443)

### voiceping.io Domain

| URL                                   | Static IP Address |
| ------------------------------------- | ----------------- |
| `https://api.voiceping.io`            | 34.49.37.215      |
| `https://etherpad.voiceping.io`       | 34.8.18.167       |
| `https://app.voiceping.io`            | -                 |
| `https://download.voiceping.io`       | -                 |
| `https://icon.voiceping.io`           | -                 |
| `https://stt-audio.voiceping.io`      | -                 |
| `https://virtual-object.voiceping.io` | -                 |
| `https://s3-avatar.voiceping.io`      | -                 |
| `https://ui-avatars.voiceping.io`     | -                 |

### voice-ping.com Domain

| URL                                      | Static IP Address |
| ---------------------------------------- | ----------------- |
| `https://voice-ping.com`                 | 45.32.48.68       |
| `https://download.voice-ping.com`        | -                 |
| `https://stt.a.voice-ping.com`           | 108.160.134.40    |
| `https://stt.b.voice-ping.com`           | -                 |
| `https://stt.c.voice-ping.com`           | -                 |
| `https://stt.d.voice-ping.com`           | -                 |
| `https://stt.e.voice-ping.com`           | -                 |
| `https://data-management.voice-ping.com` | 104.238.150.171   |

### AWS CloudFront

* `https://dq03tfaefbvnp.cloudfront.net`
* `https://d3mufm8lfyucw5.cloudfront.net`
* `https://d1f03x0rm1aq9s.cloudfront.net`

### Apple Login

* `https://appleid.cdn-apple.com/*`

### Cloudflare Insights

* `https://static.cloudflareinsights.com/*`

## When Authentication Is Required

If you are using a corporate network, you may be prompted to enter a username and password as shown below. Please note that this refers to **corporate network credentials**, not VoicePing username and password.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/UDonPy9U4TF-4rTr/ja/images/network-firewall/01-auth-dialog.png?fit=max&auto=format&n=UDonPy9U4TF-4rTr&q=85&s=a343c92036988c0ba77911211b78e767" alt="Authentication dialog" width="2048" height="1082" data-path="ja/images/network-firewall/01-auth-dialog.png" />
</Frame>

## Windows Settings

For Windows users, please allow communication through the firewall on first launch. If you accidentally denied it, you can enable it later from Windows Defender Firewall settings.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/UDonPy9U4TF-4rTr/ja/images/network-firewall/02-windows-firewall.png?fit=max&auto=format&n=UDonPy9U4TF-4rTr&q=85&s=4ebec9dad09de70240541d713f054ccf" alt="Windows firewall settings" width="1700" height="536" data-path="ja/images/network-firewall/02-windows-firewall.png" />
</Frame>

<ContactEn />
