Skip to content

Python CLI tool for Hell Let Loose RCON. Supports all commands with XOR encryption. Interactive console for server management—maps, players, settings. Uses env vars for config. Ideal for HLL admins. Features: full command support, help menu, debug output.

License

Notifications You must be signed in to change notification settings

hackletloose/hll_rcon_console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HLL RCON Console

A Python CLI tool for managing Hell Let Loose (HLL) game servers through RCON. Supports all available commands with secure XOR encryption. Ideal for HLL server administrators looking for a streamlined and powerful interface to manage server operations interactively.

Features

  • Full Command Support: Execute all official HLL RCON commands.
  • Interactive Console: Easily send commands and receive server responses in real-time.
  • XOR Encryption: Secure communication with built-in XOR encryption.
  • Environment Variable Configuration: Quick and secure configuration via environment variables.
  • Debug Output: Detailed output for troubleshooting and monitoring.

Setup

Requirements

  • Python 3.7 or newer
  • Dependencies:
    pip install python-dotenv

Configuration

Create an .env file based on the provided example:

example.env

RCON_HOST=your_server_ip
RCON_PORT=your_server_port
RCON_PASSWORD=your_rcon_password

Replace placeholders with your actual server details.

Usage

Run the script:

python hll_rcon_console.py

Upon launch, the tool connects automatically and prompts for commands.

Available Commands

Type help after logging in to display a detailed list of all available commands, such as:

  • Server Management
  • Map and Rotation Handling
  • Player Administration
  • Moderation and Ban Management
  • Server Configuration

Debugging

The console outputs encrypted and decrypted command details for easy debugging and validation.

Contributing

Feel free to fork this project, raise issues, or submit pull requests to enhance functionality.

License

This project is available under the MIT License. See LICENSE for details.

About

Python CLI tool for Hell Let Loose RCON. Supports all commands with XOR encryption. Interactive console for server management—maps, players, settings. Uses env vars for config. Ideal for HLL admins. Features: full command support, help menu, debug output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%