infra-servidor-ovh

Document and audit OVH production server operations, migrations, tunnels, and security posture.

5|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill infra-servidor-ovh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-servidor-ovh
Source: https://github.com/rafael-fae/agent-ops-worflow/tree/main/archive/skills/operacao/infra-servidor-ovh
Command: npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill infra-servidor-ovh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill centralizes the operational knowledge needed to manage a production OVH server without losing context across migrations, restarts, tunnels, or agent orchestration. It reduces mistakes caused by undocumented infrastructure, mixed deployment models, and security drift.

Core Features & Use Cases

  • Server operations and troubleshooting: Tracks the current OVH host, SSH access patterns, firewall posture, system services, Docker workloads, PM2 agents, and cron jobs.
  • Migration playbooks and rollback guidance: Documents OVH-to-OVH migration steps, Cloudflare Tunnel switching, backup strategies, and post-migration audit checklists.
  • Security and hardening reference: Captures UFW, fail2ban, unattended-upgrades, SSH hardening, localhost-only Docker bindings, and tunnel routing rules.
  • Agent and workflow infrastructure: Records Hermes profiles, WhatsApp bridge setup, PM2/systemd process architecture, and environment/credential handling patterns.
  • Use Case: When a service goes offline after a server switch, use this Skill to verify tunnel routing, check the correct systemd or PM2 process, inspect firewall rules, and confirm the expected host-level architecture.

Quick Start

Ask for the current OVH production server layout, then identify the relevant service, tunnel, or migration checklist and summarize the exact verification steps needed.

Frequently Asked Questions about infra-servidor-ovh

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

FAQPage Schema
How do I audit an OVH production server running Docker and PM2?

To audit an OVH production server, verify the host state, inspect Docker workloads, check PM2 agent processes, and review systemd services. This ensures your headless Linux infrastructure maintains its expected security posture and operational architecture.

What is the safest way to handle an OVH server migration?

Safe OVH server migration requires following documented migration playbooks, verifying backup paths, and executing post-migration audit checklists. This process tracks Cloudflare Tunnel switching and ensures no services go offline during the server switch.

Why did my service go offline after switching Cloudflare Tunnel on OVH?

A service going offline after a Cloudflare Tunnel switch usually indicates incorrect tunnel routing or a stopped process manager. You must verify the tunnel connection, inspect firewall rules, and confirm the relevant PM2 or systemd process is running.

How do I secure a headless Linux server with UFW and fail2ban?

Securing a headless Linux server involves applying UFW firewall rules, configuring fail2ban, and enforcing localhost-only Docker bindings. You also need to verify SSH hardening and unattended-upgrades to maintain a strict security posture.

Does this approach work for managing Hermes agent workflows and WhatsApp bridges?

Yes, this approach documents Hermes profiles, WhatsApp bridge setups, and PM2 process architecture. It records environment and credential handling patterns to ensure agent orchestration and workflow infrastructure operate safely on OVH.

What are the limitations of managing mixed deployment models on OVH?

Managing mixed deployment models on OVH risks mistakes caused by undocumented infrastructure and security drift. Without precise verification of cron jobs and process managers, headless Linux environments face potential service interruptions during troubleshooting.