> For the complete documentation index, see [llms.txt](https://doc.keepnetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.keepnetlabs.com/next-generation-product/miscellaneous/platform-requirements/portal-ui-requirements.md).

# Portal UI Requirements

The following are the minimum requirements to use the platform portal interface.

### Network Requirements

Users must be able to access the following addresses through the internet at the given minimum connection speed.

Addresses that should be allow listed and minimum internet speed for users who use the platform via **Cloud**.

<table><thead><tr><th width="267.1446246335302">Host</th><th width="482">Port</th></tr></thead><tbody><tr><td>api.keepnetlabs.com</td><td>80,443</td></tr><tr><td>dash.keepnetlabs.com</td><td>80,443</td></tr><tr><td>Internet Speed</td><td>> 1 Mbps</td></tr></tbody></table>

Addresses that should be allow listed and minimum internet speed for users who use the platform via **On-Premise**.

<table><thead><tr><th width="265.35483870967744">Host</th><th width="482">Port</th><th data-hidden></th></tr></thead><tbody><tr><td>On-Premise Domain Address</td><td>80,443</td><td></td></tr><tr><td>Internet Speed</td><td>> 1 Mbps</td><td></td></tr></tbody></table>

### Supported Web Browsers

The table below provides the minimum browser version required for users to log in to the platform.

{% hint style="info" %}
You should allow list the platform domain addresses with any pop-up blocker to avoid any limitation of your ability to use some features.
{% endhint %}

<table><thead><tr><th width="219.20762927936175">Host</th><th width="482">Port</th><th data-hidden></th></tr></thead><tbody><tr><td>Edge</td><td>> 16</td><td></td></tr><tr><td>Mozilla Firefox</td><td>> 76</td><td></td></tr><tr><td>Opera</td><td>> 62</td><td></td></tr><tr><td>Safari</td><td>> 11.1.1</td><td></td></tr><tr><td>Chrome</td><td>> 88.0.4324.15</td><td></td></tr></tbody></table>

{% hint style="info" %}
Javascript and cookies are enabled by default in browsers; however, it’s best to check and activate them if they have been previously disabled.
{% endhint %}

### Hardware Requirements

The table below provides the minimum hardware required for users to log in to the platform.

<table><thead><tr><th width="220.89061440780463"></th><th width="482"></th><th data-hidden></th></tr></thead><tbody><tr><td>Operating System</td><td>An updated operating system (Windows 7 or more recent, macOS X, Linux, iPadOS, Android)</td><td></td></tr><tr><td>Processor</td><td>2-Core 2.0 GHz (gigahertz) or faster.</td><td></td></tr><tr><td>Sound Card</td><td>16-Bit</td><td></td></tr><tr><td>Screen Resolution</td><td>1024 x 768 or higher</td><td></td></tr><tr><td>Video Card</td><td>128MB of video memory</td><td></td></tr></tbody></table>

{% hint style="warning" %}
The Mobile user interface is not available for management, please use tablets, laptops, or desktops.
{% endhint %}


---

# 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://doc.keepnetlabs.com/next-generation-product/miscellaneous/platform-requirements/portal-ui-requirements.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.
