Skip to main content

Quick Install - Download

We are logged into your freshly installed VPS and will begin our installation.

Download nodectl

We can download nodectl using the linux curl command; however, we do not need to worry about how to use this command.

Instead we can reach out to the nodectl GitHub repo and copy the command used to download, setup permissions, and move to the proper location on your VPS to function properly.

Download nodectl from the StardustCollective GitHub repository.

Example Only From our assumptions we will pull down v2.15.1 with the following command, but please make sure you only download a version with the Latest tag.

sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.15.1/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v
ubuntu@ip-172-31-23-246:~$ sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.15.1/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v

Output

nodectl will be downloaded and you should see the version information at the end of the command results. This will confirm that nodectl is downloaded, placed in the proper location, and executable.

--2024-04-25 12:47:51-- https://github.com/stardustcollective/nodectl/releases/download/v2.15.1/nodectl_x86_64
Resolving github.com (github.com)... 113.113.113.113
Connecting to github.com (github.com)|113.113.113.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/611343043/008ad8a2-5ecc-4bf4-bce3-da35cbe465b2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240425%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240425T124751Z&X-Amz-Expires=300&X-Amz-Signature=5c0f1b7cc14e0a8fe43da07fec432ca942c89dcacc3151c97095e5fed85884ff&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=611343043&response-content-disposition=attachment%3B%20filename%3Dnodectl_x86_64&response-content-type=application%2Foctet-stream [following] --2024-04-25 12:47:51-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/611343043/008ad8a2-5ecc-4bf4-bce3-da35cbe465b2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240425%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240425T124751Z&X-Amz-Expires=300&X-Amz-Signature=5c0f1b7cc14e0a8fe43da07fec432ca942c89dcacc3151c97095e5fed85884ff&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=611343043&response-content-disposition=attachment%3B%20filename%3Dnodectl_x86_64&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10151936 (9.7M) [application/octet-stream]
Saving to: ‘/usr/local/bin/nodectl’

nodectl 100%[=====>] 9.68M --.-KB/s in 0.06s

2024-04-25 12:47:51 (153 MB/s) - ‘/usr/local/bin/nodectl’ saved [10151936/10151936]

VERSION     MAJOR     MINOR     PATCH     CONFIG
v2.15.1     2         13        0         v2.1.1
ubuntu@ip-172-31-23-246:~$