Media Server/Download Speed Integrations Not Working

I'm using Portainer and stuff to run Homarr, everything is working as normal. My integrations, like the media server/download speed do not work despite plex working perfectly normal. Is there anything I can do?


OS: Ubuntu 24.04
Homarr: 15.4
Config: docker-compose

version: '3'
#---------------------------------------------------------------------#
#     Homarr - A simple, yet powerful dashboard for your server.      #
#---------------------------------------------------------------------#
services:
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr:latest
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
      - /home/beanbeanjuice/projects/homarr/configs:/app/data/configs
      - /home/beanbeanjuice/projects/homarr/icons:/app/public/icons
      - /home/beanbeanjuice/projects/homarr/data:/data
    ports:
      - '7575:7575'


Log file is attached.
Solution
you need to add integrations as apps and fill out the integration tab
Was this page helpful?