Back to Home
Mkscode92 icon

Volatility-Sentinel

by Mkscode92

Overview

Manages and monitors a Minecraft Pocket Edition (MCPE) server, providing capabilities to start, stop, and interact via RCON.

Installation

Run Command
python main.py

Environment Variables

  • MCPE_SERVER_PATH
  • MCPE_SERVER_VERSION
  • SERVER_MEMORY_MB
  • JAVA_PATH
  • RCON_HOST
  • RCON_PORT
  • RCON_PASSWORD
  • LOG_FILE
  • LOG_LEVEL
  • POLL_INTERVAL_SECONDS
  • MAX_RESTARTS

Security Notes

The RCON password and other sensitive configuration details are hardcoded directly within `config.py`. This poses a significant security risk if the configuration file is exposed, as it is not loaded from environment variables or a secure secret management system. The use of RCON itself requires careful network configuration (e.g., firewalling) to prevent unauthorized access to the Minecraft server.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

MinecraftServer ManagementGame ServerAutomationRCON