Serksi Agent — Docker

Run the Serksi agent on your own Linux machine.

Install

curl -sL https://get.serksi.com/install | sudo bash

Then open https://<your-host-ip>:5443 to register the agent.

Manual install

sudo mkdir -p /opt/serksi-agent && cd /opt/serksi-agent
sudo curl -sLO https://get.serksi.com/docker-compose.yml
sudo docker compose up -d

Requires a Linux host on the network you want to monitor. Full documentation: github.com/serksi-nims/serksi-agent-docker