gearSystem Requirements

Requirements

Before getting started, make sure you have:

  • Pterodactyl Panel (latest version)

  • Node.js version 16.x or 20.x

  • Git

  • Yarn

Installing Requirements

This guide will walk you through installing Node.js v20.x using NVM, and how to install Git and Yarn.

  1. Install Git

circle-info

Skip this step if Git is already installed

sudo apt update
sudo apt install -y git

2. Install NVM + Node.js 20.x

circle-info

Skip this step if you already have Node.js installed

3. Install Yarn

circle-info

Skip this step if Yarn is already installed.

Last updated