Skip to main content

Updating your node

Andzej Korkuz avatar
Written by Andzej Korkuz
Updated over 2 weeks ago

Keeping your node updated ensures you run the latest features and security patches. Updates vary depending on the platform you use.


Windows & macOS (Exit Node Launcher)

  • The Exit Node Launcher updates automatically in the background.

  • The software checks for new versions and upgrades itself within minutes.

⚠️ If you are on an older version of the Launcher, you may need to download and install the newest version manually.
πŸ‘‰ Download the latest installer here.

Android (MystNodes app)

Updating works the same as installing the app the first time.

  • Download the latest MystNodes_provider.apk.

  • Open the file and confirm the Update prompt.

  • Wait for the installation to finish.

You can also always find the latest version on mystnodes.com.

Linux

Run the following commands:

sudo apt update 
sudo apt install myst

Raspberry Pi

SSH into your Raspberry Pi:

ssh myst@<ip-of-your-raspberry>

Default password: mystberry

Then run:

sudo apt update 
sudo apt install myst

Docker

Before updating:

  • Make sure your data is in persistent storage (like myst-data).

  • (Optional) Back up your keys.

Update steps:

docker pull mysteriumnetwork/myst 
docker rm -f myst

Then follow the Docker node guide to start a new container.

(Optional) free up space by removing unused images:

docker image prune

Automatic updates

Did this answer your question?