Skip to content
Olivier Poitrey edited this page Feb 1, 2020 · 1 revision

Install

Enable SSH:

  • Click on the "System" tab at the bottom left of the admin page
  • Check "Enable" in the "SSH Server" section
  • Scroll down and click "Save"
  • Connect to the server using an SSH client

Run the following command and follow the instructions:

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

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:

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