# GaiaNet Node. Quick start **Published by:** [BeraviTeam](https://paragraph.com/@beraviteam/) **Published on:** 2024-08-28 **URL:** https://paragraph.com/@beraviteam/gaianet-node-quick-start ## Content 1. InstallationFirst, download and install the GaiaNet node software. Use the following command:curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash 2. Configure the NodeAfter installation, configure the node with BeraviTeam settings:Initialize the node:gaianet init --chain-id GaiaNet-1 BeraviTeam Download the genesis file:curl -O https://path-to-beraviteam-genesis/genesis.json mv genesis.json ~/.gaianet/config/ Edit the configuration file to include the BeraviTeam node settings:nano ~/.gaianet/config/config.toml Replace and with the provided values from BeraviTeam.3. Start the NodeOnce configured, start the GaiaNet node:gaianet start 4. Monitoring and MaintenanceTo monitor your node, use:gaianet status Regularly check logs and update the node software to stay in sync with the network. ## Publication Information - [BeraviTeam](https://paragraph.com/@beraviteam/): Publication homepage - [All Posts](https://paragraph.com/@beraviteam/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@beraviteam): Subscribe to updates - [Twitter](https://twitter.com/BeraviTeam): Follow on Twitter