Skip to main content

How to uninstall MystNode Exit Node Launcher (Windows)

This guide explains how to completely remove the MystNode Exit Node Launcher from a Windows system, including any remaining files.

A
Written by Adine
Updated today

Native backend

1. Uninstall the launcher

  1. Open Settings

  2. Go to Apps β†’ Installed apps

  3. Search for Mysterium Node Launcher

  4. Click Uninstall

2. Remove remaining files

  1. Open File Explorer

  2. In the address bar, enter: %USERPROFILE%

  3. Locate any files starting with: .mysterium-bin

  4. Delete those files

(If the files are not visible, enable Hidden items from the View menu)


Docker backend

Using Docker Desktop

  1. Open Docker Desktop

  2. Go to Containers

  3. Find the container named myst

  4. Stop the container (if running)

  5. Remove the container

Using terminal

docker stop myst
docker rm myst

Did this answer your question?