Skip to content

RPM Based Distribution

Olivier Poitrey edited this page May 3, 2021 · 8 revisions

Using Installer

Install

  1. Run the following command: sh -c "$(curl -sL https://nextdns.io/install)"
  2. Follow the instructions.

Upgrade

To upgrade to the last version, simply re-run the installer. If a new version is available, the upgrade action will added to the list of possible actions.

Troubleshooting

If the installation fail, please the installer in debug mode and contact us at team@nextdns.io with the transcript of the installation:

DEBUG=1 sh -c "$(curl -sL https://nextdns.io/install)"

Manual Install

  1. Install the binary
sudo curl -Ls https://repo.nextdns.io/nextdns.repo -o /etc/yum.repos.d/nextdns.repo
sudo yum install -y nextdns
  1. Configure it:

For a workstation:

sudo nextdns install \
  -config <your config id> \
  -report-client-info \
  -auto-activate

For a router/server:

sudo nextdns install \
  -config <your config id> \
  -report-client-info \
  -setup-router
Clone this wiki locally