Supa
Patron
- Joined
- Jan 10, 2014
- Messages
- 204
Reference:
https://github.com/Tautulli/Tautulli-Wiki/wiki/Installation#freenas
Tautulli will be installed to /usr/local/share/Tautulli.
Once Tautulli is running just fetch the plex token with your login info and it should auto-generate the plex IP / server URL.
https://github.com/Tautulli/Tautulli-Wiki/wiki/Installation#freenas
Tautulli will be installed to /usr/local/share/Tautulli.
- Create a new jail for Tautulli (you can also install it within the PMS jail if you wish)
- Open the jail shell.
- Install pre-requisites: pkg install python2 py27-sqlite3 py27-openssl py27-pycryptodome security/ca_root_nss git
- Type: cd /usr/local/share/
- Type: git clone https://github.com/Tautulli/Tautulli.git
- Fix permissions:
- Allow all users to run: chmod -R 777 Tautulli OR
- Allow only a certain user to run: chown -R user:group Tautulli
- Type: cd Tautulli
- Type: python2 Tautulli.py
- Tautulli will be loaded in your browser or listening on http://localhost:8181 (http://[JAIL-IP]:8181)
- To start Tautulli on startup, refer to Install as a daemon or see below!
- Make sure Tautulli is shutdown. Tautulli > Settings > Shutdown
- Ensure user permissions are correct: chown -R root:wheel /usr/local/share/Tautulli
- Copy init script: cp /usr/local/share/Tautulli/init-scripts/init.freenas /usr/local/etc/rc.d/tautulli
- Set user to run: sysrc tautulli_user="root"
- Enable at boot: sysrc tautulli_enable="YES"
- To start service tautulli start
- You can use service tautulli [start | stop | restart | status] to start/stop/restart or check the status of the Tautulli service
- If you need to change user: sysrc tautulli_user="USERNAME"
- Set user permissions for the Tautulli directory: chown -R USERNAME:GROUPNAME /usr/local/share/Tautulli
- Run from another directory: sysrc tautulli_dir="DIRECTORY"
Once Tautulli is running just fetch the plex token with your login info and it should auto-generate the plex IP / server URL.

Last edited: