Question:
Is it possible to change the DAppnode WiFi password via command line?
Solution:
- You can edit the WIFI password by editing its .yml file
nano /usr/src/dappnode/DNCORE/docker-compose-wifi.yml - After that you need to recreate the package
docker-compose -f /usr/src/dappnode/DNCORE/docker-compose-wifi.yml up -d - And you can check the status with
docker ps -a --filter NAME=DAppNodeCore-wifi.dnp.dappnode.eth