dropshell/README.md
Your Name d8d73058de
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
README
2025-05-14 22:36:21 +12:00

881 B

Dropshell

A system management tool for server operations, written in C++.

Installation

curl -fsSL https://gitea.jde.nz/public/dropshell/releases/download/latest/install.sh | sudo bash

Installation of Agent

Install the Agent on each server you wish to manage. Supports amd64 (x86_64) and arm64 (aarch64) architectures.

curl -fsSL https://gitea.jde.nz/public/dropshell/releases/download/latest/server_autosetup.sh | sudo bash

Manual steps:

  1. apt install curl wget jq
  2. curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh
  3. curl -fsSL https://gitea.jde.nz/public/bb64/releases/download/latest/install.sh | bash
  4. useradd -m dropshell && usermod -aG docker dropshell && chsh -s /bin/bash dropshell
  5. Put appropriate ssh keys in /home/dropshell/.ssh/authorized_keys
  6. Test ssh'ing into the server.