Monarch C2
  • Introduction to Monarch
  • Installation
    • Resources
    • Uninstall Monarch
  • Interface
  • Features
    • External integration
    • Multiplayer
    • Management (server)
    • HTTP customization
  • Architecture
  • Usage
    • Builders
    • Agents
    • Listeners
    • Stage
    • Sessions
    • Players (server)
    • Chat
  • Integration
    • Project configuration
    • Builder
      • Architecture
      • API
      • Build routine
      • Build service
    • C2 server
      • Registering implants
      • Talking to implants
    • Implant development
      • Registration
      • Tasks
      • The TCP handler
Powered by GitBook
On this page
  • Creating players
  • Removing players
  1. Usage

Players (server)

The players command can be used to generate new players as part of your operation.

Creating players

Players new generates a new configuration file, which can be loaded by the Monarch client and used to connect to the remote C2 server - like so:

$ ./monarch-client import monarch-client.config

$ ./monarch-client

This requires that the server has activated multiplayer mode (using the co-op command).

Removing players

Players kick allows the server player to kick players from the operation. This invalidates their configuration file, meaning that they'd need to be assigned a new account first to ever play on that server again.

Last updated 1 year ago