11000 The login is blocked since Nextcloud is running.Please use the automatic login from your Nextcloud

I am unsure what to do with port 11000? do I need to allow it in my router (OPNsense) firewall? if so, does the WAN need to access the port, or just the NextCloud container?

What do I need to add to NginX?

I am using this in Unraid with the " nextcloud-aio-mastercontainer "

Apologies for not being super smart.


Hi, can you follow https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md#6-how-to-debug-things?

1 Like

So I have NginX-Proxy-Manager currently set to 8080, and that is how I got the screenshots in the OP. When I change my entry in NginX-Proxy-Manager to port 11000 it no longer loads.

The other problem I see I have from reading the debug link, is “Make sure that you used the docker run command that is described in this reverse proxy documentation.” I am using unraid, so I will have to look into that, as I’ve just been hitting “start” and not sure how to run it special like its requesting.

Thanks for pointing me in the right direction, I will get back to you when I have time to look into it and try tonight.

part 2… sorry to bend rules but new users cant post more than 2 media messages, and I have 3 images to assist describing my issue. :heart_hands:

and then when I go to the NC IP address:

It just loops on this and refreshes wanting passphrase and going back to that page.

I am still unsure if in NginX-Proxy-Manager if my domain needs to be forwarded with port 8080 like it is now, or 11000, and there is another step to complete after changing the port there? :woozy_face:

Trying different things.
If I stop the Apache docker container, like this page says to:

then in unraid the docker containers look like this:

end part 1.


This screenshot shows that I have:
1- Apache port 11000 being pointed to.
2- Showing Apache_IP_Binding also pointing to the apache IP address that Unraid has assigned to Apache.

Can you set APACHE_IP_BINDING to 0.0.0.0 and then restart the stack via the aio interface and check if that helps?

Okay:

  1. stopped all containers from https://192.168.1.XXX:8080/containers
  2. Went into Unraid and stopped the AIO Master Container
  3. Went into the master container and changed the IP, see image:
  4. Started AIO Master Container. went back to Nextcould local IP. and started the container stack from there.
  5. after a few minutes all containers in the stack are green.
  6. Clicked the blue “open your nextcloud” and got the same trusty screen

Are you using a reverse proxy on your unraid host?

I am using NginX-Proxy-Manager to route my domain to my unraid server/containers on my unraid.

But the containers on my unraid have their own private IP that is reachable from any device on the network. WITH THE EXCEPTION of ports that may be blocked by OPNsense, I do have tighter than standard port/traffic blocking.

I see. Can you show a screenshot of ehat you’ve configured in npm for aio?

Yessir, it will be 6+hours before I am home, I am at work. thanks for your time.


When I changed 8080 to 11000 and added the three(?) lines in the advanced tab, like the link you sent in the first response:

Then when I went to NC, the page did not load. So I reverted back to the settings you see in the above screenshots.

Thanks!


Sorry for many posts… I keep getting limited to two screenshots. a very silly limit if I want to show you everything.

I see. You need point at http://ip.address.of.server:11000

with the 8080 like the above settings, I get:

And when I change the port in NginX-Proxy-Manager from 8080 to 11000 I get this error:
11000

Thank you

Hm… Did you point at http instead of https?


I have the domain set to auto go to https. so even if I delete the “s” and “enter” to reload, it reloads to https.

I meant in npm