{"id":48382043,"url":"https://github.com/smoliicek/pufferstarter-cli","last_synced_at":"2026-04-05T21:06:21.454Z","repository":{"id":218331221,"uuid":"745982543","full_name":"smoliicek/pufferstarter-cli","owner":"smoliicek","description":"A CLI tool, that will help you controll your PufferPanel servers.","archived":false,"fork":false,"pushed_at":"2026-04-01T21:10:25.000Z","size":5939,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-02T08:51:12.783Z","etag":null,"topics":["cmake","cpp","pufferpanel"],"latest_commit_sha":null,"homepage":"https://docs.smoliicek.xyz","language":"C++","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/smoliicek.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":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":"2024-01-20T18:25:27.000Z","updated_at":"2024-01-28T17:17:31.000Z","dependencies_parsed_at":"2024-02-03T11:29:42.155Z","dependency_job_id":"e558a25d-4f12-4184-9200-61f610416bed","html_url":"https://github.com/smoliicek/pufferstarter-cli","commit_stats":null,"previous_names":["smajlll/pufferstarter-cli","smoliicek/pufferstarter-cli"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/smoliicek/pufferstarter-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoliicek%2Fpufferstarter-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoliicek%2Fpufferstarter-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoliicek%2Fpufferstarter-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoliicek%2Fpufferstarter-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smoliicek","download_url":"https://codeload.github.com/smoliicek/pufferstarter-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoliicek%2Fpufferstarter-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31449874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cmake","cpp","pufferpanel"],"created_at":"2026-04-05T21:06:18.545Z","updated_at":"2026-04-05T21:06:21.437Z","avatar_url":"https://github.com/smoliicek.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PufferStarter-cli\n\nPufferStarter-cli is a command-line interface tool designed to manage servers on [PufferPanel](https://www.pufferpanel.com/) (v3.0+). It allows you to list servers, view detailed server information (including resource usage and JVM stats), and control server power states (start, stop, restart, kill) directly from your terminal.\n\n\u003e [!NOTE]\n\u003e For usage with older PufferPanel versions, use the older C++ based version - \u003chttps://github.com/smoliicek/pufferstarter-cli/tree/OLD-PS-cpp-version\u003e\n\n- **List All Servers**: Quickly see all servers on your panel, their IDs, status, and ports.\n- **Server Information**: Get detailed stats for a specific server, including:\n  - CPU and Memory usage.\n  - JVM Heap and Metaspace statistics (for supported server types).\n  - Node information and IP/Port details.\n- **Power Management**: Control your servers with simple commands (`on`, `off`, `restart`, `kill`).\n\n\u003e [!WARNING]\n\u003e This is a really quick guide, if you don't know what you're doing, read the [docs](https://docs.smoliicek.cz).\n\n## Installation\n\n### From Binaries\n\nDownload the latest binary for your operating system from the [Releases](https://github.com/smoliicek/pufferstarter-cli/releases) page.\n\n#### Windows\n\nJust download `pufferstarter-cli.exe` and run it in your preferred terminal (PowerShell or CMD).\n\n#### Linux and other UNIX systems\n\n1. Download the `tar.gz` archive and extract it.\n2. Make the binary executable:\n\n   ```bash\n   chmod +x ./pufferstarter-cli\n   ```\n\n3. (Optional) Move it to your PATH:\n\n   ```bash\n   sudo mv ./pufferstarter-cli /usr/local/bin/\n   ```\n\n### From Source\n\nIf you have Go installed, you can build it yourself:\n\n```bash\ngit clone https://github.com/smoliicek/pufferstarter-cli.git\ncd pufferstarter-cli\ngo build -o pufferstarter-cli main.go\n```\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## Badges\n\n![Made with Go](https://forthebadge.com/badges/made-with-go.svg) ![Built with \u003c3](https://forthebadge.com/badges/built-with-love.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoliicek%2Fpufferstarter-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmoliicek%2Fpufferstarter-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoliicek%2Fpufferstarter-cli/lists"}