Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

How to enable SSH

For security reasons, SSH is disabled by default on all versions after 2.199 (except first boot). It
can be however enabled very easily. See below!

First method: DEV UI (easy)

Navigate to the DEV ui by pointing your browser to VOLUMIOIP/DEV or volumio.local/DEV .


Find the SSH section, and click enable. From now on your SSH will be permanently enabled.

Note : You'll see no change when clicking on the button, but it will be ok.
cd /home/volumio

wget
https://github.com/nanomesher/nanomesher_nanosoundcd_dist/raw/master/nanosoundcd_plugin/ins
tall_ncd.sh

chmod +x install_ncd.sh

./install_ncd.sh

 Download installation script from above


 Use Putty to SSH volumio.local . Default login and password are both “volumio”
 Copy and paste the commands in the installation scripts and run them

 Be patient, even with a fast broadband connection, it will take around 15 – 20minutes
to complete.  It will appear to be at “Progress: 70” for a long time.  This is normal.
 To monitor the installation progress, use below command:

sudo journalctl -f

 After installation, a reboot required. This is because the alsa sound modules settings are
changed.
 Enable the NanoSound CD plug-in under Plug-in
 To verify that installation is ok, check below services are running by running below
commands:

systemctl status nanosoundcd_web

systemctl status nanosoundcd_progressweb

You might also like