Commander application
Setup and manage your Lisk Core node conveniently with Lisk Commander.
Pre-install
To complete the installation some prerequisites need to be fulfilled. If you have already performed these, please proceed to the Installation chapter.
Install Lisk Commander
Please access the Lisk Commander documentation and follow the installation instructions.
Once Lisk Commander is set up on your system, it is possible to use the commands below to set up and manage your Lisk Core node.
Installation
Do not run this command with a user that has |
Please choose the name of your Lisk Core instance. Please note that you need to refer to your custom name instead of |
lisk core:install --network=betanet lisk-betanet
This will install the latest version of Lisk Core into a directory ~/.lisk/instances/lisk-betanet
.
To verify your node is running correctly, execute the following command:
lisk core:status lisk-betanet
All available options can be seen in the Lisk Commander Command reference for Lisk Core as well as the General command reference. |
Available options
Add one or multiples of the options below to the core:install
command.
Multiple options are separated by spaces.
Full Name | Short Name | Examples | Description |
---|---|---|---|
|
|
|
The network, you want Lisk Core to connect to. If you do not specify this option, it will connect to the default network (Mainnet). |
|
|
|
Define a custom URL for downloading the new Lisk Core application script. It is also necessary to have the checksum for the TAR file, with the format 2.0.0-Linux-x86_64.tar.gz.SHA256 for the Commander to check the integrity of the application. Please refer to the Lisk Core application releases for the file naming convention. |
|
N/A |
|
Define the exact version that Lisk Core should be upgraded to. If you do not specify the version, it will install the latest stable version of Lisk Core. |
|
|
|
Define a custom URL for downloading the snapshot, that should be used during the setup of Lisk Core. |
|
N/A |
N/A |
Set this option, if you do not wish to use any snapshots during the setup of Lisk Core. In this case, your node will synchronize the whole blockchain, starting from the genesis block. If you choose this option, the setup process will take significantly longer. |
|
N/A |
N/A |
Set this option, if you do not wish to start Lisk Core automatically after the installation. |
Post-install
After the installation is completed, check which ports Lisk Core is listening to. To do that, check the status of Lisk Core by using the command shown below:
Then check the network settings to verify the corresponding ports are open.
In addition it is also recommended to set up a log rotation.
If you are not running Lisk Core locally, you will need to follow the Control API access guide to enable access.
If all of the above steps have been successfully completed, the next step is to move on to the configuration section. If you wish to enable forging or SSL, please see the configuration guide.