Skip to main content

Install Mysterium node as a package

This is a technical guide which implies you know your way around a terminal

M
Written by Mysterium Network
Updated over 5 years ago

You will need to SSH into your Raspberry PI device.

curl https://raw.githubusercontent.com/mysteriumnetwork/node/master/install.sh | sudo bash


Once the installation is complete, you can check your service status.

sudo systemctl status mysterium-node.service


To view the daemon logs.

sudo journalctl -u mysterium-node.service
Did this answer your question?