Python-based utility designed to monitor Rust game servers by periodically pinging the query port, displaying real-time player count updates and server information. It provides a simple interface for adding and navigating between servers, making it easy to keep an eye on your favorite Rust servers.
- Add and save server information (name, IP, and query port)
- Navigate between saved servers using a simple interface
- Monitor real-time player count and server information
- Customizable delay for server update checks
- Python 3.x
- Clone the repository or download the code as a ZIP file and extract it.
git clone https://github.com/username/ServerMonitorPager.git
- Navigate to the project directory.
cd RustPingMonitor
- Run the Python script.
python app.py
- Follow the on-screen prompts
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.