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.Option 1: Store Identity Locally (Recommended)
To ensure your node identity persists across restarts or container removals, map a local volume:Terminal
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.