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

Last updated