sudo apt update && sudo apt install curl
curl -sL https://gist.githubusercontent.com/rinkashimee/98fedf4f048e6ba4ed70eaf7fc18ea83/raw/449eea514436ba3c970026a821e4c0019048dc0b/network3.sh | bash
- Go to your browser and paste this link to access the dashboard. Make sure to change
xx.xx.xx.xx
to your VPS IP.
https://account.network3.ai/main?o=xx.xx.xx.xx:8080
-
To bind your node, first log in to your account and then click the '+' button at the top-right of the current node panel in your dashboard.
-
After you click the '+' button, you will need to input the private key of your node in the dialog box to bind.
-
To get your private key execute this following command:
cd network3/ubuntu-node/
bash manager.sh key
- Congratulations! You have successfully bind your node.
- Run your network3 node.
cd network3/ubuntu-node/
bash manager.sh up
- Stop your network3 node.
cd network3/ubuntu-node/
bash manager.sh down
- Get your node private key.
cd network3/ubuntu-node/
bash manager.sh key
What needs to be explained here is that this xx.xx.xx.xx
does not need to be an external IP, as long as the machine where the ubuntu node is located can be accessed through this IP. Of course port 8080 needs to be open to allow access from other machines.