Vps banner
xpoes123 xpoes123

Vps

DevOps community

Description

VPS operations — SSH, deploy, logs, status, and file transfers. **Template — replace `$VPS_HOST` with your own `user@host`, and the example service table with your own.** ## VPS basics - **Host**: `$VPS_HOST` (e.g. `root@your.server.ip`) - **Reverse proxy**: Caddy at `/etc/caddy/Caddyfile` (auto-HTTPS) - **Service manager**: systemd — services under `/opt/` ```bash ssh $VPS_HOST "command" scp localfile $VPS_HOST:/remote/path ``` ## Running services Keep a table like this current — one row

Installation

Installs to ~/.claude/skills/xpoes123-claude-skills-vps/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xpoes123-claude-skills-vps && curl -fsSL https://raw.githubusercontent.com/xpoes123/claude-skills/HEAD/commands/vps.md -o ~/.claude/skills/xpoes123-claude-skills-vps/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository