Quilibrium Node Runners Wiki
DiscordTelegram
  • ๐Ÿ‘‹Welcome
  • ๐Ÿš€Getting Started
    • ๐Ÿ–ฅ๏ธObtain a server
    • ๐Ÿ’พDeploy YAQAS
  • ๐Ÿ› ๏ธTools
    • ๐Ÿ”‘Backup your keys
    • ๐Ÿ’ธClaim rewards
    • โœ…Check your node
    • โคด๏ธUpdate your node
    • โ˜Ž๏ธTelegram notifications
    • ๐Ÿ”Reset store
  • ๐Ÿ‘พCLI Reference
  • โ”Frequently Asked Questions (FAQ)
  • ๐Ÿ”„Change Log
  • โ„น๏ธAbout
Powered by GitBook
On this page
  • Deploy a new node
  • Restore node from back up
  • Configure an existing node
  1. Getting Started

Deploy YAQAS

PreviousObtain a serverNextTools

Last updated 1 year ago

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 .

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.

YAQAS can only reconfigure existing nodes that were initially deployed using YAQAS. It is not compatible with other autoinstaller scripts.

If you want to switch to YAQAS, you can do so easily by following these steps:

  1. Make a backup of your current config.yml and keys.yml.

  2. During the initial deployment, choose the option to "Restore node from backup."

๐Ÿš€
๐Ÿ’พ
on GitHub
Setup flow of a new node deployment
Demo of all available options during setup
Restoring a node from backup
Local webserver to upload your password protected backup
YAQAS automatically detects your existing node
Reconfigure your node with ease