{"id":36760253,"url":"https://github.com/dev6699/rterm","last_synced_at":"2026-01-12T12:54:13.310Z","repository":{"id":239588744,"uuid":"799856800","full_name":"dev6699/rterm","owner":"dev6699","description":"A web-based remote control application that allows users to control terminal remotely","archived":false,"fork":false,"pushed_at":"2025-02-07T13:16:42.000Z","size":4699,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T14:24:03.692Z","etag":null,"topics":["gotty","remote-control","terminal","webterminal","xtermjs"],"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/dev6699.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":"2024-05-13T08:31:50.000Z","updated_at":"2025-02-07T13:16:41.000Z","dependencies_parsed_at":"2024-05-13T13:58:56.458Z","dependency_job_id":"44ad0f99-d217-4eb5-b3b0-5524bd84944f","html_url":"https://github.com/dev6699/rterm","commit_stats":null,"previous_names":["dev6699/rterm"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dev6699/rterm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev6699%2Frterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev6699%2Frterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev6699%2Frterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev6699%2Frterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev6699","download_url":"https://codeload.github.com/dev6699/rterm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev6699%2Frterm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gotty","remote-control","terminal","webterminal","xtermjs"],"created_at":"2026-01-12T12:54:12.598Z","updated_at":"2026-01-12T12:54:13.305Z","avatar_url":"https://github.com/dev6699.png","language":"Go","readme":"[![GoDoc](https://pkg.go.dev/badge/github.com/dev6699/rterm)](https://pkg.go.dev/github.com/dev6699/rterm)\n[![Go Report Card](https://goreportcard.com/badge/github.com/dev6699/rterm)](https://goreportcard.com/report/github.com/dev6699/rterm)\n[![License](https://img.shields.io/github/license/dev6699/rterm)](LICENSE)\n\n# \u003cp align=\"center\"\u003eRTERM\u003c/p\u003e\n\nRTERM is a web-based remote control application that allows you to control your terminal remotely.\n\nInspired by [GoTTY](https://github.com/yudai/gotty)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/rterm.gif\"\u003e\n\u003c/p\u003e\n\n\n## Installation\n\n1. Import as package to existing project.\n    ```bash\n    go get github.com/dev6699/rterm\n    ```\n\n    ```go\n    import (\n        \"github.com/dev6699/rterm\"\n        \"github.com/dev6699/rterm/command\"\n    )\n\n    func main() {\n        rterm.SetPrefix(\"/\")\n        mux := http.NewServeMux()\n\n        rterm.Register(\n            mux,\n            rterm.Command{\n                Name:        \"bash\",\n                Description: \"Bash (Unix shell)\",\n                Writable:    true,\n                AuthCheck:   auth.NewBasic(\"123456\"),\n            },\n        )\n\n        addr := \":5000\"\n        server := \u0026http.Server{\n            Addr:    addr,\n            Handler: mux,\n        }\n        server.ListenAndServe()\n    }\n    ```\n    Please check [example](cmd/rterm/main.go) for more information.\n\n    \u003cimg src=\"docs/index.png\" width=\"45%\"\u003e\n    \u003cimg src=\"docs/auth.png\" width=\"45%\"\u003e\n\n2. Prebuilt binary.\n\n    - Grab the latest binary from the [releases](https://github.com/dev6699/rterm/releases) page.\n\n3. From sources:\n    ```bash\n    # Clone the Repository\n    git clone https://github.com/dev6699/rterm.git\n    cd rterm\n\n    # Build\n    make build\n    ```\n\n## Usage\n1. Start the binary `./rterm`.\n2. Open web browser and navigate to `http://\u003cremote_ip\u003e:5000`.\n3. Get control of your terminal!\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev6699%2Frterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev6699%2Frterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev6699%2Frterm/lists"}