Sensors are the bridge between your network and Linivo Cloud, feeding both monitoring and detection. Here's how to size, place and install one.
Place the sensor as close as possible to the devices it will poll and to the traffic it will see; a sensor on the wrong side of a WAN link adds latency to every poll and can miss flow exports that don't route through it.
Run the one-line install command from the setup wizard, which pulls the sensor image, applies your pairing token, and starts the service.
curl -sSL https://get.linivo.net/sensor | bash -s -- --token $PAIRING_TOKEN
The sensor needs outbound HTTPS to Linivo Cloud, plus whatever inbound protocols you plan to use locally: SNMP (UDP/161), NetFlow/IPFIX (UDP/2055 or 4739), and syslog (UDP/514 or TCP/6514 for TLS).
Check Settings > Sensors for a green "Connected" status. If it stays gray after a few minutes, verify outbound HTTPS isn't being blocked by an egress firewall or proxy.