> For the complete documentation index, see [llms.txt](https://screamz2k.gitbook.io/phoenixc2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://screamz2k.gitbook.io/phoenixc2/setup/local.md).

# Local

## Installation

### From Github

Clone the repository

```bash
git clone https://github.com/screamz2k/PhoenixC2
```

Change directory

```bash
cd PhoenixC2
```

Install poetry

```
python3 -m pip install poetry
```

Install the package

```
poetry install
```

Run the server

```
poetry run phserver
```

### From Pypi

Install the package

```
python3 -m pip install phoenixc2
```

Run the server

```
phserver
```
