Skip to content

AIV 6 Debian Setup Requirements and Installation Guide

This guide walks you through downloading, installing, and configuring AIV 6 using the Debian package.

What You’ll Learn

  • How to download the AIV 6 Debian package
  • How to install AIV using dpkg
  • How to start and enable the AIV service
  • How to update AIV

Step 1: Download the AIV

Download the latest AIV release from the GitHub releases page: GitHub releases page


Install AIV

Once the package is downloaded, run the following command to install it:

sudo dpkg -i aiv*.deb

Start and Enable the AIV Service

Start the AIV service and enable it so it starts automatically on system boot:

sudo systemctl enable --now aiv.service

Update AIV

If you already have AIV installed and want to upgrade to a newer version, use the following command instead:

sudo dpkg -i aiv*.deb