• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Nginx Proxy Manager, Fail2Ban, and Jellyfin

     
    • 0 Vote(s) - 0 Average

    Nginx Proxy Manager, Fail2Ban, and Jellyfin

    Nginx Proxy Manager, Fail2Ban, and Jellyfin Setup
    crashx
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #15
    2024-06-19, 09:24 PM
    Problem solved. Guidance seems to be that fail2ban should be on the most edge server in the network so your thinking was correct. Using this guide (https://betterstack.com/community/guides...og-server/) I set up an rsyslog server/client setup. On the client, I then streamed the JF logs into rsyslog, then forwarded the logs from .106 to .108. I migrated my f2b implementation to .108 as well and boom, it works.

    Here's my custom config file for rsyslog:

    # Forward logs to rsyslog server

    *.* @@192.168.1.108:514

    module(load="imfile" PollingInterval="10") #needs to be done just once

    input(type="imfile"
    File="/home/<username>/jellyfin/config/log/log*.log"
    Tag="jellyfin")

    jellyfin.* /home/<username>/jellyfin/config/log/log*.log
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 03:30 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-06-19, 03:54 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 04:01 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-06-19, 04:26 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 04:41 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-06-19, 04:50 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 04:57 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-06-19, 05:18 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 06:47 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-06-19, 06:59 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 07:52 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-06-19, 08:04 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 08:10 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-06-19, 08:50 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by crashx - 2024-06-19, 09:24 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by Fetzi - 2024-12-07, 04:45 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-12-07, 10:29 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by Fetzi - 2024-12-08, 10:29 AM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by TheDreadPirate - 2024-12-08, 03:08 PM
    RE: Nginx Proxy Manager, Fail2Ban, and Jellyfin - by Fetzi - 2024-12-08, 03:43 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode