pfSense packages and ISOs

pfSense packages and ISOs

Today, a decision was made to open our package repository for PfSense v2.7.2 to the public.

Disclaimer

This software is provided “as is,” without any warranties, express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, and non-infringement. The authors, owners, and contributors of this software bear no liability for any damages, losses, or consequences that may arise from its use, including but not limited to direct, indirect, incidental, special, or consequential damages, loss of data or profits, or business interruptions, even if the possibility of such damages was advised.

Users utilize this software at their own risk.

If you are concerned about the presence of backdoors, viruses, or any other hidden vulnerabilities, do not use this repository!

We bear no responsibility, and access to the software is provided “as is,” free of charge.

Adding the repository

  1. Connect to your pfSense via SSH.
  2. Create the file /usr/local/etc/pkg/repos/opennix.conf.
  3. Add the repository:

opennix: {
    url: "https://repo.opennix.org/pfsense/pfSense_v2_7_2",
    mirror_type: "none",
    enabled: yes
}

Now you can install packages from our repository.