Run Tautulli in background without terminal open

Server Version#:1.13.5.5291
Player Version#:

I can not seem to figure out how to get tautulli running when terminal is not, I have tried the run as daemon directions but my paths/os version or something must be wrong but cant figure out how to fix them. I had plexpy running just fine but i find that notifications work better with this updated version of tautulli. PLEASE HELP!

Thanks

The way that I usually run it is by adding an ‘&’ to the python call that starts Tautulli. It will give you the process id (PID).

The next command is disown [PID]

then you can close the terminal window.

I’m sure there are other ways of getting this done, but it works for me.

I have had mine running for many years now, and since has been updated to Tautulli, so ignore that my examples still says PlexPy.

For a Win7 machine, I just made a short cut and put it in the startup folder. You could do the same with a scheduler too.

C:\Python27\pythonw.exe C:\plexpy\PlexPy.py

image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.