Nginx Proxy Manager - no update possible #1672

Closed
opened 2026-02-05 01:54:47 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @SunboX on GitHub (Sep 24, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

nginxproxymanager

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.4-3-pve)

📝 Provide a clear and concise description of the issue.

My Nginx Proxy Manager does not update Let's Encrypt certificates anymore. So I thought I run "update" in the LXC Console. But it always tries to log me in. So, how can I update my Nginx Proxy Manager?

Image

🔄 Steps to reproduce the issue.

try to update

Paste the full error output (if available).

which one?

🖼️ Additional context (optional).

No response

Originally created by @SunboX on GitHub (Sep 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? nginxproxymanager ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.4-3-pve) ### 📝 Provide a clear and concise description of the issue. My Nginx Proxy Manager does not update Let's Encrypt certificates anymore. So I thought I run "update" in the LXC Console. But it always tries to log me in. So, how can I update my Nginx Proxy Manager? <img width="531" height="468" alt="Image" src="https://github.com/user-attachments/assets/bea12f62-924c-4cb2-b22b-aa5dd929438e" /> ### 🔄 Steps to reproduce the issue. try to update ### ❌ Paste the full error output (if available). which one? ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 01:54:47 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Sep 24, 2025):

you must have set a login at some point, but you can enter the lxc with pct enter from the shell of your host.

then you can run the update or run passwd root to reset the password for access

@michelroegl-brunner commented on GitHub (Sep 24, 2025): you must have set a login at some point, but you can enter the lxc with pct enter <ID> from the shell of your host. then you can run the update or run passwd root to reset the password for access
Author
Owner

@SunboX commented on GitHub (Sep 24, 2025):

hm, like this?

Image
@SunboX commented on GitHub (Sep 24, 2025): hm, like this? <img width="378" height="140" alt="Image" src="https://github.com/user-attachments/assets/cadab01d-0336-4f21-9bcd-24b8e9ba753c" />
Author
Owner

@MickLesk commented on GitHub (Sep 24, 2025):

Then its not our script or its never finalized. Update function is the latest before motd generated and Script is done

You can Run the bash call (Install from Website) inside the lxc to Update

@MickLesk commented on GitHub (Sep 24, 2025): Then its not our script or its never finalized. Update function is the latest before motd generated and Script is done You can Run the bash call (Install from Website) inside the lxc to Update
Author
Owner

@SunboX commented on GitHub (Sep 24, 2025):

I'm pretty sure I used the Helper Script. But maybe it did not finish completely... can't remember if it did. I will try the official update, thx!

@SunboX commented on GitHub (Sep 24, 2025): I'm pretty sure I used the Helper Script. But maybe it did not finish completely... can't remember if it did. I will try the official update, thx!
Author
Owner

@SunboX commented on GitHub (Sep 25, 2025):

For someone who is wondering how:

root@reverse-proxy:~# docker ps
CONTAINER ID   IMAGE                             COMMAND             CREATED         STATUS              PORTS                                                                                  NAMES
64cfbac0b9e7   jc21/nginx-proxy-manager:latest   "/init"             15 months ago   Up About a minute   0.0.0.0:80-81->80-81/tcp, :::80-81->80-81/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp   root_app_1
c5f25efcbd6b   jc21/mariadb-aria:latest          "/scripts/run.sh"   15 months ago   Up About a minute   3306/tcp                                                                               root_db_1
root@reverse-proxy:~# docker pull jc21/nginx-proxy-manager:latest
latest: Pulling from jc21/nginx-proxy-manager
xxxxxxxxxxx: Pull complete 
Digest: sha256:6ab097814f54b1362d5fd3c5884a01ddd5878aaae9992ffd218439180f0f92f3
Status: Downloaded newer image for jc21/nginx-proxy-manager:latest
docker.io/jc21/nginx-proxy-manager:latest
root@reverse-proxy:~# docker restart 64cfbac0b9e7              
64cfbac0b9e7
@SunboX commented on GitHub (Sep 25, 2025): For someone who is wondering how: ```txt root@reverse-proxy:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 64cfbac0b9e7 jc21/nginx-proxy-manager:latest "/init" 15 months ago Up About a minute 0.0.0.0:80-81->80-81/tcp, :::80-81->80-81/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp root_app_1 c5f25efcbd6b jc21/mariadb-aria:latest "/scripts/run.sh" 15 months ago Up About a minute 3306/tcp root_db_1 root@reverse-proxy:~# docker pull jc21/nginx-proxy-manager:latest latest: Pulling from jc21/nginx-proxy-manager xxxxxxxxxxx: Pull complete Digest: sha256:6ab097814f54b1362d5fd3c5884a01ddd5878aaae9992ffd218439180f0f92f3 Status: Downloaded newer image for jc21/nginx-proxy-manager:latest docker.io/jc21/nginx-proxy-manager:latest root@reverse-proxy:~# docker restart 64cfbac0b9e7 64cfbac0b9e7 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1672