nginx

  1. R

    correct conf behind NAT?

    I am experiencing an issue with my Nginx setup on Proxmox. All services work fine for the external network—if I try to visit abc.mydomain.com, which is pointed to my Proxmox server, it works as expected. However, when I try to access the site from the internal network, it does not work. I am...
  2. C

    [SOLVED] Hosting a website through a container

    Hi, I'm just looking for some clarity and whether or not i'm thinking down the right path. We have a Server which is got 5 different virtual machines, these are: NGinx Database Search Redis The Code (Server) I've split all these up into a NAT mode server so it's just 1 IP from Node (sd-...)...
  3. R

    nginx reverse proxy disables pve upstream on 500 errors?

    I have PVE running behind an nginx proxy ... seemingly working well ... until an API request is made that throws a 500 error ... a response like this comes back from PVE to the nginx proxy: HTTP/1.1 500 no such resource 'ct:103' Cache-Control: max-age=0 Connection: close Date: Wed, 27 Nov 2024...
  4. A

    [SOLVED] vncwebsocket 502 by proxy

    PVE 8.2.4 , nginx 1.26.0, apache2 2.4.62 I create a CT with IP 10.0.0.103/24, and I install nginx for proxy Cp noVnc 1.4.0 to nginx path /mnt/dist/static/novnc Visit https://10.0.0.103/staic/novnc/vnc.html Post vncproxy Api and get port and ticket Get encodeURIComponent(ticket) try connect with...
  5. A

    [SOLVED] Letsencrypt certificates when using a reverse proxy

    Hi I'm currently evaluating pmg. How would I perform a certificate request when my proxmox mail gateway is behind an NGINX reverse proxy? I have PMG on server A, nginx on server B, I can actually access the web UI through NGINX just fine, and I have valid certificates on that box. I can...
  6. J

    how to configure firewall to do a NAT

    hi, i have a k8s cluseter deployed inside a proxmox host. everytime i deploy an app inside the cluster , i make a NodePoer service for it, ex :30001, and in order to access the app outside the cluster using the public IP, i create a NAT rule for that reason like : post-up iptables -t nat -A...
  7. L

    Update Proxmox documentation

    https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy The Nginx config file is slightly outdated and also doesn't accomodate IPv6 at all. This should be reflected in the documentation. I am not sure where else should I propose this fix/update. Here's what I propose: upstream proxmox {...
  8. F

    Webserver Offline Issue on Proxmox

    Hello, I have Proxmox in the latest version with numerous VMs and LXC containers. Recently, I set up another LXC container (Debian 12 Bookworm, static IP) running a small web server with NGINX (latest version) hosting a static website (only accessible in the home network). Now, I'm facing an...
  9. K

    can not reach the webui of pve on port 8006

    i can't connect to my server by browser at "localhost:8006".I have tryed many ways to repair it but they did not work at all. Now i am not at home and connect to PVE by a VPN build by a router OS(run in virtul environment) so i can confirm that the server is started in the right way. the server...
  10. J

    PVE Console behind NGINX Reverse Proxy - Broken after 8.1 Upgrade

    Hi, I've noticed that console access to VMs appears to be broken after the 8.1 upgrade*. I have followed the "Web Interface Via Nginx Proxy" page initially, and I did just update with some extra details, but that doesn't seem to have resolved it. I just get a Around the time the websocket...
  11. C

    Best practices for one public IP?

    I have a system with a single public IP and I'm looking for the right method to set up multiple VMs behind it. This isn't a system behind NAT, it's a colo with a public IPv4 address. It has an IPv6 prefix available but I am not going there just yet, first job is solving for IPv4. I found this...
  12. M

    Getting a '502 - Bad gateway' when proxying the vncwebsocket.

    Hello, I am currently using Nginx to embed a console onto an external webpage. To accomplish this, I am proxying the content to the Proxmox host. Please refer to the Nginx configuration below: Nginx configuration: server { listen 80 default_server; listen [::]:80 default_server...
  13. J

    [SOLVED] NGINX with kTLS on unprivileged LXC on Proxmox 7.3

    Good day everyone! I have a 5-node cluster on PVE 7.3-6 with a couple hundred unprivileged LXC, all using the Debian 11 Bullseye template. I was looking at how Netflix can serve 800Gb/s of TLS encrypted video content from a single server, and a large part of it appears to be kTLS. I also saw...
  14. A

    Android APP unable to use FQDN without exposing port.

    Hi community! Very first post, hope i'll do my best. I used the Android APP to connect to my Proxmox prety nice and smooth with an exposed public IP and port. (x.x.x.x:8006) Now i managed to configure an Nginx server and a personal domain to acces my services without exposing ip/ports or...
  15. H

    [TUTORIAL] Using NGINX as Reverse Proxy Externally

    I've spent a considerable amount of time getting this to work exactly like I want with the exception of having a CA certificate to get rid of the Security Risk splash page in my browser. In my Proxmox, I have multiple servers, but for the sake of simplifying this tutorial, I'll discuss the...
  16. J

    Embed proxmox console into an iframe

    Hello. The following scenario is given: I have a page on domain A, and this page is being served with nginx to domain B. Proxmox is also available at domain B:8006 Embedding domain B:8006 /?console=lxc&vmid={vmid}&node={node}&resize=scale&xtermjs=1 to an iframe in domain A is the thing I'd like...
  17. D

    GUI loads, but cannot see nodes or VMs (behind nginx reverse proxy)

    Hi, I have an issue where I am unable to expand nodes and VMs in the Proxmox GUI. I can only see the top level datacenter in the left drawer. The issue is only present when going through the nginx reverse proxy. Going directly to the proxmox server IP, I see VMs just fine. The issue exists in...
  18. M

    [SOLVED] Error 500 since nginx installation

    Hello, i have a multihomed server and wanted to have a reverse proxy which can balance between all ip. Unfortunately, since i installed it, the gui isnt working properly. I cant open consoles and i have error 500: proxy not allowed everywhere cat /etc/nginx/sites-enabled/proxmox upstream...
  19. R

    [SOLVED] Upgraded and domain SSL not working

    I just upgraded to the latest version of proxmox 6 (6.4-13) and my SSL domain is no longer working on nginx. I've double checked everything included the A record propagation and let's encrypt certs all valid. I can't seem to find the issue after the upgrade. Is there something that changed with...
  20. R

    Proxmox Avideo CT, template not updating Nginx

    apt fix missing and dpkg reconfigure do not solve the issue " root@AVideo ~# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully...