Richkware-Manager-Client (RMC)
December 27, 2025 ยท View on GitHub
Richkware-Manager-Client (RMC) is a desktop client for Richkware-Manager-Server. It retrieves the list of infected hosts from the server and provides a GUI to interact with them and send commands.
Related Projects
- Richkware: The C++ framework for building the malware agents.
- Richkware-Manager-Server (RMS): The backend service that manages the infected hosts.

GUI
Secure Connection
Login
Reverse Commands
Getting Started
Requirements
- Java 17 or higher
- Maven 3.6+
Download
You can download the pre-compiled JAR from the RMC Releases page.
Compilation
Run the following command to compile the project and generate the JAR file:
mvn clean package
The executable JAR will be generated in the target/ folder.
Running
Execute the client using Java:
java -jar target/Richkware-Manager-Client-1.1.2-jar-with-dependencies.jar
IDE Support
This project is developed using IntelliJ IDEA.
Open Source License provided by JetBrains.