{"id":13509652,"url":"https://github.com/genshen/ssh-web-console","last_synced_at":"2025-10-13T22:47:07.302Z","repository":{"id":42063431,"uuid":"101013884","full_name":"genshen/ssh-web-console","owner":"genshen","description":"Connect to your linux machine via ssh in your browser.","archived":false,"fork":false,"pushed_at":"2024-09-03T21:33:47.000Z","size":7191,"stargazers_count":357,"open_issues_count":7,"forks_count":70,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-14T20:21:58.242Z","etag":null,"topics":["linux","sftp","ssh","terminal","tunnel","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","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/genshen.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-08-22T02:48:48.000Z","updated_at":"2025-08-08T01:35:13.000Z","dependencies_parsed_at":"2024-06-20T12:59:33.547Z","dependency_job_id":"2cc74cb1-2b81-49d3-8136-2f18ac36c27f","html_url":"https://github.com/genshen/ssh-web-console","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/genshen/ssh-web-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshen%2Fssh-web-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshen%2Fssh-web-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshen%2Fssh-web-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshen%2Fssh-web-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genshen","download_url":"https://codeload.github.com/genshen/ssh-web-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshen%2Fssh-web-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017138,"owners_count":26085984,"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-10-13T02:00:06.723Z","response_time":61,"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":["linux","sftp","ssh","terminal","tunnel","websocket"],"created_at":"2024-08-01T02:01:11.001Z","updated_at":"2025-10-13T22:47:07.284Z","avatar_url":"https://github.com/genshen.png","language":"Go","readme":"# ssh-web-console\n\nyou can connect to your linux machine by ssh in your browser.\n\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/genshen/ssh-web-console?logo=docker\u0026sort=date)\n![Docker Image Version (latest semver)](https://img.shields.io/docker/v/genshen/ssh-web-console?sort=semver\u0026logo=docker)\n![Docker Pulls](https://img.shields.io/docker/pulls/genshen/ssh-web-console?logo=docker)\n\n## Quick start\n\n```bash\n$ docker pull genshen/ssh-web-console:latest\n# docker build --build-arg GOMODULE=on -t genshen/ssh-web-console . # or build docker image on your own machine\n$ docker run -v ${PWD}/conf:/home/web/conf -p 2222:2222 --rm genshen/ssh-web-console\n```\n\nor using Docker Compose:\n\n```bash\n$ git clone https://github.com/genshen/ssh-web-console.git\n$ cd ssh-web-console\n$ docker-compose up -d\n```\n\nOpen your browser, visit `http://localhost:2222`. Enjoy it!\n\n**NOTE**: To run docker container, make sure config.yaml file is in directory ${PWD}/conf\n\n## Build \u0026 Run\n\nMake sure your Go version is 1.11 or later\n\n### Clone\n\n```bash\ngit clone --recurse-submodules https://github.com/genshen/ssh-web-console.git\ncd ssh-web-console\n```\n\n### Build frontend\n\n```bash\ncd web\nyarn install\nyarn build\ncd ../\n```\n\n### Build go\n\n```bash\ngo get github.com/rakyll/statik\nstatik --src=web/build  # use statik tool to convert files in 'web/build' dir to go code, and compile into binary.\nexport GO111MODULE=on # for go 1.11.x\ngo build\n```\n\n## Run\n\nrun: `./ssh-web-console`, and than you can enjoy it in your browser by visiting `http://localhost:2222`.\n\n## Screenshots\n\n![](./Screenshots/shot2.png)\n![](./Screenshots/shot3.png)\n![](./Screenshots/shot4.png)\n\n## Related Works\n\n- [shibingli/webconsole](https://github.com/shibingli/webconsole)\n","funding_links":[],"categories":["Go","websocket"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenshen%2Fssh-web-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenshen%2Fssh-web-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenshen%2Fssh-web-console/lists"}