{"id":20097719,"url":"https://github.com/rcontf/rcon","last_synced_at":"2026-01-19T04:00:27.644Z","repository":{"id":45279547,"uuid":"438801917","full_name":"rcontf/rcon","owner":"rcontf","description":"A cross-runtime compatible TF2/Minecraft RCON client in TypeScript","archived":false,"fork":false,"pushed_at":"2025-12-21T02:49:29.000Z","size":39,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T23:28:44.525Z","etag":null,"topics":["deno","hacktoberfest","hacktoberfest2025","minecraft-rcon","rcon","rcon-client","rcon-protocol","rcon-srcds","source-rcon","source-rcon-protocol","srcds-rcon"],"latest_commit_sha":null,"homepage":"https://jsr.io/@c43721/rcon","language":"TypeScript","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/rcontf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-15T23:27:43.000Z","updated_at":"2025-12-21T02:49:32.000Z","dependencies_parsed_at":"2024-10-26T03:15:36.924Z","dependency_job_id":"9df6a01e-7f77-45ab-8e64-2cbafb294f51","html_url":"https://github.com/rcontf/rcon","commit_stats":null,"previous_names":["rcontf/deno-rcon-srcds"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rcontf/rcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Frcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Frcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Frcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Frcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcontf","download_url":"https://codeload.github.com/rcontf/rcon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Frcon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"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":["deno","hacktoberfest","hacktoberfest2025","minecraft-rcon","rcon","rcon-client","rcon-protocol","rcon-srcds","source-rcon","source-rcon-protocol","srcds-rcon"],"created_at":"2024-11-13T17:01:31.375Z","updated_at":"2026-01-19T04:00:27.611Z","avatar_url":"https://github.com/rcontf.png","language":"TypeScript","funding_links":[],"categories":["Table of contents"],"sub_categories":["Hosting"],"readme":"# Deno Source RCON Protocol\n\nComplete implementation of the [Source RCON Protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol).\n\n## Install\n\nCheckout the [jsr page](https://jsr.io/@c43721/rcon) for more details.\n\n### Examples\n\nA simple example that connects to a server and executes the `status` command and logs to console\n\n```ts\nusing rcon = new Rcon({ host: \"game.example.com\", port: 27015 });\n\nconst didAuthenticate = await rcon.authenticate(\"myrconpassword\");\n\nconsole.log(didAuthenticate ? \"Authenticated to the server\" : \"Could not authenticate\");\n\nconst result = await rcon.execute(\"status\");\n\nconsole.log(result);\n```\n\nFor more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc) or see the [cli.ts file](cli.ts).\n\n## Contributing\n\nIf there's a feature or bug, please raise a github issue first alongside your PR (if you're kind enough to make a PR.)\n\n## Acknowledgements\n\n- EnriqCG's [rcon-srcds](https://github.com/EnriqCG/rcon-srcds)\n- ribizli's [deno_rcon](https://github.com/ribizli/deno_rcon)\n\nBoth of these repositories I've contributed to in the past and am super thankful for their work.\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcontf%2Frcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcontf%2Frcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcontf%2Frcon/lists"}