Docker instance for pritunl
This docker image helps you run pritunl.
Be sure to expose all the ports needed.
- docker pull lifeeth/pritunl
- docker run -d -privileged -p 1194:1194/udp -p 1194:1194/tcp -p 9700:9700/tcp lifeeth/pritunl
- Login to pritunl at http://your_docker_host:9700 with Username: admin Password: admin
- Add an organization and a user.
- Add a server and associate it with an organization.
- Run the server.
- Profit.