curl -L https://app.drosera.io/install | bashsource /root/.bashrcdroseraupDROSERA_PRIVATE_KEY=xxx drosera apply- Replace
xxxwith your trap's Private Key. - Enter
ofc, when prompted.
cd ~# Download
curl -LO https://github.com/drosera-network/releases/releases/download/v1.23.1/drosera-operator-v1.23.1-x86_64-unknown-linux-gnu.tar.gz
# Install
tar -xvf drosera-operator-v1.23.1-x86_64-unknown-linux-gnu.tar.gz- Currently the latest Operator CLI version is
v1.23.1. Verify the latest version here - You have to get the link of
drosera-operator-v1.x.x-x86_64-unknown-linux-gnu.tar.gzand replace the existing url incurl -LOcommand with the new release url
Test the CLI with ./drosera-operator --version to verify it's working.
# Check version
./drosera-operator --version
# Move path to run it globally
sudo cp drosera-operator /usr/bin
# Check if it is working
drosera-operator --versiondocker pull ghcr.io/drosera-network/drosera-operator:latest
cd ~cd Drosera-Networkdocker compose down -vdocker compose up -ddocker compose logs -f- You will get errors initially
- After a few mintues, you'll get healthy logs:
Then, Your operators will produce Green Blocks, bro. Congratz.


