{"id":42493245,"url":"https://github.com/icedream/icecon","last_synced_at":"2026-01-28T12:31:52.630Z","repository":{"id":8394120,"uuid":"58159357","full_name":"icedream/icecon","owner":"icedream","description":"Simple and quick to use RCON tool for IW4M and other Q3-compatible game servers.","archived":false,"fork":false,"pushed_at":"2025-12-03T21:42:29.000Z","size":154,"stargazers_count":51,"open_issues_count":10,"forks_count":24,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-12-07T03:28:29.488Z","etag":null,"topics":["client","gameserver","linux","management","quake","rcon"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icedream.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","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":"2016-05-05T20:41:21.000Z","updated_at":"2025-11-03T21:09:09.000Z","dependencies_parsed_at":"2024-05-05T07:25:21.077Z","dependency_job_id":"47be2be9-a2e5-4fd5-91b7-9ea403343290","html_url":"https://github.com/icedream/icecon","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/icedream/icecon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedream%2Ficecon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedream%2Ficecon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedream%2Ficecon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedream%2Ficecon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icedream","download_url":"https://codeload.github.com/icedream/icecon/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icedream%2Ficecon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"last_error":"SSL_read: 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":["client","gameserver","linux","management","quake","rcon"],"created_at":"2026-01-28T12:31:51.978Z","updated_at":"2026-01-28T12:31:52.625Z","avatar_url":"https://github.com/icedream.png","language":"Go","readme":"# ![Logo](img/logo_32.png) IceCon RCON client\n\n[![Release version](https://img.shields.io/github/release/icedream/icecon.svg?maxAge=2592000)](https://github.com/icedream/icecon/releases)\n![Maintained?](https://img.shields.io/maintenance/yes/2024.svg?maxAge=2592000)\n\n*IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI.\n\nSpecifically, this tool has been written for quick administration of modified Modern Warfare 2 (\"IW4M\") servers. A Windows user could easily set up shortcuts on the desktop that run `icecon.exe -gui \u003cserver:port\u003e \u003cpassword\u003e` which gives you an instant GUI to run commands on your server. Another use case would be scripting on a Linux server by running `icecon -command \"\u003cyour command here\u003e\" \u003cserver:port\u003e \u003cpassword\u003e` to automate specific tasks.\n\n![Screenshot 1](img/screenshot1.png)\n![Screenshot 2](img/screenshot2.png)\n![Screenshot 3](img/screenshot3.png)\n\n## Download\n\n### Binaries\n\nBinaries for all releases for Linux and Windows are always available on the [GitHub releases page](https://github.com/icedream/icecon/releases).\n\n### Source code\n\nYou can download the source code from GitHub, either via Git (`git clone https://github.com/icedream/icecon.git`) or as a source code archive via the \"Download ZIP\"/\"Download TAR.GZ\" button at the top right of the [GitHub project page](https://github.com/icedream/icecon).\n\n## Compiling from source code\n\nIn most cases, simply installing [Go 1.6 or newer](http://golang.org) and running `go build -i -v .` will give you a single binary that contains everything you need to run *IceCon*.\n\nIf you need to regenerate the UI code files (`*_ui.go`) and/or the Windows resource data (`rsrc_windows.syso`), make sure to follow these steps:\n\n- Set up a `GOPATH` as environment variable that points to an existing folder. This folder will be used by Go to store compiled libraries and installed binaries which will be needed for the next step.\n- Ensure you have `$GOPATH/bin` (`%GOPATH%\\bin` on Windows) included in your `PATH` environment variable.\n- Install needed tools and dependencies via `go get -v -u github.com/icedream/ui2walk github.com/josephspurrier/goversioninfo/cmd/goversioninfo`.\n- Run `go generate -v` in the *IceCon* source code folder.\n\nYou should now be able to run a normal `go build` to get your desired binary.\n\n## License\n\nThis project is licensed under the **GNU General Public License Version 2 or any later version**. For more info, see the [COPYING](COPYING) text file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficedream%2Ficecon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficedream%2Ficecon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficedream%2Ficecon/lists"}