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