server-management

Automate Linux server provisioning and hardening with Nginx and UFW.

2|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sraloff/gravityboots --skill server-management-sraloff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/sraloff/gravityboots/tree/main/.agent/skills/server-management
Command: npx skills add https://github.com/sraloff/gravityboots --skill server-management-sraloff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linux server provisioning and hardening is error-prone and repetitive; this Skill streamlines DigitalOcean droplet setup, SSH hardening, firewall configuration with UFW, and Nginx deployment.

Core Features & Use Cases

  • Provision a new DigitalOcean Droplet with a hardened baseline.
  • Configure Nginx as a reverse proxy and enforce firewall rules with UFW.
  • Troubleshoot common Linux server issues and perform security hardening checks.

Quick Start

Provision a new DigitalOcean Droplet, then apply the recommended security and Nginx configuration.

Frequently Asked Questions about server-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate provisioning and hardening a DigitalOcean droplet?

You can automate provisioning and hardening a DigitalOcean droplet by applying a deterministic baseline of SSH configurations, UFW firewall rules, and standard Nginx setups to reduce the server's attack surface.

What is the best way to configure Nginx as a reverse proxy with UFW on Linux?

The best way to configure Nginx as a reverse proxy with UFW on Linux is by applying standard Nginx configurations alongside enforced firewall rules to securely route traffic and minimize exposure.

Can I use this for initial server setup on small to mid-sized Linux deployments?

Yes, this handles initial server setup for small to mid-sized Linux deployments by providing deterministic setup steps, SSH hardening, firewall rules, and TLS guidance for Nginx configurations.

Does Linux server hardening with UFW reduce my system's attack surface?

Yes, Linux server hardening with UFW reduces your system's attack surface by enforcing strict firewall rules and applying SSH hardening to block unauthorized access attempts.

How do I troubleshoot common Linux server security issues after setup?

To troubleshoot common Linux server security issues after setup, perform security hardening checks and verify your UFW firewall rules and SSH configurations to ensure ongoing maintenance.

When do I need to manually configure TLS guidance for Nginx during server provisioning?

You need to configure TLS guidance for Nginx during server provisioning when applying standard Nginx configurations to ensure secure HTTPS traffic routing across your deployment.