Deploy New Probe
Choose your preferred installation method to connect your node to the network. Your unique token is automatically included in the commands below.

Install Probe with Docker
Deploy the agent as a background container using the official Docker image. This method isolates the application while maintaining network access via host networking.
Bash
docker run -d \
--name cekping-agent \
--network host \
--pull always \
--restart always \
--env CEKPING_SERVER=cekping.id:50051 \
--env CEKPING_TOKEN="YOUR_TOKEN_HERE" \
--env CEKPING_SECURE=true \
ghcr.io/awandataindonesia/cekping-agent:latest