Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions crowdsec-docs/docs/getting_started/install_pfsense.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,17 @@ for inclusion in the official repository which should smooth out these issues.

## Installing the package

* Choose [the release you want to install](https://github.com/crowdsecurity/pfSense-pkg-crowdsec/releases)

* Open an ssh connection to your pfSense box

* Download the `install-crowdsec.sh` script:
```console
fetch https://raw.githubusercontent.com/crowdsecurity/pfSense-pkg-crowdsec/refs/heads/main/install-crowdsec.sh
```
* Run it:
* Download the install script and run it:
```console
sh install-crowdsec.sh --release vx.y.z-X.Y.Z
# fetch https://raw.githubusercontent.com/crowdsecurity/pfSense-pkg-crowdsec/refs/heads/main/install-crowdsec.sh
# sh install-crowdsec.sh
```

* Do not activate or run the services, because pfSense will take care of it.
* Do not activate or run the services yourself, because pfSense will take care of it.

If you want to install a beta or an older version, please refer to [the release page](https://github.com/crowdsecurity/pfSense-pkg-crowdsec/releases) of the repository and provide the --release option to the install script.

* Alternatively, you can download the packages to install in the `Assets` part of the release, and run the following commands in the right order.

Expand Down Expand Up @@ -253,7 +249,7 @@ If on the other hand you upgrade from a version before 1.6.3, you need to instal
## Uninstalling

In most cases, just remove the `crowdsec` package from
`System/Package Manager/Installed Packages`.
`System/Package Manager/Installed Packages`, or run the installation script with the --uninstall option.
This won't remove the database or configuration files, just in case
you want to reinstall CrowdSec later.

Expand Down