github jhd3197/ServerKit agent-v1.0.2
ServerKit Agent v1.0.2

13 days ago

ServerKit Agent v1.0.2

Downloads

Binary Archives

Platform Architecture Download
Linux x64 (amd64) serverkit-agent-1.0.2-linux-amd64.tar.gz
Linux ARM64 serverkit-agent-1.0.2-linux-arm64.tar.gz
Windows x64 (amd64) serverkit-agent-1.0.2-windows-amd64.zip

Linux Packages

Format Architecture Download
DEB (Debian/Ubuntu) amd64 serverkit-agent_1.0.2_amd64.deb
DEB (Debian/Ubuntu) arm64 serverkit-agent_1.0.2_arm64.deb
RPM (RHEL/Fedora) x86_64 serverkit-agent-1.0.2-1.x86_64.rpm
RPM (RHEL/Fedora) aarch64 serverkit-agent-1.0.2-1.aarch64.rpm

Windows Installer

Format Architecture Download
MSI x64 serverkit-agent-1.0.2-x64.msi

New: Run serverkit-agent tray to launch the System Tray Application which provides a visual indicator that the agent is running, along with quick access to status, logs, and service controls. The MSI installer auto-starts the tray on Windows login.

Docker

docker pull jhd3197/serverkit-agent:1.0.2
docker pull jhd3197/serverkit-agent:latest

Quick Install

Debian/Ubuntu:

curl -LO https://github.com/jhd3197/ServerKit/releases/download/agent-v1.0.2/serverkit-agent_1.0.2_amd64.deb
sudo dpkg -i serverkit-agent_1.0.2_amd64.deb
sudo serverkit-agent register --token "YOUR_TOKEN" --server "https://your-serverkit.com"
sudo systemctl start serverkit-agent

RHEL/Fedora:

sudo rpm -i https://github.com/jhd3197/ServerKit/releases/download/agent-v1.0.2/serverkit-agent-1.0.2-1.x86_64.rpm
sudo serverkit-agent register --token "YOUR_TOKEN" --server "https://your-serverkit.com"
sudo systemctl start serverkit-agent

Windows (MSI):
Download and run the MSI installer, then:

serverkit-agent register --token "YOUR_TOKEN" --server "https://your-serverkit.com"
Start-Service ServerKitAgent

Docker:

docker run -d --name serverkit-agent \
  -v /var/run/docker.sock:/var/run/docker.sock:ro \
  -v serverkit-config:/etc/serverkit-agent \
  jhd3197/serverkit-agent:1.0.2

Verification

Verify downloads using the checksums in checksums.txt:

sha256sum -c checksums.txt

What's New

See CHANGELOG for details.

Don't miss a new ServerKit release

NewReleases is sending notifications on new releases.