🐇Quick Install Guide
Turn your VPS into a node using quick install guide
This guide walks you through the fully automated “quick-install” of a Constellation validator node using nodectl’s --quick-install
mode. All defaults are recommended settings, and you’ll see a live progress bar throughout.
Begin Quick Install
Start the installation using quick install
For advanced users, if you prefer one-command install, supply any of these flags:
--p12-passphrase <pass>
--p12-alias <alias>
--user <username>
--user-password <password>
--p12-destination-path <path>
--p12-migration-path <path>
--confirm
(auto-accept warnings)
Warning: If you use any of the options/flags to supply a password or passphrase at the command line, these sensitive flags end up in your shell's history.
It is strongly advised to clear your history after the installation completes with the history -c
command ( -c
= clear )
Continue
If you node meets all the proper specifications you may press any key to continue.
Migrating an Existing P12
You may enter n or just press Enter to accept the default [n]
option.
🔵 Coming from the Migration Guide?
If you are performing a New Node Installation with .p12
Migration, you may press y
at this prompt to allow nodectl
to automatically scan your VPS for any available .p12
keystore files.
Once detected, you will be presented with a list to select from, choose the appropriate file to continue the installation.
P12 Keystore Passphrase
You will be prompted to enter a passphrase for your node’s .p12
keystore (wallet). This passphrase is required to perform signing requests and access your node’s hot wallet on the blockchain.
Enter and confirm the passphrase.
Record For Later
It is important to securely record your username, password, .p12
keystore filename, keystore passphrase, and node alias for future reference. These details are easy to forget and losing them could lead to serious consequences.
Completed Install Screen
The nodectl
utility will finish by displaying a final instructional page.
Review it carefully, record any important information in your notes.
The following instructions will be explained in greater detail in the post-seeding documents available on our documentation hub.
Final instructions
Now that your VPS has been successfully configured as a Constellation Network node, there are a few final steps to complete before proceeding to the First-Time Connection Guide to bring your node online.
Last updated
Was this helpful?