<style> .wpb_animate_when_almost_visible { opacity: 1; }</style>

Emby Server for TrueNAS

Looking for TrueNAS Scale?

Emby Server for TrueNAS Installation

  1. Install Emby Server Using the Terminal:
    TrueNAS 13:
    git clone https://github.com/MediaBrowser/iocage-amd64.git
    cd iocage-amd64
    iocage fetch -P emby-server.json dhcp="on" ip6="inherit" allow_mlock="on" --branch master
    iocage set plugin_repository='https://github.com/MediaBrowser/iocage-amd64.git' emby-server
    
    TrueNAS 12:
    git clone -b truenas12 https://github.com/MediaBrowser/iocage-amd64.git
    cd iocage-amd64
    iocage fetch -P emby-server.json dhcp="on" ip6="inherit" allow_mlock="on" --branch truenas12
    iocage set plugin_repository='https://github.com/MediaBrowser/iocage-amd64.git' emby-server
    
  2. You may need to configure storage within your TrueNAS Jail in order to allow Emby to access it. See Adding storage to TrueNAS.
  3. Start Emby Server, then open a web browser and visit http://localhost:8096