winget install --id=MysteriumNetwork.Mysterium -e
Mysterium is building a decentralised P2P VPN and other tools that allow you to browse the internet freely, earn by sharing your connection, and build censorship-resistant applications.
Mysterium VPN is a Desktop VPN client for Windows, macOS and Linux.
It is the first Mysterium Network use case in action. Our dVPN is our flagship product and showcases the potential of our residential IP network. Learn more
Download and install the latest version for your platform. After installation, run MysteriumVPN to get started.
.deb
package from releasessudo apt install ./package-name.deb
.rpm
package from releasessudo dnf install package-name.rpm
.dmg
package from releasesMysteriumVPN.app
onto the Applications
shortcutbrew install --cask mysteriumvpn
brew upgrade --cask mysteriumvpn
.exe
file from releaseschoco install -y mysteriumvpn
choco update -y mysteriumvpn
Logs help to debug issues when something goes wrong. Make sure to attach all of them when submitting a bug report.
%USERPROFILE%\AppData\Roaming\MysteriumVPN\logs
(app)%USERPROFILE%\.mysterium\logs\mysterium-node.log
(node)%PROGRAMDATA%\MystSupervisor\myst_supervisor.log
(supervisor)~/Library/Logs/MysteriumVPN
(app)~/.mysterium/logs/mysterium-node.log
(node)/var/log/myst_supervisor.log
(supervisor)~/.config/MysteriumVPN/logs
(app)~/.mysterium/logs/mysterium-node.log
(node)/var/log/myst_supervisor.log
(supervisor)** Note: In development mode, application logs are printed to the console
Pre-requisites:
Install and build the project
yarn && yarn build
Start (webpack dev server with hot reload):
yarn dev
Required env variables (macOS):
yarn bundle
When upgrading, upload debug symbols to sentry:
node sentry-symbols.js
https://docs.sentry.io/platforms/javascript/electron/#uploading-debug-information