Skip to main content
This guide provides detailed instructions for installing and setting up a Stable node on various platforms.

Prerequisites

Before starting the installation, ensure you have:
  • Met all System Requirements
  • Root or sudo access to your server
  • Basic knowledge of Linux command line

Installation Method

Use the pre-compiled binaries for your platform. Building from source is not currently supported.

Linux AMD64

Linux ARM64

Node Initialization

After installing the binary, initialize your node:

Step 1: Set Node Name

Step 2: Initialize the Node

Note: For current network parameters including chain ID, see Mainnet Information

Step 3: Download Genesis File

Step 4: Configure Node

Download Configuration Files

Essential Configuration Updates

Edit ~/.stabled/config/app.toml:
Edit ~/.stabled/config/config.toml:

Systemd Service Setup

Create a systemd service for automatic management:

Step 1: Create Service File

Step 2: Enable and Start Service

Cosmovisor is a process manager that automatically handles chain upgrades. This is the recommended setup for production nodes.

Step 1: Install Cosmovisor

Step 2: Set Environment Variables

Step 3: Setup Cosmovisor Directory Structure

Step 4: Set Environment Variable

Step 5: Create Service File

Step 6: Enable and Start Service

Preparing for Upgrades

When a chain upgrade is announced:

Monitoring Cosmovisor

Manual Systemd Service Setup (Alternative)

If you prefer not to use Cosmovisor, you can create a standard systemd service:

Step 1: Set Environment Variable

Step 2: Create Service File

Step 3: Enable and Start Service

Quick Sync Options

For faster synchronization, see the Snapshots & Sync Guide for:
  • Archive node snapshots
  • Pruned node snapshots

Post-Installation Verification

Check Node Status

Monitor Logs

Security Hardening

After installation, secure your node:

Firewall Configuration

Next Steps

  1. Configure your node: See Configuration Guide
  2. Speed up sync: Check Snapshots & Sync
  3. Monitor your node: Set up Monitoring
  4. Join the community: Get support in Discord

Troubleshooting

If you encounter issues during installation:
  • Check the Troubleshooting Guide
  • Verify system requirements are met
  • Ensure ports are not blocked by firewall
  • Check disk space and permissions
  • Review systemd logs for errors
마지막 수정일 2026년 4월 2일