Humanode Mainnet
  • Welcome
  • Guide to Launch and Run Node using Launcher App
    • Launch and run a node using Launcher App
    • Step 1 - Download and Install the Launcher
      • For macOS
      • For Linux
      • For Windows
    • Step 2 - Creating a Workspace
    • Installing the Workspace Remotely
    • Installing the Workspace Locally
      • Installation on Linux or macOS
      • Installation on Windows
    • Step 3 - Configuring and Launching the Node
      • Configuring the Node
      • Running the Node
      • Stopping the Node
  • Guide to Launch and Setup a Node Manually
    • Launch and set up a node manually
    • Preparation
    • Node Installation
    • Running the Node
  • Guide to Become a Validator
    • Become a Validator
    • Wallet Setup
      • Polkadot Substrate Wallet
      • Talisman Wallet
    • Becoming a Validator
    • Checking your Validator Status
  • FAQs
  • Guide to Claim Tokens
    • Claiming the HMND Tokens
      • Step 1 - Select a Substrate Address
      • Step 2 - Select EVM Address
      • Step 3 - Send Token Claim Transaction
      • Step 4 - Token Claim Transaction in Process
      • Step 5 - Claim Successful
      • Step 6 - Unlock your tokens and verify balance
Powered by GitBook
On this page
  • Creating a Virtual Machine in the Cloud
  • Connecting the Humanode Launcher to the Virtual Machine
  1. Guide to Launch and Run Node using Launcher App

Installing the Workspace Remotely

This option allows running the node on a remote system via an SSH connection.

PreviousStep 2 - Creating a WorkspaceNextInstalling the Workspace Locally

Last updated 2 months ago

You can use any remote system.

This guide will walk you through the following steps:

  • Creating a Virtual Machine in the cloud with a cloud provider you prefer, and

  • Connecting the Humanode Launcher to Virtual Machine.

If you already have a VM, then skip the Creating a Virtual Machine in the Cloud section and go straight to #connecting-the-humanode-launcher-to-virtual-machine.

Creating a Virtual Machine in the Cloud

To create a Virtual Machine in the cloud, follow the guidelines of your preferred cloud provider.

You can use Amazon AWS, Google GCP, Azure, Hetzner, Scaleway, DigitalOcean, or any other cloud.

Note that currently, validators receive $25 if they complete 84 epochs so choose the cloud provider accordingly.

When prompted about what OS to install, choose Ubuntu 20.04.

We highly recommend using SSH keys for authenticating on the VM, and the Desktop App will detect and try to use the keys automatically if it detects any on your system.

Connecting the Humanode Launcher to the Virtual Machine

After you've created a VM, you can press Start Remotely.

On this page, you'll see input fields for entering the parameters of your remote VM.

The standard SSH connection parameters that are given to you by the cloud provider usually look like this:

ssh user@host

where

  • user is the username (typically root for our case), and

  • host is the IP address or domain name to connect to.

Use those parameters to fill in your host and username.

For instance, with a connection string ssh root@51.15.107.249, the inputs should look as follows:

After you press Connect, the app will establish the connection to your VM.

Upon successful connection, the installation process will begin.

Now on the launcher screen, Choose the Mainnet chain and click Install to initiate the installation process

The installation will take a few minutes.

When the progress bar fills to 100%, you will be redirected to the Home screen where the initial configuration begins. This screen indicates that the Mainnet was successfully installed and that you must configure your node before starting it.

Move to Step 3 - Configuring and Launching the Node

Additional Info: Other authentication options are available if the automatic authentication flow does not work for you. They can be found by pressing More connection options and selecting Auth Mode:

How to create an instance on Google GCP
How to create an instance on Hetzner
How to create an instance on Scaleway
How to create an instance on DigitalOcean