{"id":16540780,"url":"https://github.com/itzg/rcon-cli","last_synced_at":"2025-05-14T16:02:35.246Z","repository":{"id":19564576,"uuid":"87352276","full_name":"itzg/rcon-cli","owner":"itzg","description":"A little RCON cli based on james4k's RCON library for golang","archived":false,"fork":false,"pushed_at":"2025-03-31T12:56:26.000Z","size":185,"stargazers_count":190,"open_issues_count":7,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-05T19:06:22.186Z","etag":null,"topics":["rcon","rcon-client"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itzg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"itzg","custom":["https://www.buymeacoffee.com/itzg","https://paypal.me/itzg"]}},"created_at":"2017-04-05T20:12:45.000Z","updated_at":"2025-03-31T12:56:29.000Z","dependencies_parsed_at":"2023-12-11T14:42:13.703Z","dependency_job_id":"2ac0d78a-c3cd-468b-83af-dcf4263816d1","html_url":"https://github.com/itzg/rcon-cli","commit_stats":{"total_commits":69,"total_committers":9,"mean_commits":7.666666666666667,"dds":"0.42028985507246375","last_synced_commit":"d2c6ebaab8d778ea88571b3e494ba3687a81bbe3"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Frcon-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Frcon-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Frcon-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Frcon-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzg","download_url":"https://codeload.github.com/itzg/rcon-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631650,"owners_count":21136554,"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":["rcon","rcon-client"],"created_at":"2024-10-11T18:53:17.869Z","updated_at":"2025-04-12T20:38:06.362Z","avatar_url":"https://github.com/itzg.png","language":"Go","funding_links":["https://github.com/sponsors/itzg","https://www.buymeacoffee.com/itzg","https://paypal.me/itzg"],"categories":[],"sub_categories":[],"readme":"[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/itzg/rcon-cli)](https://github.com/itzg/rcon-cli/releases/latest)\n[![test](https://github.com/itzg/rcon-cli/actions/workflows/test.yml/badge.svg)](https://github.com/itzg/rcon-cli/actions/workflows/test.yml)\n\n\nA little RCON cli based on james4k's RCON library for golang.\n\n## Installation\n\n1. Download the appropriate binary for your platform from the [latest releases](https://github.com/itzg/rcon-cli/releases/latest)\n\n2. On UNIX-y platforms, set the binary to be executable - done!\n\nIf you [have Go](https://golang.org/dl/) you could also simply `go get github.com/itzg/rcon-cli \u0026\u0026 rcon-cli -h`.\n\n## Usage\n\n```text\nrcon-cli is a CLI for attaching to an RCON enabled game server, such as Minecraft.\nWithout any additional arguments, the CLI will start an interactive session with\nthe RCON server.\n\nIf arguments are passed into the CLI, then the arguments are sent\nas a single command (joined by spaces), the response is displayed,\nand the CLI will exit.\n\nUsage:\n  rcon-cli [flags] [RCON command ...]\n\nExamples:\n\nrcon-cli --host mc1 --port 25575\nrcon-cli --port 25575 stop\nRCON_PORT=25575 rcon-cli stop\n\n\nFlags:\n      --config string     config file (default is $HOME/.rcon-cli.yaml)\n      --host string       RCON server's hostname (default \"localhost\")\n      --password string   RCON server's password\n      --port int          Server's RCON port (default 27015)\n```\n\n## Configuration\n\nYou can preconfigure rcon-cli to use the arguments you want by default by modifying the file `.rcon-cli.yaml` in your home folder. If you want to use any other file use the argument `--config /path/to/the/config.yaml`. \n\nExample of a `.rcon-cli.yaml` file:\n```yaml\nhost: mydomain.com\nport: 12345\npassword: mycustompassword\n```\n\nThat way executing `rcon-cli` without arguments would connect to `mydomain.com:12345` with the password `mycustompassword` by default.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Frcon-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzg%2Frcon-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Frcon-cli/lists"}