Richkware-Manager-Client (RMC)

December 27, 2025 ยท View on GitHub

Build Status Codacy Badge

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.

Diagram

GUI

Secure Connection

Secure Connection

Login

Login

Reverse Commands

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.

JetBrains Logo

Open Source License provided by JetBrains.