Spin-off Raspberry Pi node in consumer mode
Andzej Korkuz avatar
Written by Andzej Korkuz
Updated over a week ago

  1. SSH into your RaspberryPi and open editor of /lib/systemd/system/mysterium-node.service file.

  2. Replace the following line:

ExecStart=/usr/bin/myst $CONF_DIR $SCRIPT_DIR $DATA_DIR $RUN_DIR $DAEMON_OPTS service --agreed-terms-and-conditions $SERVICE_OPTS

with:

ExecStart=/usr/bin/myst $CONF_DIR $SCRIPT_DIR $DATA_DIR $RUN_DIR $DAEMON_OPTS daemon

3. To apply the changed configuration you will need to reboot host or re-read configuration and restart it via terminal:

sudo systemctl daemon-reload

sudo systemctl restart mysterium-node

That’s it! Your device is ready to be used in the consumer mode and successfully establish a connection.

Did this answer your question?