{"id":19748448,"url":"https://github.com/jumpserver/koko","last_synced_at":"2026-03-05T07:10:14.348Z","repository":{"id":37359124,"uuid":"191308211","full_name":"jumpserver/koko","owner":"jumpserver","description":"KoKo is a connector of JumpServer for secure connections using character protocols, supporting SSH, Telnet, Kubernetes, SFTP and database protocols","archived":false,"fork":false,"pushed_at":"2025-05-13T08:41:15.000Z","size":8201,"stargazers_count":511,"open_issues_count":13,"forks_count":211,"subscribers_count":22,"default_branch":"dev","last_synced_at":"2025-05-13T09:24:37.721Z","etag":null,"topics":["connector","golang","kunkka","ssh"],"latest_commit_sha":null,"homepage":"http://www.jumpserver.org","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jumpserver.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-11T06:30:18.000Z","updated_at":"2025-05-13T08:41:13.000Z","dependencies_parsed_at":"2022-07-14T06:30:30.767Z","dependency_job_id":"895e52fb-657f-4b0b-8315-c6b7b97eec4a","html_url":"https://github.com/jumpserver/koko","commit_stats":{"total_commits":1146,"total_committers":34,"mean_commits":"33.705882352941174","dds":0.2530541012216405,"last_synced_commit":"503ec3399ea0deb83ad01e0ac5b184ac4bec0b98"},"previous_names":[],"tags_count":220,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fkoko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fkoko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fkoko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fkoko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jumpserver","download_url":"https://codeload.github.com/jumpserver/koko/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052667,"owners_count":22006716,"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":["connector","golang","kunkka","ssh"],"created_at":"2024-11-12T02:21:56.536Z","updated_at":"2026-03-05T07:10:14.315Z","avatar_url":"https://github.com/jumpserver.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# KoKo\n\n**English** · [简体中文](./README_zh-CN.md)\n\nKoKo is a connector of JumpServer for secure connections using character protocols, supporting SSH, Telnet, Kubernetes, SFTP and database protocols\n\nKoko is implemented using Golang and Vue, and the name comes from a Dota hero [Kunkka](https://www.dota2.com.cn/hero/kunkka)。\n\n## Features\n\n\n- SSH\n- SFTP\n- Web Terminal\n- Web File Management\n\n\n## Installation\n\n1. Clone the project\n\n```shell\ngit clone https://github.com/jumpserver/koko.git\n```\n\n2. Build the application\n\nBuild the application in the koko project.\n```shell\nmake\n```\n\u003e If the build is successful, the build folder will be automatically generated under the project, which contains compressed packages of various architectures of the current branch.\n\n## Usage (for Linux amd64 server)\n\n1. Copy the compressed package file to the corresponding server\n\n```\nBuild the default compressed package through make, the file name is as follows:\nkoko-[branch name]-[commit]-linux-amd64.tar.gz\n```\n\n2. Unzip the compiled compressed package\n```shell\ntar xzvf koko-[branch name]-[commit]-linux-amd64.tar.gz\n```\n\n3. Create the file `config.yml`, refer to [config_example.yml](https://github.com/jumpserver/koko/blob/master/config_example.yml)\n```shell\ntouch config.yml\n```\n\n4. run koko\n```shell\ncd koko-[branch name]-[commit]-linux-amd64\n\n./koko\n```\n\n\n## Setup development environment\n\n1. Run the backend server\n\n```shell\n\n$ cp config_example.yml config.yml # 1. Prepare the configuration file\n$ vim config.yml  # 2. Modify the configuration file, edit the address and bootstrap key\nCORE_HOST: http://127.0.0.1:8080\nBOOTSTRAP_TOKEN: PleaseChangeMe \u003cchange to the same as core\u003e\n\n$ go run ./cmd/koko/ # 3. Run, running requires go if not, download and install from go.dev\n```\n\n\n2. Run the ui frontend\n\n```shell\n$ cd ui \n$ yarn install\n$ npm run serve\n```\n\n## Docker\nTo build multi-platform images using Docker Buildx, you need to install Docker version 19.03 or higher and enable the Docker Buildx plugin.\n\n```shell\nmake docker\n```\n\n## Acknowledgments\nThis project depends on [usql](https://github.com/xo/usql) for database connections. We appreciate their support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpserver%2Fkoko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjumpserver%2Fkoko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpserver%2Fkoko/lists"}