{"id":22350943,"url":"https://github.com/johnae/pritunl","last_synced_at":"2025-07-30T07:31:35.200Z","repository":{"id":28182263,"uuid":"31683866","full_name":"johnae/pritunl","owner":"johnae","description":"Pritunl - http://pritunl.com - as a Docker container ready for use","archived":false,"fork":false,"pushed_at":"2016-08-15T20:50:51.000Z","size":9,"stargazers_count":24,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T03:38:11.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-04T22:43:20.000Z","updated_at":"2024-04-24T03:38:11.278Z","dependencies_parsed_at":"2022-08-01T13:27:38.780Z","dependency_job_id":null,"html_url":"https://github.com/johnae/pritunl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnae%2Fpritunl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnae%2Fpritunl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnae%2Fpritunl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnae%2Fpritunl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnae","download_url":"https://codeload.github.com/johnae/pritunl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228106596,"owners_count":17870437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T12:11:51.100Z","updated_at":"2024-12-04T12:11:51.603Z","avatar_url":"https://github.com/johnae.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Pritunl as a Docker container\n\nJust build it or pull it from johnae/pritunl. Run it something like this:\n\n```\ndocker run -d --privileged -p 1194:1194/udp -p 1194:1194/tcp -p 9700:9700/tcp johnae/pritunl\n```\n\nIf you have a mongodb somewhere you'd like to use for this rather than starting the built-in one you can\ndo so through the MONGODB_URI env var like this:\n\n```\ndocker run -d --privileged -e MONGODB_URI=mongodb://some-mongo-host:27017/pritunl -p 1194:1194/udp -p 1194:1194/tcp -p 9700:9700/tcp johnae/pritunl\n```\n\nThen you can login to your pritunl web ui at https://docker-host-address:9700\nUsername: pritunl Password: pritunl\n\nI would suggest using docker data volume for persistent storage of pritunl data, something like this:\n\n```shell\n## create the data volume\ndocker run -v /var/lib/pritunl --name=pritunl-data busybox\n## use the data volume when starting pritunl\ndocker run --name pritunl --privileged --volumes-from=pritunl-data -e MONGODB_URI=mongodb://some-mongo-host:27017/pritunl -p 1194:1194/udp -p 1194:1194/tcp -p 9700:9700/tcp -e SERVICE_NAME=%H -e SERVICE_1194_ID=pritunl-vpn -e SERVICE_9700_ID=pritunl-web johnae/pritunl\n```\n\nThen you're on your own, but take a look at http://pritunl.com or https://github.com/pritunl/pritunl\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnae%2Fpritunl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnae%2Fpritunl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnae%2Fpritunl/lists"}