github twitter linkedin email
Install Gala Node V3 on Ubuntu Linux
Jan 29, 2023
One minute read

These are the all scripts required to install Gala Games v3 nodes. It’s a trimmed down version of the main blog post.

Install Docker

  1. sudo apt install docker.io -y
  2. sudo systemctl status docker
  3. sudo systemctl enable --now docker

Install the Gala Image

  1. sudo wget --trust-server-names https://links.gala.com/DownloadLinuxNode
    • It downloads a file name called gala-node-vX.X.X.tar.gz.
  2. sudo tar xzvf gala-node-v3[version number].tar.gz
  3. sudo ./gala-node/install.sh
  4. sudo gala-node config api-key your API key here
  5. Run sudo gala-node licenses
  6. Based on your licenses use sudo gala-node config workloads <workload> For example sudo gala-node config workloads founders
  7. sudo gala-node start
  8. Verify it’s up: sudo gala-node status

Optional step:

  • Run sudo gala-node rename <node_name> so you can easily identify it on the dashboard.




Back to posts