Supported operating systems
Raspbian 9/10
Debian 9/10
Ubuntu
You can install the Mysterium Node package by running the following script:
sudo -E bash -c "$(curl -s https://raw.githubusercontent.com/mysteriumnetwork/node/master/install.sh)"
It installs the latest stable node release.
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
To get a real-time view of logs:
sudo journalctl -fu mysterium-node.service