Windows

Windows

Prerequisites

1. Install WSL

If you prefer not to follow the Microsoft WSL guide, you can follow our step-by-step instructions below:

Check if WSL is installed

On Windows 10/11, WSL usually comes preinstalled. For earlier Windows versions that don't support WSL, please upgrade your system.

To check whether WSL is already installed (if version info is displayed, it's installed):

Install Ubuntu

Verify Installation

If you see the following output, it means the node was installed successfully:

Start Ubuntu and set root password

Launch Ubuntu. The first time you start it, you will be prompted to set a root password. Please remember it.

Register node

If you see the following output, it means the node was installed successfully:

WSL VM Management

Use these commands to manage the WSL virtual machine:

View running virtual machines:

Start the Ubuntu VM:

Shutdown running VMs:

Delete Ubuntu VM:

Last updated