{"id":19133677,"url":"https://github.com/hienduyph/docker-keriovpn-client","last_synced_at":"2025-05-06T19:20:57.929Z","repository":{"id":109735346,"uuid":"436554014","full_name":"hienduyph/docker-keriovpn-client","owner":"hienduyph","description":"Run Kerio VPN Client in Docker","archived":false,"fork":false,"pushed_at":"2021-12-09T10:23:56.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T13:45:15.375Z","etag":null,"topics":["debian","docker","fedora","kerio","kerio-connect","kerio-vpn","linux","ubuntu","vpn"],"latest_commit_sha":null,"homepage":"https://www.hienph.dev/snippets/how-to-run-kerio-vpn-client-in-any-linux-system/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hienduyph.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":"2021-12-09T09:22:38.000Z","updated_at":"2025-02-15T09:23:15.000Z","dependencies_parsed_at":"2023-04-13T07:34:04.801Z","dependency_job_id":null,"html_url":"https://github.com/hienduyph/docker-keriovpn-client","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/hienduyph%2Fdocker-keriovpn-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hienduyph%2Fdocker-keriovpn-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hienduyph%2Fdocker-keriovpn-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hienduyph%2Fdocker-keriovpn-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hienduyph","download_url":"https://codeload.github.com/hienduyph/docker-keriovpn-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252752081,"owners_count":21798726,"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":["debian","docker","fedora","kerio","kerio-connect","kerio-vpn","linux","ubuntu","vpn"],"created_at":"2024-11-09T06:23:23.834Z","updated_at":"2025-05-06T19:20:57.867Z","avatar_url":"https://github.com/hienduyph.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Kerio VPN Client\n\n\u003ca href=\"https://quay.io/repository/hienduyph/keriovpn-client\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://quay.io/repository/hienduyph/keriovpn-client/status\" target=\"_blank\" alt=\"container\"\u003e\n\u003c/a\u003e\n\n## Build\n\n```bash\ndocker build . -t quay.io/hienduyph/keriovpn-client\n```\n\n## Running the client\n\nThe default port is: 4090\n\nObtain the fingerprint\n\n```bash\nopenssl s_client -connect YOUR_SERVER:YOUR_PORT \u003c /dev/null 2\u003e/dev/null | openssl x509 -fingerprint -md5 -noout -in /dev/stdin\n```\n\n*kerio-svc.conf*\n\n```\n\u003cconfig\u003e\n  \u003cconnections\u003e\n    \u003cconnection type=\"persistent\"\u003e\n      \u003cserver\u003eYOUR_SERVER\u003c/server\u003e\n      \u003cport\u003eYOUR_PORT\u003c/port\u003e\n      \u003cusername\u003eYOUR_USERNAME\u003c/username\u003e\n      \u003cpassword\u003eYOUR_PASSWORD\u003c/password\u003e\n      \u003cfingerprint\u003eFINGERPRINT_ABOVE\u003c/fingerprint\u003e\n      \u003cactive\u003e1\u003c/active\u003e\n    \u003c/connection\u003e\n  \u003c/connections\u003e\n\u003c/config\u003e\n```\n\n**Spin up the client**\n```bash\ndocker run -d --name keriovpn --net=host --privileged -v /path/to/kerio-kvc.conf:/etc/kerio-kvc.conf quay.io/hienduyph/keriovpn-client\n```\n\nFrom now, you could check the container logs to see detail the login address, and ask Network admin about DNS server.\n\nHope this help!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhienduyph%2Fdocker-keriovpn-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhienduyph%2Fdocker-keriovpn-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhienduyph%2Fdocker-keriovpn-client/lists"}