Script installation
You can install Dappnode using the installation script. In this case, we recommend you use Ubuntu or Debian as your operating system.
Prerequisites
Before installing Dappnode, you need to install some prerequisites:
To install all the above prerequisites, execute the command below in the terminal of the machine you want to install Dappnode. If you already have the dependencies installed or you want to install them on your own you can skip this step.
sudo wget -O - https://prerequisites.dappnode.io | sudo bash
Install Dappnode
To install Dappnode, execute the next script:
sudo wget -O - https://installer.dappnode.io | sudo bash
Reboot
To finalize the installation once it has finished completing, reboot your machine (you might need to do this twice):
shutdown -r now
Restore to the latest version
If you are experiencing any problem or just want to make sure you are running the latest Dappnode versions, execute this command in the Dappnode terminal. This will update the core packages to the latest versions without erasing any data from your volumes.
sudo wget -O - https://installer.dappnode.io | sudo UPDATE=true bash
Uninstall
This command will uninstall Dappnode components (but not docker et al.).
wget -qO - https://uninstaller.dappnode.io | sudo bash