How To Install Tautulli (A Python based monitoring and tracking tool for Plex Media Server.)

AstroZombie

Explorer
Joined
Jul 20, 2014
Messages
76
Have the service running, can't pull up the localhost gui though.

Any ideas?
 
Last edited:

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
what particular problem are you seeing?

you provide no details so it is a bit hard to help. have you setup a static IP for your plexpy jail in both freenas and your router?
 

AstroZombie

Explorer
Joined
Jul 20, 2014
Messages
76
what particular problem are you seeing?

you provide no details so it is a bit hard to help. have you setup a static IP for your plexpy jail in both freenas and your router?
The jail has a static IP yes.

I know it's running I just need access to the GUI to configure.
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
yep 8181 is the default port.
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
for plexpy?

did you miss the update button in the settings? if you installed properly then you should be able to update that way.
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
I've noticed with the last few updates that it can get stuck in an updating loop. If it restarts after the 120 second countdown, I simply restart the jail and everything is up to date.
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
Have you updated it before? If not, perhaps you don't have git (which is uses to fetch the latest version) installed in the jail? 'pkg install git' should fix that.
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
Do you have external connectivity within the plexpy jail (can you ping 8.8.8.8)? If you can, perhaps theres a problem with the git install. You could remove it and reinstall.
 

apautz22

Cadet
Joined
Jul 13, 2014
Messages
2
I can't seem to keep plexpy running after the nas gets rebooted.
I followed the instructions and it is installed correctly.
I get plexpy to run and love it.
Then I reboot and the daemon is gone.
I just get the following
Code:
# service plexpy start
plexpy does not exist in /etc/rc.d or the local startup
directories (/etc/ix.rc.d /usr/local/etc/rc.d)

and the
Code:
plexpy_enable="YES"

is no longer in /etc/rc.conf

I don't know what I am doing wrong.
Any help is appreciated.
 

Denose16

Cadet
Joined
Dec 19, 2016
Messages
4
Hey, I haven't been able to find a solution to this yet, please help! :)
When I paste:
I get:
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), er
rno 54
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Found a post saying this might help:
"git config --global http.postBuffer 1048576000"

Then thought to download the .zip and go from there, but I don't know where to go from there :P
 
Top