# 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 Netography 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 Netography Fusion over HTTPS and TCP.

The use of the NetoFlow Connector is optional. If delivering unencrypted UDP over the Internet to Netography Fusion is acceptable for your use case, you can send NetFlow directly to the Netography 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 Netography'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 Netography Fusion customers only under the existing license terms your organization has agreed to for its product use.


---

# Agent Instructions: 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:

```
GET https://docs.fusion.vectra.ai/netoflow-connector/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
