Install
openclaw skills install serverConfigure, deploy, and troubleshoot web servers, application servers, and containerized services.
openclaw skills install serverThis skill covers the software layer — what runs inside a machine.
For infrastructure (provisioning VMs, SSH hardening, firewalls, backups), use the vps skill.
lsof -i :PORT or ss -tlnp | grep PORT, kill stale processes--standalone or --webroot mode appropriatelynginx -t before systemctl reload nginxhost.docker.internal (Docker Desktop) or 172.17.0.1 (Linux)| Use Case | Recommended Stack |
|---|---|
| Static site | Caddy (auto-SSL, zero config) |
| Node.js app | PM2 + nginx reverse proxy |
| Python (Django/FastAPI) | Gunicorn + nginx |
| Multiple services | Docker Compose + Traefik |
| Game server | Dedicated container + port mapping |
For framework-specific configs, see configs.md.
For Docker Compose patterns, see docker.md.
systemctl status or docker psss -tlnp | grep PORTcurl localhost:PORTufw status or cloud security groups/var/log/nginx/error.logdig domain.com or nslookup