Sign inSign up

mysteriumnetwork/mysterium-node

By mysteriumnetwork

Updated almost 8 years ago

Server for decentralised VPN built on blockchain

Image
10

100K+

mysteriumnetwork/mysterium-node repository overview

Mysterium-node is deprecated at that moment.

Please consider using https://hub.docker.com/r/mysteriumnetwork/myst/ image, it provides the same functions, but also includes client function.

Docker stars Docker pulls Docker size

logo

How to use this image

Run node with VPN service on port 1194

# docker run --cap-add NET_ADMIN --net host --publish "1194:1194/udp" --name mysterium-node --rm mysteriumnetwork/mysterium-node --agreed-terms-and-conditions

Note1. By adding --agreed-terms-and-conditions command line option you accept our Terms & Conditions

Note2. It's mandatory to run container with --net host to correctly detect VPN service ip which needs to be published to clients, assuming that host has external interface with public ip

Note3. It's mandatory to run container with --net default --publish "1194:1194/udp", assuming that host machines is Windows/OSX. We support --net host only if host machine is Linux.

Note4. It's mandatory to run container with --net default --publish "1194:1194/udp" and do port forwarding PUBLIC_IP:1194 -> NODE_IP:1194, assuming that host doesn't have external interface with public ip. E.g. My publicly visible ip is [78.X.Y.Z] and my laptop's local ip [192.168.1.102], so I port forwarded 78.X.Y.Z:1194 -> 192.168.1.102:1194 in router, which I have access to.

More details here

Check if up and running

docker logs -f mysterium-node

Uninstall

docker rm -f mysterium-node

Tag summary

Content type

Image

Digest

Size

10.4 MB

Last updated

almost 8 years ago

docker pull mysteriumnetwork/mysterium-node