# pfSense packages and ISOs

> pfSense binary package repository and ISO mirror - AmneziaWG, Xray, Wazuh Agent, sing-box, and other packages to extend your firewall capabilities

Source: https://opennix.org/en/docs/pfsense/pfsense-packages/


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:
```text

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

```
Now you can install packages from our repository.

## Useful links 

[PfSense repository mirror](https://pfsense.nationalcdn.ru/)

[PfSense ISOs](https://pfsense-isos.nationalcdn.ru/)

