Know the moment anything joins your network.

OOTT runs quietly behind the scenes, watching your local network and alerting you the instant a new or changed device appears — no agents, no cloud, no fuss.

Self-hosted · Runs in a single container · AGPL-3.0

Built to be simple — and thorough.

Everything you need to keep an eye on your network, nothing you don't.

Multi-protocol discovery

ARP sweeps backed by passive mDNS, SSDP and DHCP discovery — plus optional SNMP polling of your gateway's ARP table.

Instant alerts

Be notified the moment it matters: a brand-new device joins, a known one changes its IP or vendor, or a device comes back online after being away.

Tiny footprint

A local SQLite database keeps storage modest — roughly 150–700 MB per year for a typical home or homelab.

One app, every screen

Explore every device in detail from web, desktop, iOS and Android — building a living database of your network's devices and assets.

Up in minutes

One container, one small config file, sensible defaults for everything else. You're running before your coffee's cold.

Yours to run

Fully open source under the AGPL-3.0. Self-hosted on your own hardware — your network data never leaves your control.

One app, every screen.

Configure OOTT and browse everything it collects from the web, your desktop, or a native iOS and Android app.

OOTT web interface Web UI
OOTT mobile app Mobile UI

Getting started.

The quickest path is Docker: a small config file, a compose file, and one command. Prefer NixOS? There's a flake for that too.

name: oott

services:
  oott:
    image: rzuasti/oott:latest
    volumes:
      - /docker/oott/config:/config
      - /docker/oott/db:/db
    network_mode: host

Host networking lets OOTT see the multicast and broadcast traffic its scanners rely on. Then just run docker compose up -d.

Then grab the app and explore your network:

Coming soon to the App Store Coming soon to Google Play

The mobile apps are a small one-time purchase that helps fund the ongoing maintenance and development of OOTT. Their source is fully open — anyone is free to download, build and run them at no cost. To everyone who chooses to buy the app and support the project: thank you, it genuinely keeps OOTT moving forward. 💚

Free and open source.

OOTT is released under the GNU Affero General Public License v3.0. It is and will continue to be open source.