All Collections
Getting started with Linux node | MystNodes Help Center
Installing a Mysterium node using install script
Installing a Mysterium node using install script
Andzej Korkuz avatar
Written by Andzej Korkuz
Updated over a week ago

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

Did this answer your question?