Your Name 22e37b212a
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
Installs bb64 correctly.
2025-05-14 23:12:18 +12:00
.
2025-04-21 10:25:28 +12:00
..
2025-05-06 13:23:15 +12:00
2025-05-13 20:16:39 +12:00
2025-05-14 23:12:18 +12:00
2025-05-13 21:39:00 +12:00
2025-04-22 20:35:09 +12:00
2025-05-14 22:22:15 +12:00
2025-05-13 21:46:04 +12:00
2025-05-14 22:26:45 +12:00
.
2025-04-21 09:58:37 +12:00
2025-05-13 22:20:16 +12:00
2025-05-14 22:22:15 +12:00
2025-05-14 23:01:56 +12:00
2025-05-14 23:01:56 +12:00

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. useradd -m dropshell && usermod -aG docker dropshell && chsh -s /bin/bash dropshell
  4. Put appropriate ssh keys in /home/dropshell/.ssh/authorized_keys
  5. Test ssh'ing into the server.
Description
Simple remote server management system, based on bash scripts, and works with anything.
Readme 22 MiB
2025-06-01 18:21:32 +12:00
Languages
C++ 96.2%
Shell 3.2%
CMake 0.4%
Dockerfile 0.2%