{"id":15985562,"url":"https://github.com/brittonhayes/armactl","last_synced_at":"2026-01-20T13:01:53.485Z","repository":{"id":99432774,"uuid":"608439437","full_name":"brittonhayes/armactl","owner":"brittonhayes","description":"armactl is a cross-platform CLI tool for managing ARMA 3 servers and ARMA Reforger servers. Supports Windows, Linux, and MacOS.","archived":false,"fork":false,"pushed_at":"2023-12-19T00:11:56.000Z","size":166,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T15:13:11.091Z","etag":null,"topics":["arma","gameserver","go","milsim"],"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/brittonhayes.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-02T02:33:44.000Z","updated_at":"2023-08-20T01:29:54.000Z","dependencies_parsed_at":"2024-02-06T03:15:38.976Z","dependency_job_id":null,"html_url":"https://github.com/brittonhayes/armactl","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":"0.48275862068965514","last_synced_commit":"b618fadb3519e3b9086d0102fbab7dfdd0956a12"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/brittonhayes/armactl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittonhayes%2Farmactl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittonhayes%2Farmactl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittonhayes%2Farmactl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittonhayes%2Farmactl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brittonhayes","download_url":"https://codeload.github.com/brittonhayes/armactl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittonhayes%2Farmactl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"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":["arma","gameserver","go","milsim"],"created_at":"2024-10-08T02:22:49.048Z","updated_at":"2026-01-20T13:01:53.466Z","avatar_url":"https://github.com/brittonhayes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# armactl\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/brittonhayes/armactl.svg)](https://pkg.go.dev/github.com/brittonhayes/armactl)\n![Latest Release](https://img.shields.io/github/v/release/brittonhayes/armactl?label=latest%20release)\n[![Go Report Card](https://goreportcard.com/badge/github.com/brittonhayes/armactl)](https://goreportcard.com/report/github.com/brittonhayes/armactl)\n\n`armactl` is a cross-platform CLI tool for managing ARMA 3 servers. Supports Windows, Linux, and OSX.\n\n## Installation\n\n### Go Install\n\n```bash\ngo install github.com/brittonhayes/armactl/cmd/armactl@latest\n```\n\n### Homebrew (Linux)\n\n```bash\nbrew tap brittonhayes/armactl\nbrew install armactl\n```\n\n### Scoop (Windows)\n\n```powershell\nscoop bucket add armactl https://github.com/brittonhayes/armactl.git\nscoop install armactl\n```\n\n### Docker Image\n\n```\ndocker run --rm -it ghcr.io/brittonhayes/armactl:latest --help\n```\n\n### Manual\n\nDownload the latest release from the [releases page](https://github.com/brittonhayes/armactl/releases).\n\n## Usage\n\nTo see all available commands, run `armactl --help`.\n\n### Mod Management\n\nTo see all available commands, run `armactl mod --help`.\n\nList all mods in a directory, a preset HTML file, or check that all mods in a directory match a preset HTML file.\n\n\n```bash\n# List all mods in a directory\narmactl mods ls -d /path/to/mods\n\n# List all mods in preset HTML file\narmactl mods ls -p /path/to/preset.html\n\n# Check all mods in directory match preset HTML file\narmactl mods ls -p /path/to/preset.html -d /path/to/mods --check\n```\n\nSync your mods between directories\n\n```bash\n# Sync mods from one directory to another\narmactl mods sync --from '/path/to/source/@CBA_A3' --to '/path/to/destination/@CBA_A3'\n\n# Sync multiple comma-separated mods from one directory to another\narmactl mods sync --from '/path/to/@CBA_A3,/path/to/@ace' --to '/path/to/destination/@CBA_A3,/path/to/destination/@ace'\n```\n\n### Mod Key Management\n\nTo see all available commands, run `armactl keys --help`.\n\nList all keys in a directory or copy them to a directory.\n\n```bash\n# List all the *.bikeys in a directory\narmactl keys ls -d /path/to/keys\n\n# Copy keys to a directory\narmactl keys cp --from '/path/to/keys/' --to '/path/to/destination/'\n```\n\n### Start a Server\n\nTo see all available commands, run `armactl server --help`.\n\nStart a server with the given configuration.\n\n```bash\n# Start a server with two headless clients\narmactl server --mods-local=\"@CBA_A3;@RHSUSAF\" --headless-clients=2 --verbose\n\n# Start a server in dry-run mode (no server will be started and it will print the commands that would be run)\narmactl server  --verbose --dry-run\n\n# View the server help\narmactl server --help\n\n# Usage: armactl server\n\n# Run ARMA3 dedicated server.\n\n# Flags:\n#   -h, --help                     Show context-sensitive help.\n#   -v, --verbose                  Enable verbose logging.\n\n#       --binary=\"./arma3server_x64\"\n#                                  ($ARMA_BINARY)\n#       --cdlc=STRING              ($ARMA_CDLC)\n#       --config=\"server.cfg\"      ($ARMA_CONFIG)\n#       --port=2302                ($ARMA_PORT)\n#       --skip-install             ($SKIP_INSTALL)\n#       --mods-local=;...          ($ARMA_MODS)\n#       --mods-server=;...         ($ARMA_MODS_SERVER)\n#       --world=\"empty\"            ($ARMA_WORLD)\n#       --limit-fps=100            ($ARMA_LIMITFPS)\n#       --headless-clients=0       ($HEADLESS_CLIENTS)\n#       --headless-clients-profile=\"hc\"\n#                                  ($HEADLESS_CLIENTS_PROFILE)\n#       --headless-clients-server=\"127.0.0.1\"\n#                                  ($HEADLESS_CLIENTS_SERVER)\n#       --params=STRING            ($ARMA_PARAMS)\n#       --profile=\"main\"           ($ARMA_PROFILE)\n#       --steam-branch=\"public\"    ($STEAM_BRANCH)\n#       --steam-branch-password=STRING\n#                                  ($STEAM_BRANCH_PASSWORD)\n#       --steam-user=STRING        ($STEAM_USER)\n#       --steam-password=STRING    ($STEAM_PASSWORD)\n#   -d, --dry-run                  ($DRY_RUN)\n```\n\n### Steam Server Querying\n\nTo see all available commands, run `armactl steam --help`.\n\nQuery a server for its current status.\n\n```bash\n# Inspect the steam server at this address\narmactl steam inspect 127.0.0.1:2303\n\n# 6:37PM INF game=\"Antistasi Plus - Harvest Blue\" maxplayers=20 name=\"Antistasi\" players=4\n```\n\n## Acknowledgements\n\n- Mod syncing is performed using the packages from the amazing [rclone](https://github.com/rclone/rclone) tool.\n- Steam API querying is built ontop of the [go-a2s](github.com/rumblefrog/go-a2s) library.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittonhayes%2Farmactl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrittonhayes%2Farmactl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittonhayes%2Farmactl/lists"}