Tautulli Question

Plex Media Center bridges the gap between your NAS and your home theater, doing so with a visually appealing user interface that provides instant access to your media.

Moderator: Lillian.W@AST

Post Reply
brujo
Posts: 38
youtube meble na wymiar Warszawa
Joined: Tue Nov 15, 2022 9:42 pm

Tautulli Question

Post by brujo »

Hi
I am posting the question here because I didn't find Tautulli as an application.
I was able to install it and run it the first time without any issues, since then I have been receiving "page could no open because it could not connect to the server".
I have open port 38181 in my router without success.
I have removed and reinstall Tautulli twice without success.
Any suggestion?
Thank You
Mario
User avatar
Nazar78
Posts: 1984
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Tautulli Question

Post by Nazar78 »

I'm not using this app, probably there's an internal update that broke the app. You can try check if the container is running:

Code: Select all

docker container ls -a|grep Tautulli
If it's running, try restarting it:

Code: Select all

docker restart Tautulli
Else start it:

Code: Select all

docker start Tautulli
The app might take awhile to initialize.

If you still have issues, rename this directory then restart the container as above:

Code: Select all

mv /share/Docker/Tautulli /share/Docker/Tautulli.bak
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
brujo
Posts: 38
Joined: Tue Nov 15, 2022 9:42 pm

Re: Tautulli Question

Post by brujo »

Thank you for your reply
I am new to docker, could you please tell me how do I run the code you provide me?
Thank You
Mario
brujo
Posts: 38
Joined: Tue Nov 15, 2022 9:42 pm

Re: Tautulli Question

Post by brujo »

Hi
It appears that is running.
See attachment.
Thank You
Mario
Attachments
It appears it is running.
It appears it is running.
A96B97E4-4CF4-4FFC-850A-6BC17D0AA066.jpeg (482.25 KiB) Viewed 2022 times
brujo
Posts: 38
Joined: Tue Nov 15, 2022 9:42 pm

Re: Tautulli Question

Post by brujo »

Checking portainer, this is the part of the code, I don't know why the IP address shows. http://0.0.0.0:8181/
When I open it, the browser url shows using 38181 and not 8181 as it shows in the code.
Thank You

"i/Tautulli/commits/master
2022-11-30 07:26:54 - DEBUG :: MainThread : Latest version is d7f6a1b186250bedbd46ae61888d80597b8ba976
2022-11-30 07:26:54 - INFO :: MainThread : Comparing currently installed version with latest GitHub version
2022-11-30 07:26:54 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/T ... 597b8ba976
2022-11-30 07:26:54 - DEBUG :: MainThread : In total, 0 commits behind
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli is up to date
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli WebStart :: Initializing Tautulli web server...
2022-11-30 07:26:54 - WARNING :: MainThread : Tautulli WebStart :: Web server authentication is disabled!
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli WebStart :: Thread Pool Size: 10.
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8181/
2022-11-30 07:26:55 - INFO :: MainThread : [30/Nov/2022:07:26:55] ENGINE Serving on http://0.0.0.0:8181
2022-11-30 07:26:55 - INFO :: MainThread : Tautulli is ready!
[ls.io-init] done."
User avatar
Nazar78
Posts: 1984
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Tautulli Question

Post by Nazar78 »

brujo wrote:Thank you for your reply
I am new to docker, could you please tell me how do I run the code you provide me?
Thank You
Mario
Enable the SSH service then ssh into the NAS using the admin account. For privileged commands you would prepend "sudo" to them i.e. "sudo su -" to switch to root.
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
User avatar
Nazar78
Posts: 1984
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Tautulli Question

Post by Nazar78 »

brujo wrote:Checking portainer, this is the part of the code, I don't know why the IP address shows. http://0.0.0.0:8181/
When I open it, the browser url shows using 38181 and not 8181 as it shows in the code.
Thank You

"i/Tautulli/commits/master
2022-11-30 07:26:54 - DEBUG :: MainThread : Latest version is d7f6a1b186250bedbd46ae61888d80597b8ba976
2022-11-30 07:26:54 - INFO :: MainThread : Comparing currently installed version with latest GitHub version
2022-11-30 07:26:54 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/T ... 597b8ba976
2022-11-30 07:26:54 - DEBUG :: MainThread : In total, 0 commits behind
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli is up to date
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli WebStart :: Initializing Tautulli web server...
2022-11-30 07:26:54 - WARNING :: MainThread : Tautulli WebStart :: Web server authentication is disabled!
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli WebStart :: Thread Pool Size: 10.
2022-11-30 07:26:54 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8181/
2022-11-30 07:26:55 - INFO :: MainThread : [30/Nov/2022:07:26:55] ENGINE Serving on http://0.0.0.0:8181
2022-11-30 07:26:55 - INFO :: MainThread : Tautulli is ready!
[ls.io-init] done."
Port 8181 is the internal port exclusive in the container client, port 38181 is the proxied port on the host where you access to reach the container internal port 8181. Similar like port forwarding works using DNAT.
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
brujo
Posts: 38
Joined: Tue Nov 15, 2022 9:42 pm

Re: Tautulli Question

Post by brujo »

Hi
Thank you for your reply
I did a factory reset and now is working, the only app not working is Filezilla Client.
I have included port 25800 in the Virtual Server / port forwarding section in my Asus router without success.
Thank You
Mario
Post Reply

Return to “Plex”