Skip to main content
Forgot MystNodes password

Reset Your MystNodes Password

Andzej Korkuz avatar
Written by Andzej Korkuz
Updated over a month ago

This is a comprehensive guide in case you forget your MystNodes password and need to reset it. This guide works for Windows, MacOS, Linux, Raspberry Pi and Docker.
โ€‹

Windows (in Explorer)

Navigate to %USERPROFILE%\.mysterium and delete file "nodeui-pass"

MacOS

Via Terminal:

cd ~/.mysterium
rm nodeui-pass


Linux

To reset your Node UI password in Linux, run the following commands via terminal:

myst reset --tequilapi or myst reset

Raspberry Pi

If you are using Raspberry Pi, you will need to SSH into your RaspberryPi.

ssh myst@ip-of-your-raspberry

myst reset

Docker

If you are using Docker, you will need to open a terminal window and run:

docker exec -it myst /bin/sh then run: myst reset

Did this answer your question?