💾Deploy YAQAS
To deploy YAQAS, simply run the command below from the terminal and follow the on-screen instructions. It doesn't get any easier than this!
wget -qO deploy.sh https://raw.githubusercontent.com/Quilibrium-wiki/YAQAS/main/deploy.sh && bash deploy.sh
Remember: YAQAS is open-source software. If you have any concerns or doubts about its functionality, you are welcome to review and inspect its code on GitHub.
Deploy a new node


Restore node from back up
YAQAS can also restore a node from a backup. All it needs is your config.yml and keys.yml together in one (password-protected) zip file. YAQAS will spin up a temporary local web server on your node for you to upload the file. It will then parse the config.yml for your configuration settings, such as ports and enablement of gRPC/REST. It will take care of any firewall rules as well.


Configure an existing node
Of course, you can also reconfigure your existing node using YAQAS. For example, you can change ports, adjust the CPU limit, or enable/disable automatic updates, node monitoring, and Telegram notifications.


Last updated