{"id":20581080,"url":"https://github.com/thisisnttheway/powershell-rcon","last_synced_at":"2026-06-06T10:31:28.183Z","repository":{"id":163639512,"uuid":"552497276","full_name":"ThisIsntTheWay/powershell-rcon","owner":"ThisIsntTheWay","description":"RCON client written in PowerShell","archived":false,"fork":false,"pushed_at":"2022-11-17T13:55:02.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-06T12:16:05.026Z","etag":null,"topics":["powershell","rcon","rcon-client"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThisIsntTheWay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-10-16T18:18:30.000Z","updated_at":"2025-01-02T15:02:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"d477bb15-b0cc-4bd3-8027-dd55d6a19414","html_url":"https://github.com/ThisIsntTheWay/powershell-rcon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThisIsntTheWay/powershell-rcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fpowershell-rcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fpowershell-rcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fpowershell-rcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fpowershell-rcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisIsntTheWay","download_url":"https://codeload.github.com/ThisIsntTheWay/powershell-rcon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsntTheWay%2Fpowershell-rcon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33979274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":["powershell","rcon","rcon-client"],"created_at":"2024-11-16T06:27:04.915Z","updated_at":"2026-06-06T10:31:28.157Z","avatar_url":"https://github.com/ThisIsntTheWay.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\r\nRCON client written in PowerShell.  \r\nConforms to the RCON protocol specification as declared by the [valve dev docs](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol).\r\n\r\n## Usage\r\n```PowerShell\r\n# Connect to server and authenticate\r\n$RconClient = New-Object RconClient \u003cAddress\u003e, \u003cPort\u003e\r\n$RconClient.Authenticate(\u003cPassword\u003e)\r\n\r\n# Send stuff\r\n$RconClient.Send(\u003cCommand\u003e)\r\n\r\n# Properly disconnect from server, object must be cleaned up manually\r\n$RconClient.Quit()\r\n```\r\n## Quickstart\r\nStart up `main.ps1` and provide your server details.  \r\nOnce connected, you can start typing away commands.\r\n\r\n![](https://user-images.githubusercontent.com/13659371/196057294-48b57fa8-48e4-40f6-8f96-a994638027ab.png)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnttheway%2Fpowershell-rcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisisnttheway%2Fpowershell-rcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnttheway%2Fpowershell-rcon/lists"}