Server

Configure, deploy, and troubleshoot web servers, application servers, and containerized services.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Server" with this command: npx skills add ivangdavila/server

Scope

This skill covers the software layer — what runs inside a machine. For infrastructure (provisioning VMs, SSH hardening, firewalls, backups), use the vps skill.

When to Use

  • Configuring nginx, Caddy, or Apache
  • Deploying Node.js, Python, Go, or other apps
  • Docker and Docker Compose setups
  • SSL/TLS certificates with Let's Encrypt
  • Reverse proxy and load balancing
  • Process management (pm2, systemd services)
  • Troubleshooting port conflicts, CORS, connection errors
  • Self-hosting (Plex, Nextcloud, game servers)
  • Local development servers (Vite, webpack-dev-server)

Common Pitfalls

  • Port already in use — Check with lsof -i :PORT or ss -tlnp | grep PORT, kill stale processes
  • CORS in development — Proxy through your dev server or configure backend headers, don't disable in production
  • SSL certificate issues — Certbot needs port 80/443 open, use --standalone or --webroot mode appropriately
  • nginx config not loading — Always run nginx -t before systemctl reload nginx
  • Docker container can't reach host — Use host.docker.internal (Docker Desktop) or 172.17.0.1 (Linux)
  • Process dies after SSH disconnect — Use systemd, pm2, or run inside tmux/screen
  • Wrong permissions on mounted volumes — Match container user UID with host file ownership

Patterns by Use Case

Use CaseRecommended Stack
Static siteCaddy (auto-SSL, zero config)
Node.js appPM2 + nginx reverse proxy
Python (Django/FastAPI)Gunicorn + nginx
Multiple servicesDocker Compose + Traefik
Game serverDedicated container + port mapping

For framework-specific configs, see configs.md. For Docker Compose patterns, see docker.md.

Debugging Checklist

  1. Is the process running? systemctl status or docker ps
  2. Is it listening? ss -tlnp | grep PORT
  3. Can you reach it locally? curl localhost:PORT
  4. Firewall blocking? Check ufw status or cloud security groups
  5. Reverse proxy misconfigured? Check nginx logs: /var/log/nginx/error.log
  6. DNS pointing correctly? dig domain.com or nslookup

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

AIWolfPK - AI狼人杀

四个AI互相猜疑,你坐着看戏。每局30秒,到底谁是狼? Four AIs play Werewolf while you watch. 30s per round. Spot the wolf before they do.

Registry SourceRecently Updated
General

Project Analyzer

Analyze any project directory and produce a detailed report covering what the project does, its tech stack, folder structure, entry points, how to run it, an...

Registry SourceRecently Updated
General

Thought-Retriever

提炼对话回答中的核心洞察为高置信度知识晶体,存储于本体驱动记忆系统的自我进化与复用。

Registry SourceRecently Updated
General

Miaoji Bid Guard Pro

亚马逊广告护城河Pro版,90天ROI预测+多活动协同+季节性出价+关键词攻防矩阵。 从单次调价建议升级为完整的广告战役规划。基础功能可使用 miaoji-bid-guard 免费版。

Registry SourceRecently Updated