> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/netoflow-connector/about.md).

# About NetoFlow

The NetoFlow Connector is software you can run in your environment to collect NetFlow, sFlow, and IPFIX from your network devices and deliver those flow records to Vectra Fusion. Its purpose is to give you a collection point on your network to deliver the unencrypted UDP packets using the NetFlow protocol sent from your network devices over an encrypted TLS connection to Vectra Fusion over HTTPS and TCP.

The use of the NetoFlow Connector is optional. If delivering unencrypted UDP over the Internet to Vectra Fusion is acceptable for your use case, you can send NetFlow directly to the Vectra Fusion SaaS.

## Supported Protocols <a href="#supported-protocols" id="supported-protocols"></a>

NetoFlow supports NetFlow v5, v9, v10 (IPFIX) and sFlow v5.

NetoFlow listens on a single, configurable UDP port for incoming flow. It can also optionally tee flow to other flow collection platforms.

## Supported Platforms <a href="#supported-platforms" id="supported-platforms"></a>

NetoFlow is distributed in the following formats:

* Docker-compatible **container** hosted on Vectra's public container registry
* DEB package that can be installed via **apt-get** on compatible Linux distributions
* RPM package that can be installed via **yum** on EL7 and EL8 compatible Linux distributions

NetoFlow is built for the **x86-64 / amd64** platform.

## Installing NetoFlow <a href="#installing-netoflow" id="installing-netoflow"></a>

[🏁 Quickstart: Run NetoFlow](/netoflow-connector/quickstart.md) *(Fastest way to get started if you have a Docker host)*

[Install NetoFlow (container)](/netoflow-connector/install-container.md)

[Install NetoFlow (Linux package)](/netoflow-connector/install-linux.md)

Installing NetoFlow is one of the steps to [Ingest NetFlow/sFlow via the NetoFlow Connector](/ingest-network-traffic-logs/netflow-sflow/traffic-source-netoflow.md).

## License <a href="#license" id="license"></a>

NetoFlow is provided for use by Vectra Fusion customers only under the existing license terms your organization has agreed to for its product use.


---

# 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://docs.fusion.vectra.ai/netoflow-connector/about.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.
