Nginx Proxy Manager Install - Proxmox Debian 11
Nginx is a popular web server and reverse proxy used to route traffic and redirect it to another server. Setting up Nginx as a reverse proxy can be time-consuming and prone to errors and misconfigurations. Hence this guide…
1st Way
1
2
wget $WGETOPT -c https://bootstrap.pypa.io/get-pip.py -O - | python3
wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/setup.sh | sh
Or This Way
Nginx Proxy Manager LXC
To create a new Proxmox Nginx Proxy Manager LXC Container, run the following in the Proxmox Shell.
1
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nginx-proxy-manager-v3.sh)"
⚡ Default Settings: 1GB RAM - 3GB Storage - 1vCPU ⚡
Forward port 80 and 443 from your router to your Nginx Proxy Manager LXC IP
Nginx Proxy Manager Interface - http://server.ip:81
Initial Login
username: [email protected]
password: changeme
To Update Nginx Proxy Manager
Run in the LXC console
1
sudo bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nginxproxymanager-v5.sh)"
This post is licensed under
CC BY 4.0
by the author.