> For the complete documentation index, see [llms.txt](https://siege-ai.gitbook.io/siege-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://siege-ai.gitbook.io/siege-docs/quick-start/linux-server-aws-gcp-azure-etc.md).

# Linux Server (AWS, GCP,  Azure, etc)

1. Make sure docker is installed on the instance: `sudo apt-get install docker.io -y`
2. Run the following command

   ```
   docker run --net=host 
   -e SIEGE_APIKEY=<your api key> \ 
   -e SIEGE_SERVER=<your siege cloud url>/api/v1/listener/event/update \
   -e SIEGE_FILTER='tcp and port 80' \ 
   public.ecr.aws/v1v0p1n9/siegelistener
   ```
3. That's it! Log into [Siege Cloud](https://auth.siegeai.com/en/login) to see your data.

```
```
