Skip to main content

7.2 Custom Node Name

To personalize your node's appearance, you can assign a custom name thats publically displayed on the execution status panel.

info

The following steps are performed on your 📟 node server.

1. Stop Node Operation​

Depending on your setup method, there are different ways to stop your node before setting a custom name.

cd <lukso-working-directory>
lukso stop
info

Exchange <lukso-working-directory> with the path of the node folder.

Force Client Shutdown
sudo pkill geth

2. Add Node Name​

You can either set the node name via startup flags or persistently within the configuration files of your execution client. If you want to set a temporary name, using the flag is recommended, as it will only persist until the next restart of the node.

Depending on your setup method, there are different ways to pass down the name flag using the LUKSO CLI.

Every execution client has a individual flag to set the node name during startup.

cd <lukso-working-directory>

# Start the Mainnet Node with Custom Name
lukso start --checkpoint-sync --geth-identity "<your-node-name>"

# Start the Testnet Node with Custom Name
lukso start --testnet --checkpoint-sync --geth-identity "<your-node-name>"
info

The following properties need to be exchanged:

  • <lukso-working-directory> with the path of the node folder
  • <your-node-name> with the custom description or name of the node

After the clients were started, verify that their services are still up.

sudo lukso status