Download nodectl
How to download nodectl for the first time.
Last updated
Was this helpful?
How to download nodectl for the first time.
Last updated
Was this helpful?
From now on, all instructions will be executed on your remote VPS, not on your local system.
Please make sure to set up and connect to your remote VPS before continuing.
🚧Build Your Node🚉First Time Connection GuideFrom the web browser navigate to Constellation Network's Stardust Collective GitHub repository dedicated to the development nodectl.
On the Releases page you’ll see direct wget
commands for various distros.
For example, for Ubuntu 22.04 and Debian 12 or Ubuntu 24.04.
Please ensure you download the correct version for your Linux distribution. The background libraries required to compile and run nodectl
differ between Ubuntu 22.04 and Ubuntu 24.04. Downloading the wrong version will result in an inoperable nodectl
utility and numerous error messages.
Paste the command into your remote VPS terminal session. This command is a combination of several commands linked together with the Linux's bash ;
to indicate sequential commands that will be executed in order.
The commands executed will perform the following:
Attempt to disable nodectl's auto restart feature if nodectl may already be installed on the system to avoid conflicts when attempting to download the nodectl utility. This command will produce an expected error that we can safely ignore.
The next command will use to download the nodectl utility and place it in the appropriate directory for seamless execution.
Next, the permissions of the nodectl binary will be set to executable, allowing you to run the command.
Finally, the last command in the sequence will run the version check, allowing you to verify that nodectl was successfully downloaded, placed in the correct location, has the proper permissions, and is running the expected version.