server-management

Configure process managers and monitoring for Linux server deployments.

1|Updated May 29, 2026
One-click install
npx skills add https://github.com/nnkienn/Nyxara-core --skill server-management-nnkienn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/nnkienn/Nyxara-core/tree/main/.skills/skills/server-management
Command: npx skills add https://github.com/nnkienn/Nyxara-core --skill server-management-nnkienn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Server management often involves memorizing commands and troubleshooting. This Skill empowers users to manage servers with a deeper understanding of process, monitoring, and scaling principles.

Core Features & Use Cases

  • Process Management: Teach how to effectively manage server processes using PM2, systemd, Docker, and Kubernetes.
  • Monitoring: Understand how to set up monitoring for availability, performance, and error handling.
  • Log Management: Learn principles for managing logs for debugging, auditing, and resource monitoring.
  • Scaling: Decide when and how to scale your server based on performance and resource requirements.
  • Health Checks: Perform comprehensive health checks on server resources and services.
  • Security: Implement security best practices to protect servers from unauthorized access and threats.
  • Troubleshooting: Develop a systematic approach to troubleshoot and resolve server issues.

Quick Start

Use the server-management skill to configure process management with PM2 for your Node.js application and set up monitoring with Grafana to track your server metrics.

Frequently Asked Questions about server-management

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

FAQPage Schema
How do I set up process management for a Node.js app using PM2 and systemd?

Process management for Node.js apps involves configuring PM2 or systemd to keep services running. This Skill provides strategies to manage server processes effectively using PM2, systemd, Docker, and Kubernetes for Linux environments.

What is the best way to monitor server health and performance metrics?

Server health monitoring tracks availability, performance, and errors. This Skill explains how to set up monitoring strategies using tools like Grafana to track metrics and perform comprehensive health checks on server resources and services.

How do I manage server logs for debugging and auditing?

Managing server logs involves configuring systems to capture data for debugging, auditing, and resource monitoring. This Skill teaches principles for effective log management to help troubleshoot and resolve server issues systematically.

When should I scale my server and how do I plan for it?

Server scaling decisions should be based on performance metrics and resource requirements. This Skill helps you decide when and how to scale your server infrastructure, particularly within containerized deployments using Docker and Kubernetes.

Can I use this for implementing security best practices on Linux servers?

Yes, implementing security on Linux servers is a core feature. This Skill guides you through security best practices to protect servers from unauthorized access and threats while managing operations in containerized deployments.

Does this cover troubleshooting strategies for containerized deployments?

Troubleshooting containerized deployments requires a systematic approach to resolve server issues. This Skill develops your ability to troubleshoot effectively by combining health checks, log management, and monitoring strategies.