> For the complete documentation index, see [llms.txt](https://www.kauneonga.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.kauneonga.com/docs/help-center/troubleshooting/overview/network-and-browser-checks.md).

# Network and browser checks

Validate browser, device, and internet setup for stable Liberty performance.

Use this page to validate browser, device, and connection setup when voice quality or registration is unstable.

### Start with these checks

1. Confirm the agent is using **Google Chrome 132+**.
2. Confirm the workstation passes the **Kauneonga IT Assessment Test**.
3. Confirm the workstation is on **wired Ethernet**.
4. Confirm the connection has enough stable upload and download bandwidth.
5. Confirm QoS or traffic prioritization is in place when available.

### Browser checks

#### Avoid routine refreshes

Refreshing the browser or selecting **Dashboard** forces a WebRTC re-registration.

This can briefly change the agent to **Unregistered** and interrupt call delivery.

If the app is responsive, use this reset instead:

1. Click **Unavailable**.
2. Wait a few seconds.
3. Click **Available** again.

#### Confirm Chrome settings

In Chrome:

* allow microphone access for Liberty
* keep `kauneonga.com` active

### Network checks

Use **wired Ethernet** for active workstations.

Avoid:

* Wi-Fi when possible
* satellite or shared connections
* `LTE/5G`, `MiFi`, and range extenders
* streaming traffic on the same connection during work hours

Run [Cloudflare Speed Test](https://speed.cloudflare.com/) to verify available bandwidth.

Recommended baseline:

* `100 Mbps` download per user
* `10 Mbps` upload per user
* at least `10 Mbps` reserved for UDP traffic

#### Ports to prioritize

If the router or firewall supports QoS, prioritize:

* `5060` — UDP/TCP SIP signaling
* `5061` — TLS SIP signaling
* `3478` — STUN/TURN
* `16384-32768` — RTP media

### Related setup guidance

* [IT Best Practices](/docs/help-center/it/it-best-practices.md)
* [Remote internet setup](/docs/help-center/it/remote-internet-setup.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.kauneonga.com/docs/help-center/troubleshooting/overview/network-and-browser-checks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
