reverse proxy

  1. Z

    [SOLVED] Proxmox VNC behind HAProxy

    Hi, I'm trying to set up HAProxy (v2.6.12) as a reverse proxy for 2 Proxmox VE servers (v8.1.3). The web UI works fine, but connections to noVNC consoles break randomly, sometimes every ~15 seconds, sometimes every minute or so, sometimes 10 times over the course of 2 seconds. It's incredibly...
  2. 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...
  3. M

    One Traefik RP for several LXC instances

    Hi & Thank you for your time! I'am a beginer with Proxmox, but hosting services since a few years. So far i used to have 1 crapy old PC what managed to host all services in the same virtual environment. About a week ago i moved to Proxmox and rebuilding my setup now. My question is: I setup for...
  4. J

    Konfiguration der Quarantäne-Links/URLs unabhängig vom Hostnamen des PMGs

    Hallo miteinander, ich habe bei meinem Setup einen Nginx-Server, Der via SNI alle https-Anfragen für die verschiedensten Hostnamen entgegennimmt und dann an die entsprechenden internen Server verteilt. (Ich habe nur eine öffentliche IP). Das funktioniert soweit auch einwandfrei. Seit Neustem...
  5. 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...
  6. G

    Proxmox VE behind reverse proxy (Real-IP)

    Hi, I access my PVE behind a reverse proxy. here is the conf server { listen 80; server_name myfqdn; set $primary_domain myfqdn; if ($host != $primary_domain) { rewrite ^ $scheme://$primary_domain permanent; } location / { return 301 https://$server_name$request_uri; } }...
  7. 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...
  8. C

    [TUTORIAL] How to reverse proxy Proxmox using Plesk

    Hello! I am posting this in hopes that others may find it useful. I currently use Plesk as my web hosting panel. I was looking for a way to reverse proxy Proxmox through Plesk's built in frame forwarding feature as it utilizes NGINX. Unfortunately, the default frame forwarding template Plesk...
  9. 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...
  10. P

    Problem mit Proxmox und meinem Reverseproxy (Nginx Proxy Manager)

    Hallo, ich habe in meinem Netzwerk einen Server wo Proxmox drauf installiert ist. Dort habe ich eine Virtuelle Maschine am laufen auf der eine Dyn DNS Software läuft die meine Domains auf meine Aktuelle IP setzt. Dazu läuft dort noch ein ein Revsereproxy (Nginx Proxy Manager) auf der VM. Über...
  11. H

    [SOLVED] PVE Console behind NGINX Reverse Proxy

    Hello, I hope this is the correct sub-forum. I want to get the PVE console (NoVNC) working in combination with an NGINX reverse proxy. My current NGINX conf is: user nginx; worker_processes 1; error_log /var/log/nginx/error.log debug; events { worker_connections 1024; } http {...
  12. T

    Probleme mit ReverseProxy (nginx)

    Hallo, ich habe seit neuestem ProxMox und wollte mir einen ReverseProxy für die WebGUI + VMs/LXCs einrichten. Der ReverseProxy für die VMs/LXCs funktioniert ohne Probleme, aber die ProxMox-GUI wirft Fehler aus. Die Oberfläche kommt zwar, aber wenn ich mich einloggen will kommt danach die...
  13. I

    Reverse Proxy connection to Web Interface not possible anymore after update

    Hello, yesterday I moved my proxmox VMs to a new Proxmox Server with the only difference being, that the old Proxmox hat v6.1 and the one I transferred the VMs to is on v6.2. I use a reverse proxy to access my services (pfSense, Proxmox Webinterface, Webmail,...). I have a VM which is hosting...
  14. D

    Nginx proxy only for noVNC, not for GUI/api

    Hello, I need to setup a nginx reverse proxy only for the noVNC console, not the whole proxmox. My proxmox servers are on my private network and I want someone on the Internet to be able to access the console of a VM but i don't want them to access proxmox itself (gui or api). Has anyone done...
  15. C

    Reverse Proxy required for accessing web services running in CT / VM

    Hi, I have configured Nginx to access Proxmox WebUI via port 443 based on this documentation. This works like charm. However, I need an additional solution to access web services running on specific CTs / VMs. In my case this web service is: NIPAP This web service has only connection to...
  16. J

    PVE subdirectory reverse proxy with NGINX

    Hey all, after some searching i saw that a year or 2 ago it was not possible to have the proxmox webgui reverse proxy with a subdirectory on NGINX, only option was a subdomain. I was just wondering is that still the case? I don't seem to be able to get it to work with a subdirectory, I even...
  17. K

    nginx reverse proxy with noVNC support

    Hello, I'm trying to configure nginx to act as reverse proxy for my proxmox hosts, everything is great, the noVNC is working, but i cannot upload any file to the datastore. Config of nginx is attached below: root@proxmox-node-1:~# cat /etc/nginx/nginx.conf user www-data; worker_processes auto...
  18. I

    make quarantine page publicly available in a secure fashion

    I would like to allow my users to access the quarantine page from the internet (not just the intranet). "somewhere" I've read, that one shouldn't expose the entire webgui/api to the wild internet, and only restrict access to the actual quarantine. (unfortunately I cannot find that reference any...
  19. L

    Wiki improvement: Web Interface via Nginx Proxy

    Hi, I propose that these lines are added to the article here in order to fix the boot order of the services. Otherwise nginx won't come up correctly after reboot because the certificate files are not available before pve-cluster service was started. sed -i...
  20. W

    proxmox reverse proxy - Error 502: Bad Gateway - IIS

    Hi guys, i'm trying to enable a reverse proxy via the "URL Rewrite" module in IIS hosted on a Windows 2016 Server pointing to my proxmox machine (proxmox.domain.com to 192.168.2.115:8006). I configured everything, but when i try to access proxmox via "proxmox.domain.com" i get the following...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!