Server Tools (st): Streamline Ubuntu Server Management with a Modern CLI

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 Info
Tags
Click on any tag to explore related 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