Skip to content

βš™οΈ Configuration ​

βš–οΈ Sliver Server ​

To start the Sliver server in a way that supports multiple operators and ensures that you don’t lose your progress when you quit the client, you need to launch it in multiplayer mode.

bash
sliver-server

Create a new operator with a specified name and host. This operator will manage the C2 operations.

bash
new-operator --name qu35t --lhost localhost

Activate multiplayer mode to allow multiple operators to connect and manage operations without losing state if the client disconnects.

bash
multiplayer

πŸ”­ Sliver Client ​

After setting up the server, we need to configure the Sliver client to connect to the server using the operator configuration file.

bash
sliver-client import /workspace/qu35t_localhost.cfg

πŸ› Installing Plugins ​

Plugins extend the functionality of Sliver, allowing you to customize and enhance its capabilities. The Armory tool within Sliver helps manage these plugins easily.

bash
armory install all