Changing the DAppnode WiFi password via command line

Question:

Is it possible to change the DAppnode WiFi password via command line?

Solution:

  1. You can edit the WIFI password by editing its .yml file
    nano /usr/src/dappnode/DNCORE/docker-compose-wifi.yml
  2. After that you need to recreate the package
    docker-compose -f /usr/src/dappnode/DNCORE/docker-compose-wifi.yml up -d
  3. And you can check the status with
    docker ps -a --filter NAME=DAppNodeCore-wifi.dnp.dappnode.eth