[GH-ISSUE #2438] Proxy host (on landing page) does not show number of host configured. #1711

Open
opened 2026-02-26 07:32:09 +03:00 by kerem · 5 comments
Owner

Originally created by @riddertommie on GitHub (Nov 29, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2438

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes, I found issue #1679. But that one is closed and does not give a solution

Describe the bug

If you go to starting page i see '0' host and I have multiple configured.

UPDATE: i made a stream and that one is also not showing.

Nginx Proxy Manager Version

v2.9.19

To Reproduce
Steps to reproduce the behavior:

  1. Go to dashboard page and look at [Proxy Hosts] my url is (http://192.168.2.200:8181/nginx/proxy)

Look at the number, with me its '0'

  1. Click on [Proxy Hosts]

Look at the actual configuration more then 5 in my case.

Expected behavior

That the Proxy host on the starting page represent the number of configuration

Screenshots

afbeelding

afbeelding

Operating System

Ubuntu Server

Additional context

I checked with Edge and with Firefox.

Originally created by @riddertommie on GitHub (Nov 29, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2438 <!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes, I found issue #1679. But that one is closed and does not give a solution **Describe the bug** If you go to starting page i see '0' host and I have multiple configured. UPDATE: i made a stream and that one is also not showing. **Nginx Proxy Manager Version** v2.9.19 **To Reproduce** Steps to reproduce the behavior: 1. Go to dashboard page and look at [Proxy Hosts] my url is (http://192.168.2.200:8181/nginx/proxy) Look at the number, with me its '0' 3. Click on [Proxy Hosts] Look at the actual configuration more then 5 in my case. **Expected behavior** That the Proxy host on the starting page represent the number of configuration **Screenshots** ![afbeelding](https://user-images.githubusercontent.com/3483150/204514275-34bfed19-f51d-4fee-b0f2-f5605788a689.png) ![afbeelding](https://user-images.githubusercontent.com/3483150/204514742-da6adcb2-24bd-4f46-a9c5-2277383c518e.png) **Operating System** Ubuntu Server **Additional context** I checked with Edge and with Firefox.
Author
Owner

@wdhdev commented on GitHub (Dec 13, 2022):

@riddertommie It does this for me, but then I just refresh the page after going to the home page and it updates.

<!-- gh-comment-id:1347707952 --> @wdhdev commented on GitHub (Dec 13, 2022): @riddertommie It does this for me, but then I just refresh the page *after* going to the home page and it updates.
Author
Owner

@riddertommie commented on GitHub (Dec 15, 2022):

Sorry for the late reaction.

Above does not work.

16-12-2022, quick edit: it seems that it is related to different users.

i have 2 users lets say admin and user.

if i log in with admin i see host numbers etc. (the one made by admin)
if i log in with user i don't see them. (i never made any with user)

i just checked the one created by user are not shown by admin and vice versa (with shown i mean off-course that you don't see the host numbers on the main page.

so they only show there own and not added (cumulative) as i would aspect.

Is this design intended?

p.s. user is a administrator and has all administrator permissions.

quick edit 2 (sorry): i think i broken the complete installation now by removing something via user that was configured/added by admin. I get now following error:

nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-5/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-5/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

and everything stops

<!-- gh-comment-id:1353032748 --> @riddertommie commented on GitHub (Dec 15, 2022): Sorry for the late reaction. Above does not work. 16-12-2022, quick edit: it seems that it is related to different users. i have 2 users lets say admin and user. if i log in with admin i see host numbers etc. (the one made by admin) if i log in with user i don't see them. (i never made any with user) i just checked the one created by user are not shown by admin and vice versa (with shown i mean off-course that you don't see the host numbers on the main page. so they only show there own and not added (cumulative) as i would aspect. Is this design intended? p.s. user is a administrator and has all administrator permissions. quick edit 2 (sorry): i think i broken the complete installation now by removing something via user that was configured/added by admin. I get now following error: nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-5/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-5/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) and everything stops
Author
Owner

@github-actions[bot] commented on GitHub (Feb 3, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1925011002 --> @github-actions[bot] commented on GitHub (Feb 3, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@SystemSpam commented on GitHub (Sep 24, 2024):

Hello.

I pulled this up, because we have the same "issue"

The Dashboard shows in the summary only the Hosts, the loggedin User added.

That's best practise for restricted Users.

But maybe it would be able to show all Hosts in the overview for Admin users, because You can edit every Host.

image

Maybe a feature for one of the next Versions?

Best regards
Robert

<!-- gh-comment-id:2370344642 --> @SystemSpam commented on GitHub (Sep 24, 2024): Hello. I pulled this up, because we have the same "issue" The Dashboard shows in the summary only the Hosts, the loggedin User added. That's best practise for restricted Users. But maybe it would be able to show all Hosts in the overview for Admin users, because You can edit every Host. ![image](https://github.com/user-attachments/assets/ba308655-fceb-4768-82dc-d7c8b604537d) Maybe a feature for one of the next Versions? Best regards Robert
Author
Owner

@github-actions[bot] commented on GitHub (Jun 14, 2025):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2972128532 --> @github-actions[bot] commented on GitHub (Jun 14, 2025): Issue is now considered stale. If you want to keep it open, please comment :+1:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1711
No description provided.