Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Initial Setup
Installing Tautulli is easy. Simply issue the following command from SSH:
sudo box install tautulli
This command will configure Tautulli for your user. Installation files have been placed in /opt/tautulli
.
How to Access
Once Tautulli has been installed, you can access it from your browser at https://<hostname.ltd>/tautulli
.
Service Management
The service for Tautulli is managed by systemd. The service file for tautulli resides at:
/etc/systemd/system/tautulli.service
- Status
- Start
- Stop
- Restart
- Enable
- Disable
sudo systemctl status tautulli
sudo systemctl start tautulli
sudo systemctl stop tautulli
sudo systemctl restart tautulli
sudo systemctl enable tautulli
sudo systemctl disable tautulli
Configuration
Upon visiting your Tautulli dashboard for the first time, the welcome wizard will run.
- Sign in with Plex
- Input settings for Plex:
Plex IP: 127.0.0.1
Port: 32400
- Run through the rest of the wizard.
- Tautulli is now connected to Plex.