Change proxmox login link

meocon12

Renowned Member
Aug 7, 2014
23
0
66
Hello everyone !
I am currently using nginx proxy.
I followed the instructions here:
https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy
And I just want to access the vnc and api with the domain name I set !
But I don't want to show the proxmox login page!
I tried setting the nginx path rules but it didn't work!
Do you have a way?
And is there a way to change the default login link: ip:8006
Can change to ip:8006/login for example !
If I can change it, I think I can set a separate rule for it!
Thank you for reading!
 
How do you want to authenticate?


You need a path prefix and path strip logic. I'm unfamiliar with nginx, but this works in other webservers/reverse proxies, so hopefully there is also a way in nginx.
i want change path of proxmox(not nginx), you can help me ?
 
It is still unclear to me what you want. The Nginx-Link you provided does already contain everything you need to know and to setup it.
Now I want to change the proxmox login page path!
Normally can be accessed by: ip:8006
But now I want to change it. eg: ip:8006/adminlogin
Is there any way you can help me?
Thank you so much !