Mysterium

Install mysterium on Raspberry Pi by following the instructions given through the following link:

https://docs.mysterium.network/node-runners/setup/raspberry-pi/

To access to mysterium device through ssh

ssh myst@device_ip_address (password is mystberry)

To run the mysterium cli just run the following command

myst cli

To find your identity run the following command

identities list

system will return something like

0x7d5ee3557775aed0b85d691b036769c17349db23 (identity)

To start openvpn service, run the following command

service start 'identity' openvpn --openvpn.port=1195 --openvpn.proto=UDP

Don’t forget to configure the router to forward port 1195 with protocole UDP to the mysterium device ip address.