Skip to main content

Client Installation

Sliver client can be installed easily on any Windows, Linux, or macOS host. Each operator should have their own client running with their name on it! However, if you just want to try it out, it is easy to get setup and running. The following example is based on a Kali Linux distribution.

Sliver Client

On the host that will be the client, ensure all packages are up to date:

sudo apt update && sudo apt upgrade -y

Next, download the Sliver Client binary from GitHub (update the version if necessary):

wget https://github.com/BishopFox/sliver/releases/download/v1.5.42/sliver-client_linux

chmod +x sliver-client_linux