Search results

  1. S

    Proxmox 3.0 web ui on port 443 instead of 8006

    Of course you must exactly define packets intended only to your Proxmox server. Use for definition following options in your iptables rules: -s (source ip) to identify from which host you access Proxmox GUI -d (destination ip) to identify ip of your Proxmox server. If there are some other...
  2. S

    Proxmox 3.0 web ui on port 443 instead of 8006

    Hi! You can just use iptables to remap incoming packets from port 443 to port 8006. iptables -t nat -I PREROUTING -d <server ip> -p tcp --dport 443 -j DNAT --to-destination <server ip>:8006

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!