Skip to main content
This guide covers essential commands for managing your Bless Node, including checking logs, stopping, and removing your node. It also explains how to persist your node identity to prevent resets when restarting or removing the container.

Checking Node Logs

To monitor your node’s activity, use:
Terminal

Stopping the Node

To stop your running node, execute:
Terminal

Removing the Node

If you need to remove your node container, run:
Terminal

Persisting Your Node Identity

By default, your node identity resets if the container is removed. To prevent this, you can either store it locally using a volume or back up your identity to S3. To ensure your node identity persists across restarts or container removals, map a local volume:
Terminal
This stores your node identity in the node-data/ directory, preventing it from being lost when the container is removed.

Option 2: Backup to S3 (Cloud Storage)

If you prefer cloud-based storage, configure your .env file with the necessary S3 environment variables. This enables automatic backups of your node identity.