<aside> 💡

This guide is intended for those who are current operators i.e. already setup running an operator.

</aside>

Steps

Update droseraup Utility

Download the utility by running this curl command. Good to run even if you have previously installed droseraup before.

curl -L <https://app.drosera.io/install> | bash

Update Operator

Download the latest operator binary. Simply run droseraup in your terminal to install the latest version of the the drosera-operator. Optionally, you can find our latest release here https://github.com/drosera-network/releases/releases.

Configure Firewall

Allow UDP Ports

Allow UDP traffic on the p2p port. Choose the port numbers that correspond your deployment configuration. UDP traffic is only needed on the p2p port. Likely it is 31313 or 31314.

sudo ufw allow {{YOUR_P2P_PORT}}/udp

<aside> 💡

There are a few other guides out there on how to run a node. We are reaching out to those people to update their guides.

</aside>