Skip to content
Olivier Poitrey edited this page Jan 9, 2020 · 5 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
brew install nextdns/tap/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

Official App

  1. Install our official app from the Mac App Store → https://apps.apple.com/app/nextdns/id1464122853.
  2. In the app menu, click on Preferences… then enter your configuration ID as Custom config.
  3. In the app menu, click Connect.
Clone this wiki locally