AviatoAviato

Quickstart

Install Aviato with Docker in under five minutes.

Get Aviato running on your machine with a single Docker command.

docker run -d \
  --name aviato \
  -p 8080:80 \
  -v aviato-data:/data \
  docker.ato.software/ato/aviato:latest

Open http://localhost:8080 in your browser to complete first-run setup.

Looking for more advanced setup guides? See Docker Setup for compose examples.

Next steps

  • Docker Setup for advanced compose files.
  • Configuration for every option you can tune via env var or config.yml.
  • Mount your media libraries.
  • Add plugins for the media types you care about.
  • Connect mobile and TV clients.

On this page