Help needed in setup of UISP Docker Image running on Synology NAS

Hi there. Not sure if this is the appropriate place to post this, but I am trying to reach out to the author @nico640 who has compiled a docker image to run Ubiquiti’s UISP Portal on a Synology NAS.

I have already installed Docker on the NAS and downloaded the image and run it. I am just unsure of where to go next in terms of setting up it’s access via the LAN port of my NAS or what other steps I need to complete. If anyone can point me in the right direction or how to contact the author direct for help, I would be grateful.

1 Like

Hi,

Can you tell us which image you’re using? :slight_smile:

Im using this one, for a Synology NAS

Have you mapped the ports:

    ports:
      - 80:80
      - 443:443
      - 2055:2055/udp

because then i would just suppose to access it on your nas ip with port 80 or 443

Not entirely sure where to do that. Do I do it within the image settings or at Sysnology NAS DSM level?

When you create the container via the webinterface, you have the options to map ports, and you should create the above mappings

OK finally got it working. Thanks.