☄️
Asteroid
  • Overview
    • 🎓Introduction
  • Installation
    • ❗Dependencies
    • ⚡How to install
  • Setup
    • 💼Commands
    • 📎Placeholders
    • 🌟Features
      • UUID Access
      • Command Masker
      • Multiplier
      • Connect or Disconnect Fake Players
      • Easily Generate Real or Cracked UUIDs
      • Import Files + Bedrock Support
      • Randomized Join
      • Randomized Disconnect
      • On-Join Commands
      • One-Time Commands
      • Gravity + Pick-up items
      • Fluctuation
      • Scheduler
      • AI
      • Asteroid Proxy
        • RedisDB + Lettuce
        • MySQL
    • 🍩Addons
      • Ranks
  • Tips
    • 💡Cross-Server Player Count (Proxies using Redis)
  • API
    • 🚀AsteroidAPI
    • 🛠️Usage
      • Extension Development Guide
Powered by GitBook
On this page
  1. Setup
  2. Features
  3. Asteroid Proxy

RedisDB + Lettuce

Set up a redis database to inject fake players into the glist

PreviousAsteroid ProxyNextMySQL

Last updated 2 months ago

Watch the following tutorial (only the Redis database creation part). After that, complete the Redis URI configuration in your config file.

Step 1: Create a Redis Database on RedisLabs

Step 2: Access Connection Details

Step 3: Get Your Connection URI (after copying it, remove default and add /0 at the end, so the redis uri will be "redis://password@host:port/0")

After you've created a Redis database, complete the Redis URI in the proxy section of your main configuration file:

  1. Ensure storage is set to either "redis" or "lettuce" (if "redis" doesn't work, try "lettuce" as it usually works reliably)

  2. Set redis -> uri: to the URI you copied from RedisLabs

  3. This configuration works with both BungeeCord and Velocity proxies

🌟