PIGEON is an open-source, locally-deployed Android device management and automation scripting system, supporting P2P/FRP cross-network connectivity, script development, online debugging, realtime task dispatch, execution, and tracking, ideal for remote device ops and RPA/AI scripts.
docker build -t firerpa/pigeon:1.0 . # or pull from docker hubcp -pr docker ~/pigeon
cd ~/pigeon
cp .env.example .env
# !! Edit the .env file according to your own environment (see .env.example for more instructions).
docker compose -f docker-compose.yml up --force-recreate -dVisit https://${LOCAL_IP/PUBLIC_IP}:8000 and log in with default credentials: username admin, password pigeon.