> For the complete documentation index, see [llms.txt](https://howto.thec2matrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.thec2matrix.com/c2/powerhub.md).

# PowerHub

## Install PowerHub <a href="#install-silenttrinity" id="install-silenttrinity"></a>

```
cd /opt
git clone https://github.com/AdrianVollmer/PowerHub.git
cd PowerHub
pip3 install --user -r requirements.txt
```

## Run PowerHub <a href="#run-silenttrinity" id="run-silenttrinity"></a>

```
./powerhub 10.0.0.108
http://10.0.0.108:5000
```

​
