{"id":26157452,"url":"https://github.com/radarlog/docker-pritunl","last_synced_at":"2025-07-29T20:34:32.085Z","repository":{"id":98197677,"uuid":"115232551","full_name":"radarlog/docker-pritunl","owner":"radarlog","description":"Dockerized Pritunl VPN server for using behind a reverse proxy","archived":false,"fork":false,"pushed_at":"2020-10-25T16:16:24.000Z","size":26,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T22:28:12.941Z","etag":null,"topics":["docker","openvpn","pritunl","vpn-server","wireguard"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radarlog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-24T01:31:01.000Z","updated_at":"2023-07-25T15:46:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ddc51b5-db75-4538-90b6-5f8ffea63ecd","html_url":"https://github.com/radarlog/docker-pritunl","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/radarlog/docker-pritunl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarlog%2Fdocker-pritunl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarlog%2Fdocker-pritunl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarlog%2Fdocker-pritunl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarlog%2Fdocker-pritunl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radarlog","download_url":"https://codeload.github.com/radarlog/docker-pritunl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radarlog%2Fdocker-pritunl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267754790,"owners_count":24139435,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","openvpn","pritunl","vpn-server","wireguard"],"created_at":"2025-03-11T09:59:55.635Z","updated_at":"2025-07-29T20:34:32.036Z","avatar_url":"https://github.com/radarlog.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pritunl\n[Pritunl](https://github.com/pritunl/pritunl) is a distributed enterprise\nvpn server built using the OpenVPN protocol. Documentation and more\ninformation can be found at the home page [pritunl.com](https://pritunl.com)\n\n## FEATURES\nCurrent docker image is built from [alpine](https://hub.docker.com/_/alpine/) for using behind a reverse proxy. In order to simplify a network communication between services SSL-protocol is turned off as well as activated an appropriate working mode.\n\n## USAGE\nPritunl requires a MongoDB database as a backend storage. You must set your own one by `MONGODB_URI` environment variable:\n\n```shell\ndocker run -d --privileged --name radarlog_pritunl \\\n\t-e MONGODB_URI=mongodb://mongodb-host:27017/pritunl \\\n\t-p 9700:9700 \\\n\t-p 1194:1194/udp \\\n\t-p 1194:1194/tcp \\\n\tradarlog/pritunl\n```\nPritunl web console is accessible at `http://pritunl-host:9700`. After the MongoDB database uri has been configured the web console will display the login dialog. The default username is `pritunl`.\nTo get the default password run:\n```shell\ndocker exec -it radarlog_pritunl pritunl default-password\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradarlog%2Fdocker-pritunl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradarlog%2Fdocker-pritunl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradarlog%2Fdocker-pritunl/lists"}