SkillAgentSearch skills...

LLRconServer

Implementation RCON for LeviLamina

Install / Use

/learn @LordBombardir/LLRconServer

README

RconServer

Overview

RconServer is a powerful plugin that introduces RCON (Remote Console) support to the LeviLamina. This allows for enhanced remote management of your server, enabling you to execute commands from a distance.

Special Thanks

A special thanks to Jaskowicz1 for his project. It served as the basic foundation of this plugin.

Configuration

The RCON server can be easily configured by using the following JSON format. Below is an example configuration:

{
    "version": 1,
    "rconSettings": {
        "port": 19130,
        "maxConnections": 5,
        "password": "Change this to your password",
        "logOnNewConnection": true,
        "logOnClientAuth": true,
        "logOnClientDisconnect": true,
        "logOnCommand": true,
        "logOnDebugInfo": false
    }
}
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated5d ago
Forks0

Languages

C++

Security Score

90/100

Audited on Apr 1, 2026

No findings