Server Tools (st): Streamline Ubuntu Server Management with a Modern CLI
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Server Tools (st) is a lightweight, modular CLI designed to simplify the management of headless Ubuntu servers. It offers a comprehensive suite of commands for system updates, package installations, backups, and diagnostics. This tool aims to make server administration effortless and efficient for developers and system administrators.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Server Tools, or st, is a powerful and modular command-line interface (CLI) tool built to streamline the management of headless Ubuntu servers. Developed by Shrikshel, st consolidates a wide array of administrative tasks, from system updates and package installations to Docker management, cloud backups with rclone and restic, network diagnostics, and even Telegram alerts. Its intuitive design, powered by Bashly, provides a consistent and efficient way to interact with your server, reducing manual effort and potential errors.
Installation
Getting st up and running on your Ubuntu server is straightforward. Simply execute the following command in your terminal:
curl -sL https://raw.githubusercontent.com/Shrikshel/server-tools/main/scripts/install.sh | bash
To uninstall st if needed, use this command:
curl -sL https://raw.githubusercontent.com/Shrikshel/server-tools/main/scripts/uninstall.sh | bash
Examples
st offers a wide range of commands, each designed for simplicity and efficiency. Here are a few examples to get you started:
st system update # Update system packages
st system upgrade # Upgrade system packages
st install docker # Install Docker
st system disk # Show disk usage
st network speedtest # Run a network speed test
st tmux new-session my_session # Create a new tmux session
For a full list of commands and their aliases, refer to the official documentation.
Why Use Server Tools (st)?
st provides several compelling reasons for server administrators to adopt it:
- Saves time: Automate common administrative tasks with single, easy-to-remember commands.
- Reduces errors: Utilize built-in, thoroughly tested scripts for reliable operations.
- Great for headless servers: Manage your server efficiently without the need for a graphical user interface.
- Easy to extend: Its modular Bashly CLI framework allows for straightforward customization and expansion.
- Modern TUI: Features an interactive Text User Interface (TUI) menu for an enhanced user experience.
- Cloud & backup ready: Seamlessly integrates with tools like Rclone, Restic, Tailscale, and Telegram for robust cloud and backup solutions.
- Actively maintained: The project is open to feedback and contributions, ensuring continuous improvement.
- Secure: Designed with transparency, open-source principles, and no data collection.
Links
Explore st further and connect with its community:
- GitHub Repository: Shrikshel/server-tools
- GitHub Discussions: Ask questions or share ideas
- Report Issues: Found a bug? Open an issue
Related repositories
Similar repositories that may be relevant next.
aidevops: Autonomous AI DevOps Framework for 100x Developer Productivity
September 9, 2026
aidevops is an AI DevOps framework and OpenCode plugin designed to automate complex development, business, and creative projects. It enables AI agents to perform useful work across various domains, providing structure, security, and token efficiency for autonomous project delivery. This platform aims to significantly enhance developer capabilities by managing projects end-to-end without constant human supervision.

agent-plugins: A Marketplace for AI Coding Assistant Skills
September 7, 2026
agent-plugins is a tool-neutral marketplace offering ready-to-install bundles that enhance AI coding assistants. It provides curated skills, tool connections, and specialist roles for developers using VS Code, GitHub Copilot CLI, or Claude Code. This repository simplifies the process of integrating advanced AI capabilities into your development workflow.

ai-outfitter/actions: Automate AI Agents with GitHub Actions
September 7, 2026
ai-outfitter/actions is a GitHub Action that allows you to run Outfitter profiles headless within your CI/CD workflows. This enables the creation of scheduled or event-driven AI agents for tasks like code reviews, task completion, and auditing. It integrates seamlessly with GitHub's event system, transforming your workflows into powerful agentic automation tools.

agent-skills: Reusable AI Agent Skills for Specification-Driven Development
August 17, 2026
agent-skills is a comprehensive collection of reusable AI agent skills designed for specification-driven and autonomous development. It streamlines the entire software development lifecycle, from generating requirements and designs to implementing, reviewing, testing, and orchestrating the process. This repository empowers developers to leverage AI for enhanced productivity and consistent quality.
Source repository
Open the original repository on GitHub.
20 counted GitHub visits