Siege Docs
  • What is Siege?
  • How it works
  • Quick Start
    • Linux Server (AWS, GCP, Azure, etc)
    • Docker Compose
    • Kubernetes
  • Product Roadmap
  • Support
Powered by GitBook
On this page
  1. Quick Start

Linux Server (AWS, GCP, Azure, etc)

PreviousQuick StartNextDocker Compose

Last updated 11 months ago

  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 to see your data.

Siege Cloud