pyghmiutil-3

General Hardware Management Initiative (IPMI and others) - Python 3.x

Install

All systems
curl cmd.cat/pyghmiutil-3.sh
Debian Debian
apt-get install python3-pyghmi
Ubuntu
apt-get install python3-pyghmi
image/svg+xml Kali Linux
apt-get install python3-pyghmi
Fedora
dnf install python3-pyghmi
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-pyghmi

python3-pyghmi

General Hardware Management Initiative (IPMI and others) - Python 3.x

This is a pure Python implementation of IPMI protocol. ipmictl.py is a sample application to roughly show the most simple approach to invoking the library. With this library, you can remotely start/stop/reset your server. This package provides the Python 3.x module.