Server for decentralised VPN built on blockchain
100K+
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.

Dockerfile links0.2.3, latest (default/Dockerfile)0.2.3-alpine, latest-alpine (alpine/Dockerfile)0.2.3-ubuntu, latest-ubuntu (ubuntu/Dockerfile)dev (default/Dockerfile)dev-alpine (alpine/Dockerfile)dev-ubuntu (ubuntu/Dockerfile)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
docker logs -f mysterium-node
docker rm -f mysterium-node
Content type
Image
Digest
Size
10.4 MB
Last updated
almost 8 years ago
docker pull mysteriumnetwork/mysterium-node