Install git and Python
apt install git python3.8 python3-setuptools
cd into /opt
cd /opt
Download Tautulli
git clone https://github.com/Tautulli/Tautulli.git
Create new user and group
addgroup tautulli && adduser --system --no-create-home tautulli --ingroup tautulli
Change ownership of installation directory
chown -R tautulli:tautulli /opt/Tautulli
Copy the service file
cp /opt/Tautulli/init-scripts/init.systemd /lib/systemd/system/tautulli.service
Reload systemd and enable the Tauttulli service
systemctl daemon-reload && systemctl enable tautulli.service
Start Tautulli
systemctl start tautulli.service
Access the web interface via tcp/8181