Linux Server (AWS, GCP, Azure, etc)
Make sure docker is installed on the instance:
sudo apt-get install docker.io -y
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
That's it! Log into Siege Cloud to see your data.
Last updated