Nginx Proxy Manager autostart doesnt work #2087

Closed
opened 2026-02-05 03:43:03 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @neogola on GitHub (Nov 28, 2025).

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Nginx Proxy Manager

📂 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 13

📈 Which Proxmox version are you on?

9.1.1

📝 Provide a clear and concise description of the issue.

I installed Nginx Proxy Manager via a helper script two days ago, and the installation worked. Today I restarted the LXC, and the NPM service does not start automatically.
When I run systemctl start npm, NPM starts again. An update today didn’t change anything.

🔄 Steps to reproduce the issue.

after every reboot npm is not running. Manually command "systemctl start npm" start the npm and he works

Paste the full error output (if available).

no error message

🖼️ Additional context (optional).

No response

Originally created by @neogola on GitHub (Nov 28, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Nginx Proxy Manager ### 📂 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 13 ### 📈 Which Proxmox version are you on? 9.1.1 ### 📝 Provide a clear and concise description of the issue. I installed Nginx Proxy Manager via a helper script two days ago, and the installation worked. Today I restarted the LXC, and the NPM service does not start automatically. When I run systemctl start npm, NPM starts again. An update today didn’t change anything. ### 🔄 Steps to reproduce the issue. after every reboot npm is not running. Manually command "systemctl start npm" start the npm and he works ### ❌ Paste the full error output (if available). no error message ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 03:43:03 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 28, 2025):

not related for us, the script starts like every linux tool, "After=network.target" and needs "Wants=openresty.service"

The Tool is buggy in every version. We has need to fix the version, because we dont get any response. So we do nothing until the next release is live.

@MickLesk commented on GitHub (Nov 28, 2025): not related for us, the script starts like every linux tool, "After=network.target" and needs "Wants=openresty.service" The Tool is buggy in every version. We has need to fix the version, because we dont get any response. So we do nothing until the next release is live.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2087