What problem does it solve?
Server management help reduces the risk and complexity of installing, configuring, and maintaining common web server stacks on Linux systems while minimizing downtime and destructive mistakes.
Core Features & Use Cases
- Web stack installation (LAMP/LEMP and RHEL variants): Quickly set up Apache/Nginx with MySQL/MariaDB and PHP (including PHP-FPM for Nginx).
- Virtual host and SSL setup: Configure Nginx server blocks for applications and enable TLS via Let’s Encrypt for production-ready HTTPS.
- Operational safety & troubleshooting: Use systemd service control, basic firewall rules, and a hardening checklist plus diagnostics for common failures like port conflicts, permissions, DNS, and resource exhaustion.
- Use Case: You need to provision a new Ubuntu host to serve a PHP app over HTTPS; use this skill to install the appropriate stack, define an Nginx virtual host, enable SSL, and apply baseline hardening steps.
Quick Start
Ask the AI to set up an Ubuntu (Debian) server with an LEMP stack, configure an Nginx virtual host for example.com using PHP-FPM, and obtain a Let’s Encrypt certificate for the domain.