{"id":34180285,"url":"https://github.com/krisiasty/redpower","last_synced_at":"2026-03-11T11:34:39.060Z","repository":{"id":64302403,"uuid":"253221872","full_name":"krisiasty/redpower","owner":"krisiasty","description":"Server power management using Redfish API","archived":false,"fork":false,"pushed_at":"2020-04-05T21:53:06.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T12:34:35.975Z","etag":null,"topics":["power","redfish","server"],"latest_commit_sha":null,"homepage":null,"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/krisiasty.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}},"created_at":"2020-04-05T11:46:15.000Z","updated_at":"2022-01-26T03:12:32.000Z","dependencies_parsed_at":"2023-01-15T09:45:21.983Z","dependency_job_id":null,"html_url":"https://github.com/krisiasty/redpower","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/krisiasty/redpower","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisiasty%2Fredpower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisiasty%2Fredpower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisiasty%2Fredpower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisiasty%2Fredpower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krisiasty","download_url":"https://codeload.github.com/krisiasty/redpower/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisiasty%2Fredpower/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30379900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"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":["power","redfish","server"],"created_at":"2025-12-15T13:56:02.602Z","updated_at":"2026-03-11T11:34:39.054Z","avatar_url":"https://github.com/krisiasty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redpower\nredpower is a tool written in go language for managing server power using Redfish API. It doesn't have any dependencies and does not require installation - just download binary for your operating system from the [releases](https://github.com/krisiasty/redpower/releases) tab and on non-Windows systems change permissions to make it executable (chmod +x *filename*). \n\nTested on Dell EMC R640 and R740xd, Intel R1208WF series, Supermicro SYS-6019U-TN4RT\n\nTo get current power state:\n```\n./redpower -host HOST -user USER -pass PASSWORD -get\n```\n\nTo list supported power actions for specified host:\n```\n./redpower -host HOST -user USER -pass PASSWORD -list\n```\n\nTo perform specified action on a host:\n```\n./redpower -host HOST -user USER -pass PASSWORD -action ACTION\n```\n:exclamation: ACTION is one of the supported actions returned by -list command (case sensitive!)\n\n\nOther useful arguments: *-quiet* to limit verbosity, *-insecure* to allow self-signed and invalid certificates, *-ignore* to ignore conflicts (for example when trying to power on a server which is already on). Full list below:\n\n```\n./redpower -version\nredpower  version: 0.3.0 (f01caf46a505d0be8af80515a855292eb0e2131f) build date: 2020-04-05T18:52:38Z\n\n./redpower -help   \nUsage of ./redpower:\n  -action string\n        power action to perform\n  -debug\n        enable printing of http response body\n  -get\n        get current power state\n  -host string\n        BMC address and optional port (host or host:port)\n  -ignore\n        ignore conflicts (like power on the server which is already on)\n  -insecure\n        do not verify host certificate\n  -list\n        list supported power actions\n  -pass string\n        BMC password\n  -quiet\n        do not output any messages except errors\n  -timeout int\n        operation timeout in seconds (default 30)\n  -user string\n        BMC username\n  -version\n        print program version and quit\n ```       \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisiasty%2Fredpower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrisiasty%2Fredpower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisiasty%2Fredpower/lists"}