Lantern - Self-Hosted Solana RPC

Lantern is a high-performance, self-hosted RPC load balancer and failover system for Solana. Run your own RPC infrastructure with intelligent routing, health monitoring, and automatic failover.

Key Features

Installation

Docker (Recommended)

docker run -p 8899:8899 -v ./config.yml:/app/config.yml fluxrpc/lantern

Command Line

curl -sSL https://install.lantern.sh | bash
lantern --config config.yml

Quick Start

  1. Download Lantern for your platform
  2. Create a configuration file using the Web Configuration Tool
  3. Start Lantern with your config: lantern --config config.yml
  4. Point your applications to http://localhost:8899

Documentation

← Back to documentation