SSH into your RaspberryPi and open editor of /lib/systemd/system/mysterium-node.service file.
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.