Pre-requisite

Create security group

  1. Go to Infrastructure → Network

2. Go to Security Group tab and click the add button:


3. Assign nginx-proxy-manager name to the security group and hit save:

In the scoped cloud select your tenancy from the list. If you leave All, the security group cannot be assigned to VMs.

4. Click on the new security group to access it


5. Click on the 'Add rule' button to create a new rule


6. Add nginx-proxy-manager security group rules


Rule nameDirectionRule TypeProtocolPort RangeSource TypeSourceDestination Type
443ingressCustom RuleTCP443Network0.0.0.0/0Instance
80ingressCustom RuleTCP80Network0.0.0.0/0Instance
22-ssh-tcpingressCustom RuleTCP22Network10.0.0.0/24Instance
8200-tcpingressCustom RuleTCP8200Network0.0.0.0/0Instance

Now you are ready to provision the client!


Provision NGINX Proxy Manager

  1. Go to Provisioning → click Add Button

2. Select NGINX Proxy Manager

3. Fill information for the machine and finalize provisioning

  • network: private
  • security-groups: nginx-proxy-manager
  • plan: eo1.large
  • storage: extra 100 GB
  • floating IP: select one or pick external to have one assigned


  • No labels